Browse Source

mmgen-swaptxcreate --help: add RUNE examples

The MMGen Project 5 months ago
parent
commit
b27ec43aa1
1 changed files with 9 additions and 0 deletions
  1. 9 0
      mmgen/help/swaptxcreate_examples.py

+ 9 - 0
mmgen/help/swaptxcreate_examples.py

@@ -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
 """