Bitcoin app descriptions
This commit is contained in:
parent
e88d826502
commit
4e6697ee01
|
@ -9,8 +9,6 @@ Bitcoin:1yjDmiukhB2i1XyVw5t7hpAK4WXo32d5
|
||||||
|
|
||||||
Summary:Monitor Bitcoin prices
|
Summary:Monitor Bitcoin prices
|
||||||
Description:
|
Description:
|
||||||
N.B. Mt. Gox API has changed recently, breaking some features, but
|
|
||||||
a fix will probably appear in a subsequent version.
|
|
||||||
* Compact widget
|
* Compact widget
|
||||||
* Mt. Gox prices can be displayed in various currencies
|
* Mt. Gox prices can be displayed in various currencies
|
||||||
* Notifications and alarms
|
* Notifications and alarms
|
||||||
|
|
|
@ -9,8 +9,8 @@ Description:
|
||||||
Since v2.41 it is able to export private keys to local storage, encrypted
|
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
|
with a password. It also uses bloom filtering, reducing drastically the
|
||||||
amount of data that needs to be downloaded to set up the blockchain.
|
amount of data that needs to be downloaded to set up the blockchain.
|
||||||
The actual blockchain takes 20MiB of storage,
|
With v3 a new wallet format is used using a lot less storage but if you
|
||||||
and the app is installed to the sdcard by default. When run for the first
|
are upgrading, the blockchain will need reseting. When run for the first
|
||||||
time, it can happen that the app shows only a white display for some seconds.
|
time, it can happen that the app shows only a white display for some seconds.
|
||||||
|
|
||||||
* No cloud server or web service needed. This wallet works peer to peer
|
* No cloud server or web service needed. This wallet works peer to peer
|
||||||
|
@ -28,9 +28,9 @@ Use this at your own risk, and be aware that if you lose access to the data
|
||||||
of this application, you will lose any Bitcoins contained in it. To back up
|
of this application, you will lose any Bitcoins contained in it. To back up
|
||||||
the wallet, either;
|
the wallet, either;
|
||||||
|
|
||||||
# (From inside the app), export the keys to the sdcard (v2.41+ only)
|
# (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 from the Android SDK if you have Android 4.1+ on the phone (root not required, but check that it works properly), or
|
# 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. You can also back up the blockchain in this way.)
|
# 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)
|
||||||
|
|
||||||
There's a separate version of this application that uses a test version of the
|
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
|
Bitcoin network. It would be wise to use that first, to verify that everything
|
||||||
|
|
Loading…
Reference in a new issue