mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 12:09:37 +00:00
Run bitcoin as daemon
This commit is contained in:
parent
9952c67d98
commit
5e771b1bea
1 changed files with 1 additions and 1 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue