modified: Altcoin-and-Forkcoin-Support.md

modified:   Install-Bitcoind.md
modified:   Install-MMGen-Wallet-on-Linux-or-macOS.md
modified:   MMGen-Wallet-Quick-Start-with-Regtest-Mode.md
The MMGen Project 2025-03-01 16:31:44 +00:00
commit 82e9edf569
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
4 changed files with 13 additions and 11 deletions

@ -77,7 +77,8 @@ option for more complete information.
#### <a id="a_tx">Transacting and other basic operations</a>
Basic operations with ETH, ETC and ERC20 tokens work as described in the
[Getting Started][bo] guide, with some differences. Please note the following:
[**Getting Started**][bo] guide, with some differences. Please note the
following:
* Don’t forget to invoke all commands with `--coin=eth` or `--coin=etc`.
* Use the `--token` option with the token symbol as parameter for all token

@ -84,7 +84,7 @@ $ bitcoind
# Bitcoin Cash Node:
$ mkdir $APPDATA/Bitcoin-Cash-Node
$ bitcoind-bchn --listen=0 --rpcport=8432 --datadir=$APPDATA/Bitcoin-Cash-Node --usecashaddr=0
$ bitcoind-bchn --listen=0 --rpcport=8432 --datadir=$APPDATA/Bitcoin-Cash-Node
# Litecoin
$ litecoind
@ -105,7 +105,7 @@ $ bitcoind --daemon
$ mkdir ~/.bitcoin-bchn
$ BCH_DATADIR="$HOME/.bitcoin-bchn" # Linux
$ BCH_DATADIR="$HOME/Library/Application Support/Bitcoin-Cash-Node" # macOS
$ bitcoind-bchn --daemon --listen=0 --rpcport=8432 --usecashaddr=0 --datadir="$BCH_DATADIR"
$ bitcoind-bchn --daemon --listen=0 --rpcport=8432 --datadir="$BCH_DATADIR"
# Litecoin:
$ litecoind --daemon

@ -11,7 +11,7 @@ For computers with no Internet connection, see **Note for offline machines** bel
#### Debian/Ubuntu:
```text
$ sudo apt-get install curl git gcc libtool make autoconf libgmp-dev libssl-dev libpcre3-dev libmpfr-dev libmpc-dev python3-dev python3-pip libsecp256k1-dev
$ sudo apt-get install curl git gcc libtool make autoconf libgmp-dev libssl-dev libpcre2-dev libmpfr-dev libmpc-dev python3-dev python3-pip libsecp256k1-dev
```
#### Arch Linux:

@ -1,9 +1,10 @@
MMGen Wallet’s regtest mode, also known as Bob and Alice mode, uses the Bitcoin
daemon’s regression test feature to create a virtual network of two users who
transact on a private blockchain.
MMGen Wallet’s regtest mode, also known as Bob and Alice mode, uses the
regression test feature of the Bitcoin, Litecoin, and Bitcoin Cash daemons
to create a virtual network of two users who transact on a private blockchain.
All of MMGen Wallet’s functionality is available in regtest mode, making it an
ideal way to learn to use MMGen Wallet without risking real coins.
All of MMGen Wallet’s functionality for these coins is available in regtest
mode, making it an ideal way to learn to use MMGen Wallet without risking real
assets.
To send a transaction or perform any other operation as Bob or Alice, just add
the `--bob` or `--alice` option to the applicable MMGen Wallet command.
@ -128,7 +129,7 @@ Transaction sent: 78ca853816b55527b42ca8784c887a5f482c752522f914d2f17d6afcd8a3b0
to create, sign and send transactions in one operation. In normal, cold
wallet mode, you’d create the transaction with `mmgen-txcreate`, sign it
offline with `mmgen-txsign` and send it with `mmgen-txsend`. Use of these
commands is explained in detail in the [**Getting Started**][G] guide.
commands is explained in detail in the [**Getting Started**][gs] guide.
13. View the transaction in the mempool:
@ -224,4 +225,4 @@ TOTAL: 510 BTC
$ mmgen-regtest stop
```
[G]: Getting-Started-with-MMGen-Wallet#a_ct
[gs]: Getting-Started-with-MMGen-Wallet#a_ct