1
0
Fork 0
This commit is contained in:
Lethe Beltane 2023-02-25 20:15:20 -06:00
commit e1cd02f702
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
11 changed files with 902 additions and 0 deletions

6
Run.fish Normal file
View file

@ -0,0 +1,6 @@
#!/usr/bin/fish
awk -F "\"*,\"*" '{print $3}' /tmp/addresses.csv > ./list-addresses.txt
python3 ./bitcoin-balance-checker.py
cat ./addresses-with-balance-yay.txt
mv /tmp/addresses.csv ./addresses/(date).txt