2017-08-02 07:39:38 -06:00
|
|
|
# FAQ
|
|
|
|
|
2017-09-11 05:30:36 -06:00
|
|
|
## What is it?
|
|
|
|
- A Monero lightwallet for Android. You get to choose what remote node you want to connect to. No need to download the blockchain.
|
|
|
|
|
2017-08-20 08:18:59 -06:00
|
|
|
## What features does it have?
|
2017-08-02 07:39:38 -06:00
|
|
|
|
2017-12-24 06:48:04 -07:00
|
|
|
- Seamless XMR.TO integration - instantly pay BTC with XMR using third-party XMR.TO service
|
|
|
|
- Speaks spanish
|
2017-12-11 08:15:35 -07:00
|
|
|
- Uses Monero v0.11.1.0
|
2017-08-31 02:01:55 -06:00
|
|
|
- Support for Android >= 5.0 with ARM processor
|
2017-08-20 08:18:59 -06:00
|
|
|
- Testnet and Mainnet
|
|
|
|
- Generate new wallets
|
2017-11-04 16:55:26 -06:00
|
|
|
- Recover wallets from mnemonic seed or from keys
|
|
|
|
- Create *Watch Only* wallets from address + viewkey
|
2017-08-20 08:18:59 -06:00
|
|
|
- Multiple wallets
|
|
|
|
- View wallet details (address, keys, etc.)
|
2017-08-29 15:00:07 -06:00
|
|
|
- View transactions including details and copy to clipboard
|
|
|
|
- Spend Moneroj (handle with care on mainnet!)
|
2017-08-20 08:18:59 -06:00
|
|
|
- Manually import existing wallet (by copying them to the Monerujo folder)
|
2017-08-20 14:31:57 -06:00
|
|
|
- Background updating (make sure you exit the wallet to stop updating to save some battery)
|
2017-08-29 15:00:07 -06:00
|
|
|
- Access to daemon with username/password and nonstandard port
|
|
|
|
- Only 5 decimal places shown in transactions (full amount in details - click on transaction)
|
2017-08-30 14:24:24 -06:00
|
|
|
- All significant figures shown in balance
|
2017-08-31 02:01:55 -06:00
|
|
|
- QR Code scanning - make sure to *ALWAYS* verify the scanned code is what it is advertised to be!
|
2017-11-04 16:55:26 -06:00
|
|
|
- QR Code for receiving with conversion of XMR to USD/EUR and back through Kraken API
|
2017-10-07 12:07:58 -06:00
|
|
|
- Backup wallets to `backups` folder in main wallet folder (old backups are overwritten)
|
2017-09-04 15:29:48 -06:00
|
|
|
- Rename wallets
|
|
|
|
- Archive (=Backup and delete)
|
2017-09-22 16:03:57 -06:00
|
|
|
- 3 Default nodes + History of last 5 used nodes
|
2017-08-20 08:18:59 -06:00
|
|
|
|
2017-12-24 06:48:04 -07:00
|
|
|
## I am having problems with my BTC transaction
|
|
|
|
Please contact the friendly people over at http://xmr.to for support - you will need your XMR.TO Secret Key.
|
|
|
|
|
2017-11-04 03:17:20 -06:00
|
|
|
## My new testnet wallet does not update
|
2017-11-04 16:55:26 -06:00
|
|
|
Since testnet block times are highly variable, the algorithm calculating block height does not
|
|
|
|
produce good results - so in general your testnet wallet will not work out of the box.
|
2017-11-04 03:17:20 -06:00
|
|
|
|
|
|
|
The remedy is simple: restore from seed and the correct / current block height. Take the block number
|
|
|
|
of your first transaction or the current block height from the
|
|
|
|
[Testnet Blockchain Explorer](https://testnet.xmrchain.com/).
|
2017-09-26 00:02:55 -06:00
|
|
|
|
2017-08-29 15:00:07 -06:00
|
|
|
## I cannot select and copy the mnemonic seed
|
|
|
|
Copying anything to the clipboard on Android exposes it to any other App running. So this
|
|
|
|
is a security measure to keep your seed safe(r).
|
|
|
|
|
2017-09-04 15:29:48 -06:00
|
|
|
## My storage is getting full
|
2017-10-07 12:07:58 -06:00
|
|
|
Newly generated wallets are stored in `.new` in the main wallet folder.
|
2017-09-04 15:29:48 -06:00
|
|
|
They are never erased (for now). You can delete this whole folder from time to time.
|
|
|
|
|
2017-10-07 12:07:58 -06:00
|
|
|
Also, the backup folder named "`backups`" (formerly `.backups`) is never automatically cleaned up.
|
2017-09-04 15:29:48 -06:00
|
|
|
You may want to do housekeeping manually with a file browser.
|
|
|
|
|
2017-10-07 12:07:58 -06:00
|
|
|
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`
|
2017-09-04 15:29:48 -06:00
|
|
|
wallets out of there.
|
|
|
|
|
2017-08-20 08:18:59 -06:00
|
|
|
## Do you have any screenshots of what it looks like and how it works?
|
2017-08-29 15:00:07 -06:00
|
|
|
No, but it looks fantastic. Just check it out.
|
2017-08-02 07:39:38 -06:00
|
|
|
|
2017-08-29 15:00:07 -06:00
|
|
|
## Can I use existing wallet files?
|
2017-08-02 07:39:38 -06:00
|
|
|
|
2017-08-20 08:18:59 -06:00
|
|
|
If you want to use existing wallet files, you need to copy the wallet files from you current Monero client. These are:
|
2017-08-02 07:39:38 -06:00
|
|
|
```
|
|
|
|
WalletName
|
|
|
|
WalletName.address.txt
|
|
|
|
WalletName.keys
|
|
|
|
```
|
|
|
|
|
|
|
|
### From where?
|
|
|
|
|
2017-11-04 16:55:26 -06:00
|
|
|
This depends on your installation - you could search for them in your home directory or check the settings of your current client. Places to try are:
|
|
|
|
|
|
|
|
- Windows: `%USERPROFILE%\Documents\Monero\wallets`
|
|
|
|
- Mac: `~/Monero/wallets` (for the GUI) or `~/.bitmonero/wallets` for the daemon.
|
|
|
|
- Linux: `~/.bitmonero/wallet`
|
|
|
|
|
|
|
|
...or just search for `WalletName.keys`.
|
2017-08-02 07:39:38 -06:00
|
|
|
|
|
|
|
### What if don't have these files?
|
|
|
|
|
2017-08-20 08:18:59 -06:00
|
|
|
Keep calm and make a new wallet.
|