Categories:Office License:GPLv3 Web Site:http://wallet.schildbach.de Source Code:https://github.com/schildbach/bitcoin-wallet Issue Tracker:https://github.com/schildbach/bitcoin-wallet/issues Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV Auto Name:Bitcoin Summary:Store digital currency Description: * 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 * Manages blockchain on your device * System notifications for Bitcoin connectivity and received coins * App widget for Bitcoin balance * Back up private keys to local storage encrypted with a password A few tens of MiB must be downloaded to set up the blockchain and a couple more per month subsequently to keep it updated. See the [http://bitcoin-wallet.googlecode.com/git/wallet/README Readme] for more details. Use this at your own risk and be wary that if you don't make a backup of the private keys you will no longer be able to acces the Bitcoins contained in the wallet, should the data of the app be lost. There's a separate version of this application that uses a test version of the Bitcoin network: [[de.schildbach.wallet_test]]. [https://raw.github.com/schildbach/bitcoin-wallet/prod/wallet/CHANGES Changelog] . # BitcoinJWallet (author's fork) is rebased each version so old commits wont work # patches post 3.0 will also need re-doing Repo Type:git Repo:https://github.com/schildbach/bitcoin-wallet.git #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:2.01,74 commit=a55ef6822c9e subdir=wallet init=sed -i 's/_test//' AndroidManifest.xml && \ find src -name *.java -exec sed -i 's/_test\.R/.R/' {} \; maven=yes srclibs=BitcoinJWallet-schildbach@31953d239555 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 Build:2.16,87 commit=49c3da045e57 subdir=wallet init=sed -i 's/_test//' AndroidManifest.xml && \ find src -name *.java -exec sed -i 's/_test\.R/.R/' {} \; maven=2 srclibs=BitcoinJWallet-schildbach@a160dc24f38c 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 Build:3.01,121 commit=742241f59df1 patch=pom.patch maven=yes srclibs=BitcoinJWallet-schildbach@1649520e3183 prebuild=sed -i '54 i \\tandroid:debuggable=\"false\"' wallet/AndroidManifest.xml && \ cp -r $$BitcoinJWallet-schildbach$$/ . && \ rm -rf market/ Build:3.04,124 commit=3efa5beb206e patch=pom.patch maven=yes srclibs=BitcoinJWallet-schildbach@7cb7bfc11c11 prebuild=cp -r $$BitcoinJWallet-schildbach$$/ . && \ rm -rf market/ # source plugin causes an error after building: # W/asset (16561) Asset path target/library-4.1.0.apk is neither a directory nor file (type=1). Build:3.14,134 commit=5ede628245a8 maven=yes srclibs=BitcoinJWallet-schildbach@67b187c4c4c4 prebuild=sed -i '30,33d' pom.xml && \ cp -r $$BitcoinJWallet-schildbach$$/ . && \ rm -rf market/ build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml # important bugfix so uses the original BitcoinJ Build:3.15,136 commit=dd70948b66aa maven=yes srclibs=BitcoinJWallet@777e6781d prebuild=sed -i '30,33d' pom.xml && \ sed -i 's/0.11-SNAPSHOT/0.10/g' wallet/pom.xml && \ cp -r $$BitcoinJWallet$$/ . && \ rm -rf market/ build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml Build:3.19,140 commit=885f13e01a86 maven=yes srclibs=BitcoinJWallet-schildbach@1134572f61 prebuild=sed -i '30,33d' pom.xml && \ cp -r $$BitcoinJWallet-schildbach$$/ . && \ rm -rf market/ build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml Build:3.22,143 commit=8e67f8ea6e38 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet-schildbach@v0.10.2 prebuild=cp -r $$BitcoinJWallet-schildbach$$/ . && \ rm -rf ../market/ && \ sed -i '/sample-integration-android/d' ../pom.xml build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml Build:3.27,148 commit=5787167f05b8 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.10.3 rm=market/ prebuild=cp -r $$BitcoinJWallet$$/ BitcoinJWallet build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml Build:3.28,149 commit=f796d9531f2d subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.10.3 rm=market/ prebuild=cp -r $$BitcoinJWallet$$/ BitcoinJWallet build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml Build:3.39,160 commit=9b292a1f4ff30aefbd subdir=wallet maven=yes@.. srclibs=BitcoinJWallet-schildbach@v0.11.1 prebuild=cp -r $$BitcoinJWallet-schildbach$$/ BitcoinJWallet build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml Build:3.46,167 commit=a38ec5e1d9b6569ae3 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet-schildbach@v0.11.2 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet-schildbach$$/pom.xml Build:3.52,173 commit=db1983c3564e147a1ca71d1b subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.11.3 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:3.59,180 commit=bf89ad4ae5a3ad9f5d72c257f7c85c9d415ffadf subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.11.3 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.0,190 commit=b949977c02b901b25269c003575e64aa814b44df subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.11.3 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.01,191 commit=0f2812cf66e244c563f200e1cedfade272bad84e subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.02,192 commit=9b0be30b949906481e40ced82c32597ea76ee6bd subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.03,193 commit=02da186c464703ade37b68c7ad85daaaf0155a15 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.04,194 commit=48ae5c2a854f84f62614146bf24b9fd172d5d281 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.05,195 commit=c63da715a7b56ec485179574e4d1b306f4c8836e subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.09,199 commit=9437cb646056c1608b8c5830fba5b914a7b2672a subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12.1 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.10,200 commit=5bc7920096d920c5199d3878237e337ecb861c7e subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12.1 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.12,202 commit=8c5e8370af7730d3fc9cc2e4c8e99ad9290cc407 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12.2 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.13,203 commit=f490907be7e90cb990f02522aa30aa15d0ea44e9 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12.2 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.14,204 commit=4c044767545c4f5efd3d92e7d9d0aa94f0559379 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12.2 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.15,205 commit=67d680b61192ddec8d3bf02449b6f0c770797169 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12.2 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.16,206 commit=8356d0d7daa10db85969c1bc910f5ef67f8a1415 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12.2 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.17,207 commit=407516d subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12.2 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.18,208 commit=2ec8100f736d1cf77bf2881306b43462b834a461 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12.2 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Build:4.19,209 commit=300448212108ecb5cdb56b10584fb2c79c4b4f21 subdir=wallet maven=yes@.. srclibs=BitcoinJWallet@v0.12.2 build=$$MVN3$$ clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml Maintainer Notes: See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use. Use latest commit in 'prod' branch, which is a rebase on top of the latest tag. Ensure the developer has remembered to update name/icon in prod branch (as did not happen with 3.23, which appears to be why it was quickly replaced with 3.24. (For the same reason, there is no 3.24_test) Note also that the 'prod:' commits seem to disappear, as if the developer is removing them and force-pushing the branch. We need to take an alternative approach to building this in future. Update the _test app as well. . Auto Update Mode:None Update Check Mode:RepoManifest/prod Current Version:4.19 Current Version Code:209