From 85ff8521f7450734c4d4d2881b9d5b23c7248482 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 11 May 2024 03:01:35 +0900 Subject: [PATCH] ops: Update bitcoin.crontab for testnet4 --- production/bitcoin.crontab | 1 + 1 file changed, 1 insertion(+) diff --git a/production/bitcoin.crontab b/production/bitcoin.crontab index 429e9d793..d1e484a0b 100644 --- a/production/bitcoin.crontab +++ b/production/bitcoin.crontab @@ -2,4 +2,5 @@ @reboot sleep 5 ; /usr/local/bin/bitcoind -signet >/dev/null 2>&1 @reboot sleep 10 ; screen -dmS mainnet /bitcoin/electrs/start mainnet @reboot sleep 10 ; screen -dmS testnet /bitcoin/electrs/start testnet +@reboot sleep 10 ; screen -dmS testnet4 /bitcoin/electrs/start testnet4 @reboot sleep 10 ; screen -dmS signet /bitcoin/electrs/start signet