Post
Topic
Board Development & Technical Discussion
Re: VanitySearch (Yet another address prefix finder)
by
nc50lc
on 25/03/2020, 03:06:43 UTC
Wait, I just found out that the 50-100 consecutive results of the output files are the same address, need further testing.
@Jean_Luc What do you think is the issue?
Hi,
Did you find the issue ? I didn't test your script yet.
Not yet,
The issue is when using an input file with multiple lines of the same prefix, eg: (test.txt)
Code:
1test
1test
1test
1test
1test
The output file will have multiple lines of the same addresses and private keys, eg: (result.txt)
Code:
Address: 1testx1nayKrQadrXAXyvLQUVeai6tpCt
Priv (WIF): p2pkh:KyQEYWYtkttfuaMGBqoBqtpkUJ4M8yHKVtQ3pBkXChBXbraGiS2z
Priv (HEX): 0x4116A49CA05407397C159D9F8EFC32064E3165466173AA26D21DA11A169BF7FD
PubAddress: 1testx1nayKrQadrXAXyvLQUVeai6tpCt
Priv (WIF): p2pkh:KyQEYWYtkttfuaMGBqoBqtpkUJ4M8yHKVtQ3pBkXChBXbraGiS2z
Priv (HEX): 0x4116A49CA05407397C159D9F8EFC32064E3165466173AA26D21DA11A169BF7FD
PubAddress: 1testx1nayKrQadrXAXyvLQUVeai6tpCt
Priv (WIF): p2pkh:KyQEYWYtkttfuaMGBqoBqtpkUJ4M8yHKVtQ3pBkXChBXbraGiS2z
Priv (HEX): 0x4116A49CA05407397C159D9F8EFC32064E3165466173AA26D21DA11A169BF7FD
PubAddress: 1testx1nayKrQadrXAXyvLQUVeai6tpCt
Priv (WIF): p2pkh:KyQEYWYtkttfuaMGBqoBqtpkUJ4M8yHKVtQ3pBkXChBXbraGiS2z
Priv (HEX): 0x4116A49CA05407397C159D9F8EFC32064E3165466173AA26D21DA11A169BF7FD
PubAddress: 1testx1nayKrQadrXAXyvLQUVeai6tpCt
Priv (WIF): p2pkh:KyQEYWYtkttfuaMGBqoBqtpkUJ4M8yHKVtQ3pBkXChBXbraGiS2z
Priv (HEX): 0x4116A49CA05407397C159D9F8EFC32064E3165466173AA26D21DA11A169BF7FD

The latter worked as intended since I've set to loop the command instead of using that input file.