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;