Run bitcoin as daemon

This commit is contained in:
Luke Parker 2023-03-17 15:32:05 -04:00
parent 9952c67d98
commit 5e771b1bea
No known key found for this signature in database

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