diff --git a/.github/actions/bitcoin/action.yml b/.github/actions/bitcoin/action.yml index 4aad4791..77a72e68 100644 --- a/.github/actions/bitcoin/action.yml +++ b/.github/actions/bitcoin/action.yml @@ -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