albertobsd / keyhunt

privkey hunt for crypto currencies that use secp256k1 elliptic curve
MIT License
640 stars 349 forks source link

BSGS Speed #252

Closed mr-fahrenheit-repo closed 1 year ago

mr-fahrenheit-repo commented 1 year ago

Is it possible to reach quetta keys/ second?

mirameshs commented 1 year ago

yes. Increase your ram to more than 4TB and use a xeon series CPU

mr-fahrenheit-repo commented 1 year ago

Is that really possible? So the speed doesn't depends on cpu cores? Can you show some math for that?

Sorry, i just really curious XD

mirameshs commented 1 year ago

in bsgs mode it depends on ram capacity. please check the end of keyhunt repo page. there is notes about k factor and n factor and also I have measurement based on experience.

On Wed, Aug 23, 2023 at 5:34 PM Mr_Fahrenheit @.***> wrote:

Is that really possible? So the speed doesn't depends on cpu cores? Can you show some math for that?

Sorry, i just really curious XD

— Reply to this email directly, view it on GitHub https://github.com/albertobsd/keyhunt/issues/252#issuecomment-1690027223, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH4VUURE2FIT665AD4XMP4LXWYEXJANCNFSM6AAAAAA32Z3DXQ . You are receiving this because you commented.Message ID: @.***>

mr-fahrenheit-repo commented 1 year ago

Oh wow thanks for the info man. One more, is there any reason for using intel xeon cpu?

mirameshs commented 1 year ago

if you want to use a higher volume of ram, it is impossible to install them on PC. Almost the PC's RAM capacity is about 128 GB in maximum . so you should systems u can install more ram. it is often a server and servers use Xeon in most cases. there is another reason and it is related to Xeon architecture. server cpus have higher bandwidth to process data.

albertobsd commented 1 year ago

Is it possible to reach quetta keys/ second?

Sorry but is not possible to get that speed

sssergy commented 1 year ago

if you want to use a higher volume of ram, it is impossible to install them on PC. Almost the PC's RAM capacity is about 128 GB in maximum . so you should systems u can install more ram. it is often a server and servers use Xeon in most cases. there is another reason and it is related to Xeon architecture. server cpus have higher bandwidth to process data.

It's about optimizing for Intel processors. I tried to run on amd 7763, and even xenon 8280 bypass it in speed. Although AMD is a generation higher.