nsa2000flash. miners moving2
    Updated 2022-09-17
    select date_trunc('week', block_timestamp) as week, count(distinct miner) as num_miner
    from ethereum.core.fact_blocks
    group by week
    order by week ASC
    Run a query to Download Data