mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Run bitcoin as daemon
This commit is contained in:
2
.github/actions/bitcoin/action.yml
vendored
2
.github/actions/bitcoin/action.yml
vendored
@@ -40,5 +40,5 @@ runs:
|
|||||||
|
|
||||||
bitcoind -txindex -regtest \
|
bitcoind -txindex -regtest \
|
||||||
-rpcuser=$RPC_USER -rpcpassword=$RPC_PASS \
|
-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
|
-daemon
|
||||||
|
|||||||
Reference in New Issue
Block a user