mirror of https://github.com/m2049r/xmrwallet.git
docs
This commit is contained in:
parent
3a68802ae7
commit
f19618e017
|
@ -32,7 +32,7 @@ You may loose all your Moneroj if you use this App.
|
||||||
- ~~spend monero - not so difficult with wallet api~~
|
- ~~spend monero - not so difficult with wallet api~~
|
||||||
|
|
||||||
### Issues
|
### Issues
|
||||||
none :)
|
- Pending incoming transactions disappear after reload
|
||||||
|
|
||||||
### HOW TO BUILD
|
### HOW TO BUILD
|
||||||
No need to build. Binaries are included:
|
No need to build. Binaries are included:
|
||||||
|
|
|
@ -11,12 +11,16 @@
|
||||||
- View transactions inlcuding details and copy to clipboard
|
- View transactions inlcuding details and copy to clipboard
|
||||||
- Spend Moneroj (only on testnet - someone will loose money and want to blame me. No thanks!)
|
- Spend Moneroj (only on testnet - someone will loose money and want to blame me. No thanks!)
|
||||||
- Manually import existing wallet (by copying them to the Monerujo folder)
|
- Manually import existing wallet (by copying them to the Monerujo folder)
|
||||||
|
- Background updating (make sure you exit the wallet to stop updating to save some battery)
|
||||||
|
|
||||||
## I sent a transaction but it's not in my transactions list!
|
## I sent a transaction but it's not in my transactions list!
|
||||||
Pending transactions are not displayed. Wait for the block to be mined.
|
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.
|
||||||
|
|
||||||
## 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?
|
||||||
Here are some old screenshots
|
Here are some old screenshots with a bit of description.
|
||||||
|
I will be removing them soon. Just check out the App.
|
||||||
|
|
||||||
#### [Select Wallet](images/A-wallet_selection.png)
|
#### [Select Wallet](images/A-wallet_selection.png)
|
||||||
|
|
||||||
Here you see a list of installed wallets and an entry field at the top to enter the daemon address. To the right there is a pushbutton to change between testnet and mainnet. The entered daemon is saved and displayed according to the state of this button.
|
Here you see a list of installed wallets and an entry field at the top to enter the daemon address. To the right there is a pushbutton to change between testnet and mainnet. The entered daemon is saved and displayed according to the state of this button.
|
||||||
|
|
Loading…
Reference in New Issue