Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
sp_
on 25/03/2021, 16:40:04 UTC
It is slow? Yet my program found the key in 44 seconds but yours took around 10 minutes? 

I have a program that find the key in 100ms. It is written in sql. Here is the sourcecode. It is OpenSource:

select privatekey from compressed_bitcoinadresses where adress="122AJhKLEfkFBaGAd84pLp1kfE7xK3GdT8";


Quote
So you are telling everyone how fast your mod is but it takes your mod over 10 times longer to find the same key, with a better GPU than the one I am using?

I just showed you my 100ms opensource program. You can show me yours and we can compare them.