- all operations, including label editing and balance refresh, supported
- requires --autosign
- enables --xmrwallet-compat, meaning Monero watch-only wallets must be
located in ~/.mmgen/altcoins/xmr/tracking-wallets
This is a work in progress, UI will undergo changes.
Examples:
$ mmgen-tool --coin=xmr listaddresses interactive=1
$ mmgen-tool --coin=xmr twview interactive=1
Testing:
$ test/cmdtest.py -ne xmr_compat
Testing:
# Compat mode is now enabled by default:
$ test/cmdtest.py -ne xmr_autosign
# The old testing behavior is also supported:
$ test/cmdtest.py -ne xmr_autosign_nocompat
Examples:
# List available assets:
$ mmgen-swaptxcreate -S
# Create a Tether-to-LTC swap transaction for autosigning, connecting to the
# swap quote server via Tor:
$ mmgen-swaptxcreate --autosign --proxy=localhost:9050 ETH.USDT 1000 LTC
# After signing, send the transaction via public Etherscan proxy over Tor:
$ mmgen-txsend --autosign --quiet --tx-proxy=etherscan --proxy=localhost:9050
# After sending, check the transaction status and receipt:
$ mmgen-txsend --autosign --verbose --status
# Create a Tether-to-DAI swap transaction, with explicit destination account:
$ mmgen-swaptxcreate ETH.USDT 1000 ETH.DAI E:01234ABC:3
Testing:
$ test/cmdtest.py -e ethswap
As with ordinary transactions, both fee bumping and sending funds to a new
destination are supported
For more information, see:
$ mmgen-txbump --coin=eth --help
Testing:
$ test/cmdtest.py --coin=eth -X bal4 ethbump