d63dd743f5
update README, documentation (minor)
2026-05-23 13:32:31 +00:00
b0b738b5d2
update README, wiki documentation (minor)
2026-05-18 09:28:51 +00:00
3b1f07199e
update command help footers for v16.1.0
2026-05-18 09:28:51 +00:00
170a0a892a
update documentation
2026-05-17 18:03:37 +00:00
2d1a626a7d
update documentation from wiki
2026-05-15 14:02:04 +00:00
b3bdc76eb7
doc/wiki: update mmgen-autosign command help
2026-05-07 17:52:59 +00:00
aca87cb825
doc/wiki: minor updates
2026-05-07 17:52:53 +00:00
2aad5a1118
doc/wiki: update command help
2026-05-05 12:07:32 +00:00
94a59e650a
update wiki documentation
2025-09-23 09:28:13 +00:00
b26c8d472e
add doc/wiki/Install-MMGen-Wallet-on-Nix.md
2025-09-16 11:27:27 +00:00
441a57f19f
fix up wiki links for command help
2025-09-16 11:27:21 +00:00
556c7df15c
update wiki documentation
2025-09-15 09:56:45 +00:00
afa97241af
doc.wiki.cmds: update helpscreen documentation
2025-06-16 14:35:31 +00:00
427834255e
update command documentation
2025-05-21 09:13:42 +00:00
9537559106
doc/wiki/commands -> doc/wiki/cmds
2025-05-21 09:13:42 +00:00
b7446566a2
cmdtest.py: new ethbump test
...
Testing:
# with Go-Ethereum:
$ test/cmdtest.py --coin=eth ethbump
# or with Rust Ethereum:
$ test/cmdtest.py --coin=eth --daemon-id=reth ethbump
2025-03-29 09:30:16 +00:00
f0563031de
Ethereum THORChain swaps
...
Only native ETH supported for now. Work on ERC20 token swaps is underway.
Sample create-sign-send workflow for a BTC->ETH swap (assumes offline
autosigning is set up):
$ mmgen-swaptxcreate --autosign BTC 0.12345 ETH
remove device - insert - wait for signing - remove - insert
$ mmgen-txsend --autosign
Create step for ETH->BTC swap:
$ mmgen-swaptxcreate --autosign ETH 5.4321 BTC
For more information, see:
$ mmgen-swaptxcreate --help
Testing:
$ test/cmdtest.py ethswap
2025-03-23 10:14:32 +00:00
1eb0de7938
ETH: transaction sending via Etherscan
...
- the HTML transaction broadcast form is used, so no API key is required
- the request can be proxied through Tor
- availability of the service can be checked with the --test option
Example:
# check availability:
$ mmgen-txsend --autosign --coin=eth --tx-proxy=etherscan --proxy=localhost:9050 --test
# send:
$ mmgen-txsend --autosign --coin=eth --tx-proxy=etherscan --proxy=localhost:9050
Testing:
$ test/cmdtest.py --coin=eth -e -X txsend_etherscan ethdev
2025-03-15 18:24:54 +00:00
94bee46cb8
new mmgen-cli utility
...
Communicate with all your coin daemons from a single utility!
Usage information and examples:
$ mmgen-cli --help
2025-03-10 14:28:55 +00:00
7300c1ec84
update wiki documentation
2025-03-04 09:51:05 +00:00
bc48ab1786
doc/wiki: add links to swaptx{create,do} manpages
2025-02-27 16:56:35 +00:00
0028c2e42f
documentation updates
2025-02-27 14:14:05 +00:00
5b5c08b22a
doc/wiki: add missing pages, manpages
2025-02-27 13:48:52 +00:00
db71f8ed37
doc/wiki: fix relative links
2025-02-27 13:48:51 +00:00
ea565ff532
doc/wiki: remove wiki subdirs
2025-02-27 13:48:47 +00:00
51ffc048e7
update documentation from wiki
2024-09-22 09:36:11 +00:00
0215b9213a
Windows 11 test fix; minor documentation updates
2024-07-20 16:40:57 +00:00
160d329c57
Version 14.1.0
2024-07-14 14:40:46 +00:00
d60cd3c9a9
update documentation from wiki
2024-07-08 10:51:21 +00:00
0b214922c4
minor help screen fixes, update docs from wiki
2023-11-27 09:15:07 +00:00
fa0c266aaf
update documentation from wiki
2023-11-22 10:38:48 +00:00
b9a443fe8a
documentation: MMGen -> MMGen Wallet
2023-11-16 16:02:49 +00:00
7d7bb5dbce
update documentation from wiki (minor changes)
2023-06-13 18:32:20 +00:00
bb92ad4009
update documentation from wiki
2023-05-21 11:34:16 +00:00
ca41862f60
update documentation from wiki
2023-05-19 16:16:51 +00:00
1e983497c7
update documentation from wiki
2022-11-26 18:55:48 +00:00
6acb3a370b
update documentation from wiki
2022-08-30 12:06:05 +00:00
14c4ee2385
update 2 wiki pages
...
Updated:
- doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md
- doc/wiki/using-mmgen/Getting-Started-with-MMGen.md
2022-06-09 11:18:09 +00:00
59368fd7c1
add 3 wiki pages
...
Added:
- doc/wiki/using-mmgen/Test-Suite.md
- doc/wiki/using-mmgen/Tool-API.md
- doc/wiki/using-mmgen/XOR-Seed-Splitting:-Theory-and-Practice.md
2022-06-09 11:18:08 +00:00
d0457fd9b7
modified: doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md
2022-05-23 16:28:53 +00:00
fe34fca36b
update README, release notes, wiki documentation
2022-05-08 10:46:55 +00:00
e250492baa
update documentation from wiki
2022-01-08 10:37:35 +00:00
5f10005e50
documentation updates
2022-01-05 15:33:40 +00:00
a5890569a9
test suite: minor fix
2021-10-14 13:21:09 +00:00
bf23ff1008
update documentation from wiki
2021-10-14 13:21:08 +00:00
4d232342fa
update documentation from wiki
...
- Install-MMGen-on-Debian-or-Ubuntu-Linux.md
- Install-MMGen-on-Microsoft-Windows.md
- Altcoin-and-Forkcoin-Support.md
- MMGen-Quick-Start-with-Regtest-Mode.md
2021-10-07 13:12:11 +00:00
63065f7151
Documentation updates - doc/wiki/install-linux/Install-Bitcoind-from-Source-on-Debian-or-Ubuntu-Linux.md - doc/wiki/install-linux/Install-Bitcoind.md - doc/wiki/install-linux/Install-MMGen-on-Debian-or-Ubuntu-Linux.md - doc/wiki/install-mswin/Install-Bitcoind.md - doc/wiki/install-mswin/Install-MMGen-on-Microsoft-Windows.md - doc/wiki/using-mmgen/Altcoin-and-Forkcoin-Support.md - doc/wiki/using-mmgen/Getting-Started-with-MMGen.md - doc/wiki/using-mmgen/MMGen-Quick-Start-with-Regtest-Mode.md - doc/wiki/using-mmgen/Subwallets.md
2021-07-26 18:35:47 +00:00
fe88ca8ed3
update documentation from wiki
2020-06-27 10:25:00 +00:00
1f98c42ab8
Update README, update documentation from wiki
2020-02-25 19:03:47 +00:00
d470c2a3b7
Update documentation
2019-05-25 18:47:21 +03:00