PKGenerator_Checker icon indicating copy to clipboard operation
PKGenerator_Checker copied to clipboard

Generate Bitcoin Private Keys and check them against blockexplorer.com

Results 13 PKGenerator_Checker issues
Sort by recently updated
recently updated
newest added

Hi, please add the email function when a positive balance is found + a SMTP tester to check if the SMTP server is authenticated and working.

For correct address change code from PkMaker.py 87 line: ``` publicKey = "\04" + str(vk.to_string()) ripemd160 = hashlib.new('ripemd160') ripemd160.update(hashlib.sha256(codecs.encode(publicKey)).digest()) ``` to: ``` publicKey = "04" + vk.to_string().hex() ripemd160 = hashlib.new('ripemd160')...

The code works but it seems the generated private key and address is incorrect. Checked few private keys with their corresponding address and they seem to be incorrect.

I have a block explorer coming up for us to use without query limits. For science, of course.

Just wanted to note a couple things: 1) hashlib won't install on windows 11, it gets an error about unknown OS in setup.py, which doesn't matter much, because number 2.......

bug

the private key does not correspond to the bitcoin address. checked in the electrum wallet

bug

Hi. can help for Save To DataBase

enhancement

is there anyway to add threads to it? or would the api block it

combine both https://github.com/mingfunwong/all-bitcoin-private-key.git and v2Lookup.py ! edit v2Lookup.py change "https://www.bitcoinlist.io/" by "http://localhost:4200/home?page=" will maximize the speed, napLength = 15 replaced by 0 will not have to wait. iterLimits = 7...

Saving to the CSV file was a bit broken, it was all saved to the Wife table. i changed it a bit and now it works great https://www.toptal.com/developers/hastebin/umuxoyepux.py