Last active
May 2, 2019 04:07
-
-
Save lontivero/542318449899e3fecaf18992c920aa5d to your computer and use it in GitHub Desktop.
Coinjoin bash lines
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 3.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat WasabiCoinjoins.csv | grep bc1qs604c7jv6amk4cxqlnvuxv26hv3e48cds4m0ew > payments.csv | |
cat payments.csv | sort -u > uniq-payments.csv | |
cat uniq-payments.csv | grep -E "4\/[0-9]{1,2}\/19" | cut -f1,2,4,8,9 > april2019.csv | |
# cat uniq-payments.csv | cut -d"," -f8 | paste -sd+ | bc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment