Skip to content

Commit

Permalink
Updates .env-example with more details
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-then committed Jun 19, 2024
1 parent efd96ef commit de7341e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -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-<version>-all.jar` file will be located
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit de7341e

Please sign in to comment.