mmgen-swaptxcreate --help: add RUNE examples

This commit is contained in:
The MMGen Project 2025-06-16 14:35:31 +00:00
commit b27ec43aa1
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -90,4 +90,13 @@ EXAMPLES:
Create a Tether-to-DAI swap transaction, with explicit destination account:
$ {gc.prog_name} ETH.USDT 1000 ETH.DAI E:01234ABC:3
Create a RUNE-to-BTC swap transaction, proxying requests to the remote
Thornode server via Tor:
$ {gc.prog_name} --proxy=localhost:9050 RUNE 1000 BTC
Same as above, but proxy requests via the I2P router running on host gw1:
$ https_proxy=http://gw1:4444 {gc.prog_name} --proxy=env RUNE 1000 BTC
"""