Add bitcoincash support for prepare and run scripts, add bitcoincash to testing suite, groundwork for bch-xmr atomic swap protocol

This commit is contained in:
mainnet-pat
2024-10-07 16:48:24 +00:00
committed by nahuhh
parent 745d1460e5
commit a4b411f1fd
20 changed files with 937 additions and 9 deletions

View File

@@ -21,6 +21,12 @@ BTC_RPC_PORT=19796
BTC_RPC_USER=bitcoin_user
BTC_RPC_PWD=bitcoin_pwd
BCH_DATA_DIR=/data/bitcoincash
BCH_RPC_HOST=bitcoincash_core
BCH_RPC_PORT=19797
BCH_RPC_USER=bitcoincash_user
BCH_RPC_PWD=bitcoincash_pwd
LTC_DATA_DIR=/data/litecoin
LTC_RPC_HOST=litecoin_core
LTC_RPC_PORT=19795