Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
52473773
Topic
5152805
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
Quote from: crofrihosl on September 15, 2019, 11:44:29 PM
is there an alternative script for windows
Code:
some script > myAddyList.txt > balances-bitcoin > final.txt
Sure, just take my example from above:
Quote from: bob123 on June 12, 2019, 07:37:26 AM
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