Post
Topic
Board Development & Technical Discussion
Scan Bitcoin txt file to find collision
by
dhlbusiness
on 30/09/2017, 02:47:17 UTC
I have a issue, I am generating millions of addresses with vanitygen, I have 55 thousand bitcoin addresses that I have saved in my computer and I want all my vanity addresses been checked if collide with any of my 55k addresses.
for example:
money.txt is my vanitygen addresses
cash.txt is the addresses I have with bitcoins in it
I need all addresses in money.txt compare with all addresses in cash,txt to see if found any collision.
How can I do it?