A web wallet for noobs who can't use a CLI. https://wowstash.app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
lza_menace f5deb8ef41
get it prod ready
4 years ago
bin get it prod ready 4 years ago
wowstash get it prod ready 4 years ago
.gitignore commit project thus far 4 years ago
LICENSE Initial commit 4 years ago
README.md major refactor - start shelling out as a prototype to process per user 4 years ago
docker-compose.yaml start capturing events into elasticsearch and say so in privacy page 4 years ago
requirements.txt get it prod ready 4 years ago

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