Wallet Navigator
it works in 2 modes:
- easy cli wallet
- wallet deamon for remote control via e2ee email (recommended with gpgon app)
To start configure config/deamons and config/currencies accordingly:
- if you want to use only Verus or Pirate - edit "config\deamons" to set specific path
- if other currency - additionally you need to make relevant json file in "config\currencies"
- Deamon mode requires to set up some credentials to send notifications and get commands via email. Credentials are stored in AES encrypted file, that's why at start it requires a good password you remember. I recommend to follow gpgon mailbox setup instructions pdf (https://github.com/passcombo/gpgon/blob/master/intro.pdf) .
- run cmd: "python walnavi.py" or "python3 walnavi.py"
Basic python libs required (see gpgon app Android instructions)
Should work on both linux and Windows
New features (2020/07):
- staking reports on email for VRSC
- encryption wallet option when shutting down the app
- consolidation option - choosing owned address to easy redirect change amounts (protecting from loosing change on random not backed up address)
- password change option
- added shielding option
Features:
- address book with aliases
- address validation
- wallet status, balances
- sending tx with confirmation
- step1: send am=0.01 fr=fromalias to=myfavaddr
- step2: confirm
- tx limits setup for remote usage
- use symetric or asymetric keys - PGP or AES256 encryption
- in case of using PGP wallet secred key is suggested to be set up
Disclaimer This is experimental app - use at your own risk. Best to make a wallet backup. I'm using this app and had no risky issues by far.