Commit graph

67 commits

Author SHA1 Message Date
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
39e63bd75f Minor changes 2019-02-14 17:33:58 +03:00
758bd08e8a Update documentation from wiki, amend release notes 2019-02-13 18:20:21 +03:00
ac64ad8b2f
Documentation updates 2018-10-13 18:06:37 +03:00
b5dd04c380
Version 0.9.8 2018-05-15 14:47:39 +03:00
84e57ea2d7
Version 0.9.8rc1 2018-05-10 17:33:02 +03:00
5f8c35c42c
Documentation updates (Bech32, password generation)
- Getting-Started-with-MMGen.md (bech32)
- MMGen-Quick-Start-with-Regtest-Mode.md (error fix)
- Recovering-Your-Keys-Without-the-MMGen-Software.md (bech32, password generation)
2018-05-03 22:00:06 +03:00
MMGen
58f4af6966
Update documentation from wiki (mostly formatting) 2018-02-17 18:36:04 +03:00
MMGen
83e9899b38
Version 0.9.6 2018-01-14 17:24:36 +03:00
philemon
e42aeb94ba
Version 0.9.5 2017-10-30 12:18:44 +03:00
philemon
41460cb2fd
Documentation updates 2017-10-29 18:29:19 +03:00
philemon
da0636c636
Version 0.9.3
New features:

- Bob and Alice regtest mode for testing MMGen in a mock two-user environment.
  Documented in the wiki, tests added to test suite

- Compressed P2PKH address support (address type 'C')

- BCH (Bitcoin Cash) support

- Segwit (address type 'S') support deployed after Segwit activation on mainnet

- and, of course, numerous bugfixes and small improvements
2017-10-01 11:04:05 +03:00
philemon
089b182733
New and revised documentation in wiki:
new:       MMGen Quick Start with Regtest Mode (tutorial)
  additions: Getting Started with MMGen    - compressed addresses
  additions: Recovering Keys Without MMGen - mnemonic-to-hex instructions
2017-09-30 14:45:11 +03:00