From 83475b8dfc50d05ad1b24808de5eee2da889b9dc Mon Sep 17 00:00:00 2001 From: poka Date: Mon, 18 Oct 2021 00:00:47 +0200 Subject: [PATCH] Production index mode --- g1-stats.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/g1-stats.sh b/g1-stats.sh index 322bea9..05dde8f 100755 --- a/g1-stats.sh +++ b/g1-stats.sh @@ -29,8 +29,8 @@ if $debug; then udBlocs=$(cat $GPATH/db/debug/udblocs) echo # To clean next progress view else -# TXBLOCKS=$(curl -s ${DUNITER}/blockchain/with/tx | jq '.result.blocks[]') - TXBLOCKS=$(cat $GPATH/tx.json | jq '.result.blocks[]') + TXBLOCKS=$(curl -s ${DUNITER}/blockchain/with/tx | jq '.result.blocks[]') +# TXBLOCKS=$(cat $GPATH/tx.json | jq '.result.blocks[]') echo "TXBLOCKS OK" membresPubkeys=$(curl -s ${DUNITER}/wot/members | jq -r '.results[].pubkey') tput cuu1;tput el;