This folder contains snapshot data from different testnets to figure out rewards
Note that addresses between resonance and schrodinger have changed, and will change again for testnet (3).
Past testnets: resonance_network, schrodinger, dirac. Current testnet snapshot: planck_miners.json.
python3 testnet_data_snapshots/fetch_current_miners.pyThis queries https://sub2.quantus.com/v1/graphql and writes planck_miners.json.
Options:
--output other_miners.json— custom output filename--export-csv— also write the matching.csvfile
You can also query GraphQL manually with the minerStats alias on account_stats.
To convert miner JSON snapshots into spreadsheet-friendly CSV:
python3 testnet_data_snapshots/export_miners_to_csv.pyThis writes one .csv per *_miners.json file (same directory) with columns: id, totalMinedBlocks, totalRewards.