From 5e771b1bea121378fc56b5136740c4c2063a6cba Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 17 Mar 2023 15:32:05 -0400 Subject: [PATCH] Run bitcoin as daemon --- .github/actions/bitcoin/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/bitcoin/action.yml b/.github/actions/bitcoin/action.yml index 77a72e68..d59f1c6e 100644 --- a/.github/actions/bitcoin/action.yml +++ b/.github/actions/bitcoin/action.yml @@ -40,5 +40,5 @@ runs: bitcoind -txindex -regtest \ -rpcuser=$RPC_USER -rpcpassword=$RPC_PASS \ - -rpcbind=127.0.0.1 -rpcbind=$(hostname) -rpcallowip=0.0.0.0/0 + -rpcbind=127.0.0.1 -rpcbind=$(hostname) -rpcallowip=0.0.0.0/0 \ -daemon