Skip to content

Commit d34394b

Browse files
dex/testing: Add more info about required harness execs (#3531)
Signed-off-by: Philemon Ukane <ukanephilemon@gmail.com>
1 parent f59f7a4 commit d34394b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

dex/testing/btc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ outputs, but has a number of UTXOs of varying size and confirmation count.
2323
You must have [bitcoind and bitcoin-cli](https://github.com/bitcoin/bitcoin/releases)
2424
in `PATH` to use the harness. Bitcoin Core v26.0.0+ is recommended. v30+ is fully supported.
2525

26+
To get `bitcoind` and `bitcoin-cli`, you must download only a `.tar.gz` for the operating system you choose. Then extract the `.tar.gz` file to find the `bin` folder and add the `bin` folder to `PATH`.
27+
2628
It also requires tmux.
2729

2830
## Harness control scripts

dex/testing/dcr/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ The harness depends on [dcrd](https://github.com/decred/dcrd), [dcrwallet](https
1111

1212
You must have `dcrd` `dcrwallet` and `dcrctl` in `PATH` to use the harness.
1313

14+
All of the above can be downloaded at once from [Decred Binaries Release Page](https://github.com/decred/decred-binaries/releases).
15+
16+
Download the `Decred-{os}-{architecture}-{version}` file with a `.tar.gz` extension and extract it to find all the executables you need.
17+
18+
Then add the path to those executables in `PATH`.
19+
1420
The harness script will create two connected simnet nodes and wallets, and
1521
then mine some blocks and send some regular transactions. The result is a set of
1622
wallets named **alpha** and **beta**, each with slightly different properties.

0 commit comments

Comments
 (0)