Adding note about name of backups folder changing. (#99)

This commit is contained in:
Jonathan Cross 2017-10-07 20:07:58 +02:00 committed by m2049r
parent 59e87e2bfe
commit 3466116e2a
1 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
- All significant figures shown in balance - All significant figures shown in balance
- QR Code scanning - make sure to *ALWAYS* verify the scanned code is what it is advertised to be! - QR Code scanning - make sure to *ALWAYS* verify the scanned code is what it is advertised to be!
- QR Code for receiving with conversion of XMR to USD/EUR and back through kraken API - QR Code for receiving with conversion of XMR to USD/EUR and back through kraken API
- Backup wallets to ```backups``` folder in main wallet folder (old backups are overwritten) - Backup wallets to `backups` folder in main wallet folder (old backups are overwritten)
- Rename wallets - Rename wallets
- Archive (=Backup and delete) - Archive (=Backup and delete)
- 3 Default nodes + History of last 5 used nodes - 3 Default nodes + History of last 5 used nodes
@ -37,14 +37,14 @@ Copying anything to the clipboard on Android exposes it to any other App running
is a security measure to keep your seed safe(r). is a security measure to keep your seed safe(r).
## My storage is getting full ## My storage is getting full
Newly generated wallets are stored in ```.new``` in the main wallet folder. Newly generated wallets are stored in `.new` in the main wallet folder.
They are never erased (for now). You can delete this whole folder from time to time. They are never erased (for now). You can delete this whole folder from time to time.
Also, the backup folder ```.backups``` is never automatically cleaned up. Also, the backup folder named "`backups`" (formerly `.backups`) is never automatically cleaned up.
You may want to do housekeeping manually with a file browser. You may want to do housekeeping manually with a file browser.
All wallet files (```testnet``` and ```mainnet```) are stored in the main ```Monerujo``` folder. All wallet files (`testnet` and `mainnet`) are stored in the main `Monerujo` folder.
So be careful erasing stuff. One of the future releases will split the wallets and move ```testnet``` So be careful erasing stuff. One of the future releases will split the wallets and move `testnet`
wallets out of there. wallets out of there.
## Do you have any screenshots of what it looks like and how it works? ## Do you have any screenshots of what it looks like and how it works?