mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
Attempt to fix Bitcoin node CI
This commit is contained in:
parent
780b79c3d8
commit
f2218b4d4e
1 changed files with 4 additions and 1 deletions
5
.github/actions/bitcoin/action.yml
vendored
5
.github/actions/bitcoin/action.yml
vendored
|
@ -38,4 +38,7 @@ runs:
|
|||
RPC_USER=serai
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue