A web wallet for noobs who can't use a CLI.
Go to file
lza_menace f5deb8ef41 get it prod ready 2020-09-25 00:25:35 -07:00
bin get it prod ready 2020-09-25 00:25:35 -07:00
wowstash get it prod ready 2020-09-25 00:25:35 -07:00
.gitignore commit project thus far 2020-08-21 00:39:59 -07:00
LICENSE Initial commit 2020-08-18 04:59:08 +00:00
README.md major refactor - start shelling out as a prototype to process per user 2020-09-20 01:53:30 -07:00
docker-compose.yaml start capturing events into elasticsearch and say so in privacy page 2020-09-24 14:18:51 -07:00
requirements.txt get it prod ready 2020-09-25 00:25:35 -07:00

README.md

wowstash

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>"
}