From 82e9edf5690efdae16e796e1dfa35a89b65b1924 Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Sat, 1 Mar 2025 16:31:44 +0000 Subject: [PATCH] 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 --- Altcoin-and-Forkcoin-Support.md | 3 ++- Install-Bitcoind.md | 4 ++-- Install-MMGen-Wallet-on-Linux-or-macOS.md | 2 +- MMGen-Wallet-Quick-Start-with-Regtest-Mode.md | 15 ++++++++------- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Altcoin-and-Forkcoin-Support.md b/Altcoin-and-Forkcoin-Support.md index b98f01e..b91cc8d 100644 --- a/Altcoin-and-Forkcoin-Support.md +++ b/Altcoin-and-Forkcoin-Support.md @@ -77,7 +77,8 @@ option for more complete information. #### Transacting and other basic operations 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 diff --git a/Install-Bitcoind.md b/Install-Bitcoind.md index 781afb0..6903765 100644 --- a/Install-Bitcoind.md +++ b/Install-Bitcoind.md @@ -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 diff --git a/Install-MMGen-Wallet-on-Linux-or-macOS.md b/Install-MMGen-Wallet-on-Linux-or-macOS.md index 3ff6e5a..f2eb184 100644 --- a/Install-MMGen-Wallet-on-Linux-or-macOS.md +++ b/Install-MMGen-Wallet-on-Linux-or-macOS.md @@ -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: diff --git a/MMGen-Wallet-Quick-Start-with-Regtest-Mode.md b/MMGen-Wallet-Quick-Start-with-Regtest-Mode.md index e0ed6c0..a7b6f87 100644 --- a/MMGen-Wallet-Quick-Start-with-Regtest-Mode.md +++ b/MMGen-Wallet-Quick-Start-with-Regtest-Mode.md @@ -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