diff --git a/Test-Suite.md b/Test-Suite.md index 8da1fcc..4a2addf 100644 --- a/Test-Suite.md +++ b/Test-Suite.md @@ -44,6 +44,10 @@ Point the test suite to your copy of the Bitcoin Core repo: $ export CORE_REPO_ROOT=/path/to/bitcoin/core/repo +Install Pycoin: + + $ python3 -m pip install --user pycoin + CD to the MMGen repository root and build without installing: $ cd path/to/mmgen/repo @@ -59,6 +63,8 @@ Run the test suite in fast mode, skipping altcoin tests: ### Complete testing (BTC plus all supported altcoins) +Complete the BTC-only installation steps above, without running the test. + Make sure the [Bitcoin Cash Node][cnd], [Litecoin][ld] and [Monero][md] daemons are installed on your system. @@ -93,10 +99,6 @@ may also be started and stopped manually at the DOS or MSYS2 prompt as follows # net start msys2_sshd # net stop msys2_sshd -#### Pycoin - - $ python3 -m pip install --user pycoin - #### MoneroPy $ git clone https://github.com/bigreddmachine/MoneroPy @@ -109,7 +111,7 @@ may also be started and stopped manually at the DOS or MSYS2 prompt as follows $ git clone https://github.com/10gic/vanitygen-plusplus $ cd vanitygen-plusplus $ git checkout -b vanitygen-plus e7858035d092 # rewind to fork commit - $ make keyconv # mingw32-make.exe keyconv on MSYS2 + $ make keyconv # ‘mingw32-make.exe keyconv’ for MSYS2 $ sudo install --strip keyconv /usr/local/bin # ‘keyconv.exe’ for MSYS2 $ cd ..