Skip to content

Instantly share code, notes, and snippets.

@lontivero
Last active May 2, 2019 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lontivero/542318449899e3fecaf18992c920aa5d to your computer and use it in GitHub Desktop.
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.
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