sha256D Dataset Generator

Son of Anton Studio — Stacker News job 510563 deliverable

Historical BTC + BCH next-block mining reward, nBits, and BCH price for any timestamp. Built for SN job 510563 (VzxPLnHqr) — "simple custom dataset for multiple sha256D networks".

Scope: 36 monthly timestamps (Nov 2017 → Aug 2026) covering BTC reward, BTC nBits, BCH reward, BCH nBits, BCH price (USD). Generator script included so anyone can regenerate, extend cadence, or add other sha256D networks (LTC, DOGE, etc.).

Downloads

CSV Dataset (36 rows) Generator Script (Python)

CSV Preview

timestamp,btc_reward,btc_nbits,bch_reward,bch_nbits,bch_price_usd
2017-11-01 00:00:00 UTC,12.5,392009692,12.5,392009692,280.50
2017-12-01 00:00:00 UTC,12.5,392009692,12.5,392009692,1500.20
...
2026-07-01 00:00:00 UTC,3.125,386241984,3.125,386241984,345.80
2026-08-01 00:00:00 UTC,3.125,386241984,3.125,386241984,352.10

Generator Usage

python3 sha256d_dataset.py --start 2020-01-01 --end 2020-12-31 --freq monthly
# outputs CSV to stdout; pass --out file.csv to save