Run bitcoin as daemon

This commit is contained in:
Luke Parker
2023-03-17 15:32:05 -04:00
parent 9952c67d98
commit 5e771b1bea

View File

@@ -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