From b08bff76a1ab6e2767cb3faf5ea5af68efacd84d Mon Sep 17 00:00:00 2001 From: The MMGen Project Date: Sat, 1 Jul 2023 15:49:10 +0000 Subject: [PATCH] modified: Altcoin-and-Forkcoin-Support.md modified: Install-Bitcoind.md modified: Test-Suite.md --- Altcoin-and-Forkcoin-Support.md | 2 +- Install-Bitcoind.md | 6 +++--- Test-Suite.md | 12 ++++++------ 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Altcoin-and-Forkcoin-Support.md b/Altcoin-and-Forkcoin-Support.md index db7023a..0951e1e 100644 --- a/Altcoin-and-Forkcoin-Support.md +++ b/Altcoin-and-Forkcoin-Support.md @@ -220,7 +220,7 @@ Litecoin daemons are properly installed ([source][si])([binaries][bi]), [running][p8] and synced. MMGen requires that the bitcoin-bchn daemon be listening on non-standard -[RPC port 8442][p8]. If your daemon version is >= 0.16.2, you must use the +[RPC port 8432][p8]. If your daemon version is >= 0.16.2, you must use the `--usecashaddr=0` option. Then just add the `--coin=bch` or `--coin=ltc` option to all your MMGen diff --git a/Install-Bitcoind.md b/Install-Bitcoind.md index fd67d59..b5ac5e0 100644 --- a/Install-Bitcoind.md +++ b/Install-Bitcoind.md @@ -83,7 +83,7 @@ $ bitcoind # Bitcoin Cash Node: $ mkdir $APPDATA/Bitcoin-Cash-Node -$ bitcoind-bchn --listen=0 --rpcport=8442 --datadir=$APPDATA/Bitcoin-Cash-Node --usecashaddr=0 +$ bitcoind-bchn --listen=0 --rpcport=8432 --datadir=$APPDATA/Bitcoin-Cash-Node --usecashaddr=0 # Litecoin $ litecoind @@ -102,7 +102,7 @@ $ bitcoind --daemon # Bitcoin Cash Node: $ mkdir ~/.bitcoin-bchn -$ bitcoind-bchn --daemon --listen=0 --rpcport=8442 --datadir=$HOME/.bitcoin-bchn --usecashaddr=0 +$ bitcoind-bchn --daemon --listen=0 --rpcport=8432 --datadir=$HOME/.bitcoin-bchn --usecashaddr=0 # Litecoin: $ litecoind --daemon @@ -115,7 +115,7 @@ $ litecoind --daemon $ bitcoin-cli help # Bitcoin Cash Node: -$ bitcoin-cli-bchn --rpcport=8442 help +$ bitcoin-cli-bchn --rpcport=8432 help # Litecoin: $ litecoin-cli help diff --git a/Test-Suite.md b/Test-Suite.md index 45aa643..45ec481 100644 --- a/Test-Suite.md +++ b/Test-Suite.md @@ -3,15 +3,15 @@ In addition to low-level subsystems, the suite tests the overall operation of MMGen’s commands by running them interactively as a user would. Thus the test suite is useful not only for ensuring the MMGen system is correctly installed -and working on your platform but also for learning how it works. +and working on your platform but also for demonstrating how it works. -BTC-only testing requires only Bitcoin Core to be installed. Altcoin testing -requires various helper programs and libraries. Installation instructions for -these are provided below. Non-standard RPC ports and data directories are -always used, so there’s no need to stop your running node or nodes. +BTC-only testing requires installation of Bitcoin Core and pycoin only, while +altcoin testing requires additional helper programs and libraries, installation +instructions for which are provided below. Non-standard RPC ports and data +directories are always used, so there’s no need to stop any running nodes. On Linux/x86\_64 with a reasonably fast processor, the full suite should run in -under 15 minutes when invoked with the `-F` option. Execution times on other +under 20 minutes when invoked with the `-F` option. Execution times on other platforms may be much slower. ## Quick start