2012-09-04 18:44:40 +00:00
Category:Office
2012-02-27 19:38:34 +00:00
License:GPLv3
Web Site:http://code.google.com/p/bitcoin-wallet/
Source Code:http://code.google.com/p/bitcoin-wallet/source/checkout
Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
2013-04-03 13:53:19 +00:00
Summary:Wallet for the Bitcoin currency
2012-02-27 19:38:34 +00:00
Description:
2013-04-13 16:04:25 +00:00
Since v2.41 it is able to export private keys to local storage, encrypted
with a password. It also uses bloom filtering, reducing drastically the
amount of data that needs to be downloaded to set up the blockchain.
2013-04-13 18:12:03 +00:00
With v3 a new wallet format is used using a lot less storage but if you
are upgrading, the blockchain will need reseting. When run for the first
2013-04-13 16:04:25 +00:00
time, it can happen that the app shows only a white display for some seconds.
2013-04-03 13:53:19 +00:00
* No cloud server or web service needed. This wallet works peer to peer
* Display of wallet balance in Bitcoin and various other currencies
* Sending and receiving of Bitcoin via NFC, QR-codes or Bitcoin URLs
* Address book for regularly used Bitcoin addresses
* Enter transactions while offline, will be executed when online
2013-04-13 16:04:25 +00:00
* Manages blockchain on your device
2013-04-03 13:53:19 +00:00
* System notifications for Bitcoin connectivity and received coins
* App widget for Bitcoin balance (requirement: app moved from sdcard to phone)
2013-04-09 21:38:55 +00:00
See the
2013-04-03 13:53:19 +00:00
[http://bitcoin-wallet.googlecode.com/git/wallet/README Readme] for details.
2012-02-27 19:38:34 +00:00
Use this at your own risk, and be aware that if you lose access to the data
2013-04-03 13:53:19 +00:00
of this application, you will lose any Bitcoins contained in it. To back up
2013-04-09 21:38:55 +00:00
the wallet, either;
2012-10-28 20:48:05 +00:00
2013-04-13 18:12:03 +00:00
# (From inside the app), export the keys to the sdcard (v2.41+ only). After restoring, the app may download some tens of MiB of data to regenerate the blockchain
# Use ADB backup from the Android SDK if you have Android 4+ on the phone (root not required, but check that it works properly: since v2 is installed to sdcard by default, the shared storage needs backing up too), or
# Manually back up the files in /data/data/de.schildbach.wallet/files/: #tar cf /sdcard/wallet.tar /data/data/de.schildbach.wallet/files and you may have to change the ownership of the files that you restore (root required)
2012-10-25 13:32:15 +00:00
2013-04-09 21:38:55 +00:00
There's a separate version of this application that uses a test version of the
Bitcoin network. It would be wise to use that first, to verify that everything
2013-02-25 13:43:50 +00:00
works for you without using real Bitcoins.
2012-10-25 13:32:15 +00:00
2013-04-03 12:06:21 +00:00
[http://code.google.com/p/bitcoin-wallet/source/browse/wallet/CHANGES Changelog]
2012-02-27 19:38:34 +00:00
.
2013-04-14 14:18:02 +00:00
# BitcoinJWallet (author's fork) is rebased each version so old commits wont work
2012-04-08 08:11:09 +00:00
Repo Type:git
Repo:https://code.google.com/p/bitcoin-wallet/
#Note: there used to be build data for 1.48.2/66 but the source code for this
#seems to have gone (it was in a maintenance branch) when the project went
#from svn to git.
Build Version:2.01,74,a55ef6822c9e,subdir=wallet,maven=yes,\
bindir=wallet/target,\
srclibs=BitcoinJWallet@31953d239555,\
init=sed -i 's/_test//' AndroidManifest.xml && find src -name *.java -exec sed -i 's/_test\.R/.R/' {} \;,\
prebuild=\
mvn install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_r2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-10/android.jar && \
mvn install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
2012-06-30 19:53:59 +00:00
Build Version:2.16,87,49c3da045e57,subdir=wallet,maven=2,\
bindir=wallet/target,\
srclibs=BitcoinJWallet@a160dc24f38c,\
init=sed -i 's/_test//' AndroidManifest.xml && find src -name *.java -exec sed -i 's/_test\.R/.R/' {} \;,\
prebuild=\
cd ../integration-android && mvn3 install && cd ../wallet && \
mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_r2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-10/android.jar && \
mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
2013-04-03 13:53:19 +00:00
# Build from prodnet branch which cherry picks some old commits and commits after tags
2013-04-13 16:04:25 +00:00
# The git reset (or specific commit instead of a tag) is from the bitcoinj wiki and is used for security
2013-04-14 22:49:43 +00:00
Build Version:3.01,121,!742241f59df1,maven=yes,patch=pom.patch,\
2013-04-13 13:59:44 +00:00
bindir=wallet/target,srclibs=BitcoinJWallet@1649520e3183,prebuild=\
2013-04-14 13:38:57 +00:00
cp -r $$BitcoinJWallet$$/ . && rm -rf market/
2013-04-13 14:28:08 +00:00
2012-10-12 20:32:20 +00:00
Auto Update Mode:None
2013-04-03 13:53:19 +00:00
# RM/Tags don't work
2012-10-10 15:39:27 +00:00
Update Check Mode:Market
2013-04-11 18:30:21 +00:00
Current Version:3.01
Current Version Code:121
2012-02-27 19:38:34 +00:00