From b27ec43aa1b560cba84839ec2d7385d7277de3f9 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Mon, 16 Jun 2025 14:35:31 +0000 Subject: [PATCH] mmgen-swaptxcreate --help: add RUNE examples --- mmgen/help/swaptxcreate_examples.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mmgen/help/swaptxcreate_examples.py b/mmgen/help/swaptxcreate_examples.py index 48cd5d5f..9fe12926 100755 --- a/mmgen/help/swaptxcreate_examples.py +++ b/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 """