From f2218b4d4e192bc7faaa4f23e5313860d101adf8 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 17 Mar 2023 13:37:18 -0400 Subject: [PATCH] Attempt to fix Bitcoin node CI --- .github/actions/bitcoin/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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