Skip to content

Commit b187b05

Browse files
author
sam bacha
authored
fix(defect): artifact
1 parent f42ef6c commit b187b05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dune/homestead/daily_top_miners.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#standardSQL
2-
--MIT License-- Copyright (c) 2019 Yaz Khoury,
3-
yaz.khoury @gmail.com SELECT miner, DATE (timestamp) AS date,
1+
SELECT miner, DATE (timestamp) AS date,
42
COUNT (miner) AS total_block_reward FROM
53
`bigquery - public - data.crypto_ethereum_classic.blocks` GROUP BY miner,
64
date HAVING COUNT (miner) > 100 ORDER BY date, COUNT (miner);

0 commit comments

Comments
 (0)