diff --git a/.env-example b/.env-example index 8328f8c4..5ad6f087 100644 --- a/.env-example +++ b/.env-example @@ -8,10 +8,12 @@ # Set the number of times you want to execute the tests # RUN_ALL_TESTS_THESE_TIMES=1 -# Set the absolute path where the HSM1 and HSM1 binary is located (PATH/TO/hsm/hsm/fedhm-mockup.py) +# Set the absolute path where the HSM1 and HSM1 binary is located (PATH/TO/hsm/hsm/fedhm-mockup.py). +# If running `regtest-all-keyfiles.js`, this is not needed. HSM1_FEDHM_MOCKUP_PATH= # Set the absolute path where the HSM2 binary is located (PATH/TO/hsm/hsm/v2/sim/0.1.3/sim) +# If running `regtest-all-keyfiles.js`, this is not needed. HSM2_SIM_PATH= # Set the absolute path where the federate node `federate-node--all.jar` file will be located diff --git a/README.md b/README.md index 9ad887b9..9bd4e6a0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ All private keys used in the library are for testing only and not used in any pr ### Download Bitcoind version 0.18.1 - Visit https://bitcoincore.org/bin/bitcoin-core-0.18.1/ and download the one for your machine. - - Specify the path to it in the `.env` file for the `BITCOIND_BIN_PATH` variable (see `.env-example`) + - Install it in your system or simply specify the path to it in the `.env` file for the `BITCOIND_BIN_PATH` variable (see `.env-example`) ### Setup powpeg-node