mmgen-swaptxcreate --help: add RUNE examples
This commit is contained in:
parent
a0094a2eb9
commit
b27ec43aa1
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue