mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Attempt to fix Bitcoin node CI
This commit is contained in:
5
.github/actions/bitcoin/action.yml
vendored
5
.github/actions/bitcoin/action.yml
vendored
@@ -38,4 +38,7 @@ runs:
|
|||||||
RPC_USER=serai
|
RPC_USER=serai
|
||||||
RPC_PASS=seraidex
|
RPC_PASS=seraidex
|
||||||
|
|
||||||
bitcoind -regtest -rpcuser=$RPC_USER -rpcpassword=$RPC_PASS -daemon
|
bitcoind -txindex -regtest \
|
||||||
|
-rpcuser=$RPC_USER -rpcpassword=$RPC_PASS \
|
||||||
|
-rpcbind=127.0.0.1 -rpcbind=$(hostname) -rpcallowip=0.0.0.0/0
|
||||||
|
-daemon
|
||||||
|
|||||||
Reference in New Issue
Block a user