Skip to content

Instantly share code, notes, and snippets.

@tromer
tromer / zcash-fully-shielded-per-month.sql
Created July 23, 2019 02:13
Count the number of fully-shielded Zcash transactions per month
/* Count the number of fully-shielded Zcash transactions per month */
SELECT FORMAT_DATE("%E4Y-%m", Date(block_timestamp)) as month, count(distinct `hash`) as fully_shielded_tx FROM
(
SELECT /* fully shielded transactions with 0 fee */
`hash`,
block_timestamp,
fee
FROM
`bigquery-public-data.crypto_zcash.transactions`

Keybase proof

I hereby claim:

  • I am tromer on github.
  • I am tromer (https://keybase.io/tromer) on keybase.
  • I have a public key ASBo_Yz4GayQDxPqF-gb2Z2uvfoRfIU0g23utAD56UIdPwo

To claim this, I am signing this object: