Attempt to fix Bitcoin node CI

This commit is contained in:
Luke Parker 2023-03-17 13:37:18 -04:00
parent 780b79c3d8
commit f2218b4d4e
No known key found for this signature in database

View file

@ -38,4 +38,7 @@ runs:
RPC_USER=serai
RPC_PASS=seraidex
bitcoind -regtest -rpcuser=$RPC_USER -rpcpassword=$RPC_PASS -daemon
bitcoind -txindex -regtest \
-rpcuser=$RPC_USER -rpcpassword=$RPC_PASS \
-rpcbind=127.0.0.1 -rpcbind=$(hostname) -rpcallowip=0.0.0.0/0
-daemon