redirect fulcrum

This commit is contained in:
counterweight 2025-12-24 10:27:35 +01:00
parent 859cd2d8b7
commit c6795dc581
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 250 additions and 2 deletions

View file

@ -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' \