PS0G1Miners over
    Updated 2022-11-05
    Select date_trunc('week',block_timestamp) as date,count (distinct MINER) as "Total_Miners"
    From ethereum.core.fact_blocks
    where block_timestamp < '2022-09-15'
    group by 1
    Run a query to Download Data