Post
Topic
Board Development & Technical Discussion
Re: BSGS solver for cuda
by
WanderingPhilospher
on 11/11/2021, 19:41:54 UTC
Can you put the option to search multiple pubic keys... To search for example 100 keys at once? Not 1by1


You have no idea what you are talking about, what you are doing and what is the algorithm.

I saw that program search only 1 public key - what did I ask wrong?
math09183 does not know...math09183 comes in, says some stuff, and hopes it sticks. Like trying to nail jello to a wall.
Someone has asked Etar already. Although it could be done, it would reduce the overall speed. So if your speed is 100 MKey/s searching for 1 pubkey and then you searched for 50 pubkeys at once, your speed would now be roughly 100/50 = 2 MKey/s. It's best to break total range into smaller subranges and search multiple pubkeys that way; or at least that way requires no additional tweaks to the main BSGS cuda code.