Skip to content

Instantly share code, notes, and snippets.

View Mitchellpkt's full-sized avatar
🎯
Focusing

Mitchell P. Krawiec-Thayer Mitchellpkt

🎯
Focusing
View GitHub Profile
@Mitchellpkt
Mitchellpkt / tx_input_list_ringmember_freq.csv
Created November 25, 2021 21:02 — forked from neptuneresearch/tx_input_list_ringmember_freq.csv
Outputs used more than twice, sorted by usage count high to low
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 2 columns, instead of 1. in line 1.
-- Count usage of ringmembers (identified by { vin_amount, amount_index }) that were used in rings (same or different) more than twice
SELECT
vin_amount,
amount_index,
COUNT(*) AS n_ringmembers
FROM tx_input_list
GROUP BY vin_amount, amount_index
HAVING COUNT(*) > 2
ORDER BY COUNT(*) DESC;
@Mitchellpkt
Mitchellpkt / fork_at_774423.txt
Created March 29, 2020 21:20
Data from Zcash fork at height 774423
*****************
* Retained block:
*****************
Block Height: 774423
Block Hash: 0000000003071428ba122b81ba5ebb9a349acb5871f28d6f32195d429d261eb9
Prev Hash: 00000000018c5574ac89b84e3f4a03ae7ea05234d12f47d5f7a03bba59e7ceaa
Miner Time: 1585207159
Transactions:
Coinbase: d50f910d78e21cb0daa9082b6dde491bb197a0b8bef094572568b3750b3146fd

Keybase proof

I hereby claim:

  • I am mitchellpkt on github.
  • I am mitchellpkt (https://keybase.io/mitchellpkt) on keybase.
  • I have a public key ASCIG7F4j69IKsUVT2_uBSlrxnsgAVMUBwCvsPVZjcPn0wo

To claim this, I am signing this object: