bitcoin-s/bitcoind-rpc
Torkel Rogstad 53ae772cb3 Merge pull request #563 from cwaldron97/2019-07-02-Windows-implementation-for-bitcoind
Add windows compatability to bitcoind RPC client
2019-07-04 10:19:45 +02:00
..
src/main/scala/org/bitcoins/rpc Merge pull request #563 from cwaldron97/2019-07-02-Windows-implementation-for-bitcoind 2019-07-04 10:19:45 +02:00
README.md update readmes (#467) 2019-05-30 09:02:03 -05:00

See the bitcoind/Bitcoin Core section on the Bitcoin-S website.

Testing

To test the Bitcoin-S RPC project you need both version 0.16 and 0.17 of Bitcoin Core. A list of current and previous releases can be found here.

You then need to set environment variables to indicate where Bitcoin-S can find the different versions:

$ export BITCOIND_V16_PATH=/path/to/v16/bitcoind
$ export BITCOIND_V17_PATH=/path/to/v17/bitcoind

If you just run tests testing common functionality it's enough to have either version 0.16 or 0.17 on your PATH.

To run all RPC related tests:

$ bloop test bitcoindRpcTest