sp-hash / Bitcrack

Faster cuda implementation of bitcrack
10 stars 3 forks source link

Public keys search only #10

Open jovica888 opened 2 years ago

jovica888 commented 2 years ago

Is it going to be faster if you modify the software to search only public keys... I mean it will avoid a few steps of generating the bitcoin address. Also maybe add -device ID 1,2,3,4 if I have a mining rig

The software works well btw. I am getting 120Mkeys/s with Nvidia 1060 6GB and I have a list of 23.000.000 addresses with balance

secp8x32 commented 2 years ago

try this with xpoint mode https://github.com/kanhavishva/BitCrack2

jovica888 commented 2 years ago

try this with xpoint mode https://github.com/kanhavishva/BitCrack2

Tell me about that "stride" option... If I put 10 for example - is the program going to scan every 10th key or it will scann 10 keys at once like a buffer :)

secp8x32 commented 2 years ago

try this with xpoint mode kanhavishva/BitCrack2

Tell me about that "stride" option... If I put 10 for example - is the program going to scan every 10th key or it will scann 10 keys at once like a buffer :)

--stride 10 will scan every 10th key