Commit graph

12 commits

Author SHA1 Message Date
f840069ecb
update copyright dates 2026-02-11 13:02:12 +00:00
967d17c06e
cmdtest.py ethdev, rune: add user component to tw path 2025-11-15 09:50:21 +00:00
f44ca874ec
cmdtest_d.httpd: initialize with cfg 2025-10-03 10:34:04 +00:00
8d314c6abe
cmdtest.py rune, runeswap: make txid mismatches into warnings 2025-10-01 15:30:56 +00:00
a8fe14756d
TestProxy: start and stop proxy only when required 2025-06-18 12:55:52 +00:00
218e6683e0
cmdtest.py rune, runeswap: add txhex checksum tests 2025-06-16 14:35:30 +00:00
bc4d3791ac
new test.cmdtest_d.include.proxy module 2025-06-16 14:35:25 +00:00
8c1972b6f0
cmdtest rune: whitespace, method rename 2025-06-15 09:17:02 +00:00
ef76cf6460
RUNE user-level transaction support
Transaction sends and balance queries are done via the remote Thornode server
at ninerealms.com, so it’s recommended to proxy them via Tor, as shown below.

Sample create-send-sign workflow (assumes `autosign` set in cfg file):

    $ mmgen-txcreate --proxy=localhost:9050 -q --coin=rune 12ABCDEF:X:2,1.234

    remove device - insert - wait for signing - remove - insert

    $ mmgen-txsend --proxy=localhost:9050 -q

Check/refresh tracking wallet after sending:

    $ mmgen-tool --proxy=localhost:9050 --coin=rune twview interactive=1

Testing/demo:

    $ pip install pure-protobuf

    $ test/cmdtest.py --coin=rune --demo rune
2025-06-12 12:48:51 +00:00
9be29a0521
minor fixes and cleanups 2025-06-12 12:48:50 +00:00
2bf4f540f7
new test.cmdtest_d.httpd.thornode package 2025-06-10 17:47:03 +00:00
2993fdba9e
RUNE tracking wallet support
Testing/demo:

    $ test/cmdtest.py --demo --coin=rune rune
2025-05-28 11:40:40 +00:00