|
|
cb98afda79
|
new command: mmgen-xmrwallet, replacing mmgen-tool xmrwallet
- `wallets` arg is now 3rd positional arg
- tool keyword args are now command options
Old and new invocation examples:
OLD: mmgen-tool xmrwallet sync *.akeys.mmenc wallets=3-5
NEW: mmgen-xmrwallet sync *.akeys.mmenc 3-5
OLD: mmgen-tool xmrwallet sweep *.akeys.mmenc wallets=3:2 tx_relay_daemon=foo.onion:18081:127.0.0.1:9052
NEW: mmgen-xmrwallet --tx-relay-daemon=foo.onion:18081:127.0.0.1:9052 sweep *.akeys.mmenc 3:2
|
2021-06-08 11:46:13 +00:00 |
|