Post
Topic
Board Development & Technical Discussion
Re: How to check the balance of the list of 1 million Bitcoin Addresses?
by
bob123
on 16/09/2019, 18:34:17 UTC
is there an alternative script for windows  Huh

Code:
some script > myAddyList.txt > balances-bitcoin > final.txt


Sure, just take my example from above:

Code:
grep -f -F myAddyList.txt balances-bitcoin > final.txt

and make a Select-string[1] statement out of it for powershell.



[1] https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/select-string?view=powershell-6