Commit graph

6 commits

Author SHA1 Message Date
e54f039690
update copyright dates 2025-02-16 14:42:27 +00:00
8e46932475
update copyright dates 2024-01-19 11:05:10 +00:00
5522ffb169
main.py: launch(): make params keyword-only 2023-12-12 10:19:49 +00:00
1aeefd64ae
update copyright dates 2023-01-03 10:36:07 +00:00
1a896d9af9
update copyright dates 2022-01-04 19:51:22 +00:00
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