global: add mining related datasets

This commit is contained in:
nym21
2025-09-10 21:57:15 +02:00
parent 9b92c5ce38
commit 72bba06e71
7 changed files with 116 additions and 5 deletions

View File

@@ -3764,6 +3764,19 @@ function createPartialOptions({ env, colors, vecIdToIndexes, pools }) {
key: "difficultyepoch",
name: "Epoch",
}),
{
key: "difficulty_adjustment",
title: "Adjustment",
type: "Baseline",
},
createBaseSeries({
key: "blocks_before_next_difficulty_adjustment",
name: "Before next",
}),
createBaseSeries({
key: "days_before_next_difficulty_adjustment",
name: "Before next",
}),
],
},
{