redirect fulcrum
This commit is contained in:
parent
859cd2d8b7
commit
c6795dc581
3 changed files with 250 additions and 2 deletions
|
|
@ -458,7 +458,7 @@
|
|||
# Check if bitcoind RPC is responding
|
||||
check_bitcoind() {
|
||||
local response
|
||||
response=$(curl -s --max-time 5 \
|
||||
response=$(curl -s --max-time 30 \
|
||||
--user "${RPC_USER}:${RPC_PASSWORD}" \
|
||||
--data-binary '{"jsonrpc":"1.0","id":"healthcheck","method":"getblockchaininfo","params":[]}' \
|
||||
--header 'Content-Type: application/json' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue