wowwallet/doc/FAQ.md

46 lines
1.8 KiB
Markdown
Raw Normal View History

# FAQ
2017-08-20 08:18:59 -06:00
## What features does it have?
2017-08-20 08:18:59 -06:00
- Testnet and Mainnet
- Generate new wallets
2017-08-29 15:00:07 -06:00
- Recover wallets form mnemonic seed or from keys
2017-08-20 08:18:59 -06:00
- Create Watch Only wallets from address + viewkey
- 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)
- All significant figures shown balance
2017-08-20 08:18:59 -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).
## I sent a transaction but it's not in my received transactions list!
2017-08-20 14:31:57 -06:00
Don't worry. Received transactions which are not mined yet disappear after the wallet is saved -
I blame this on the monero code. Wait for the block to be mined.
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-29 15:00:07 -06:00
## Can I use existing wallet files?
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:
```
WalletName
WalletName.address.txt
WalletName.keys
```
### From where?
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 `C:\Users\<YOURUSERNAME>\Documents\Monero\wallets` for Windows or `~/.bitmonero/wallet` in Linux. Or just search for `WalletName.keys`.
### What if don't have these files?
2017-08-20 08:18:59 -06:00
Keep calm and make a new wallet.