mirror of https://github.com/m2049r/xmrwallet.git
Adding note about name of backups folder changing. (#99)
This commit is contained in:
parent
59e87e2bfe
commit
3466116e2a
10
doc/FAQ.md
10
doc/FAQ.md
|
@ -22,7 +22,7 @@
|
|||
- 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 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
|
||||
- Archive (=Backup and delete)
|
||||
- 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).
|
||||
|
||||
## 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.
|
||||
|
||||
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.
|
||||
|
||||
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```
|
||||
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`
|
||||
wallets out of there.
|
||||
|
||||
## Do you have any screenshots of what it looks like and how it works?
|
||||
|
|
Loading…
Reference in New Issue