wowstash/README.md

23 lines
517 B
Markdown
Raw Normal View History

2020-08-21 08:39:59 +01:00
# wowstash
2020-08-18 05:59:08 +01:00
2020-08-21 08:39:59 +01:00
A web wallet for noobs who can't use a CLI.
## Notes
```
wownero-wallet-cli --generate-from-json e.json --restore-height 247969 --daemon-address node.suchwow.xyz:34568 --command version
wownero-wallet-rpc --non-interactive --rpc-bind-port 8888 --daemon-address node.suchwow.xyz:34568 --wallet-file wer --rpc-login user1:mypass1 --password pass
```
```
{
"version": 1,
"filename": "<user specific name>",
"scan_from_height": <height>,
"password": "<password>",
"seed": "<seed phrase>"
}
```