fix wallet backup advice and try <code> tags

This commit is contained in:
David Black 2012-10-28 20:48:05 +00:00
parent e1588a68a9
commit fd9b33f9b1

View file

@ -15,10 +15,11 @@ is normal.
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
the wallet, back up the files in /data/data/de.schildbach.wallet/files - you
will need root access to do this.
(#tar cf /data/data/de.schildbach.wallet/files wallet.tar with
#tar xf wallet.tar && chown -r app_123.app_123 /data/data/de.schildbach.wallet/files/*
to restore. You can do the same with the blockchain.)
will need root access to do this. You can do the same with the blockchain.
<code>#tar cf /sdcard/wallet.tar /data/data/de.schildbach.wallet/files</code> with
<code>#tar xf /sdcard/wallet.tar && chown app_123.app_123 /data/data/de.schildbach.wallet/files/*</code>
to restore (the newly installed app will have a different user number to the old one).
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 works