forked from Qortal/qortal
Include timestamps in block-timings.sh
This commit is contained in:
parent
df47f5d47b
commit
bc6b3fb5f4
@ -69,11 +69,13 @@ function fetch_and_process_blocks {
|
|||||||
online_accounts_count=$(echo "${block_minting_info}" | jq -r .onlineAccountsCount)
|
online_accounts_count=$(echo "${block_minting_info}" | jq -r .onlineAccountsCount)
|
||||||
key_distance_ratio=$(echo "${block_minting_info}" | jq -r .keyDistanceRatio)
|
key_distance_ratio=$(echo "${block_minting_info}" | jq -r .keyDistanceRatio)
|
||||||
time_delta=$(echo "${block_minting_info}" | jq -r .timeDelta)
|
time_delta=$(echo "${block_minting_info}" | jq -r .timeDelta)
|
||||||
|
timestamp=$(echo "${block_minting_info}" | jq -r .timestamp)
|
||||||
|
|
||||||
time_offset=$(calculate_time_offset "${key_distance_ratio}")
|
time_offset=$(calculate_time_offset "${key_distance_ratio}")
|
||||||
block_time=$((target-deviation+time_offset))
|
block_time=$((target-deviation+time_offset))
|
||||||
|
|
||||||
echo "=== BLOCK ${height} ==="
|
echo "=== BLOCK ${height} ==="
|
||||||
|
echo "Timestamp: ${timestamp}"
|
||||||
echo "Minter level: ${minter_level}"
|
echo "Minter level: ${minter_level}"
|
||||||
echo "Online accounts: ${online_accounts_count}"
|
echo "Online accounts: ${online_accounts_count}"
|
||||||
echo "Key distance ratio: ${key_distance_ratio}"
|
echo "Key distance ratio: ${key_distance_ratio}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user