Wait a minute. If he just said that the 3060 achieves around 2300 Mkeys/s, how much does the 4090 achieve? Does it reach 8000 Mkeys/s on the RTX 4090? 8 GK/s ? In Cyclone GPU ?
Why won't anyone share the fastest GPU code here? Are you hiding the best code for yourselves? It's all just empty talk and blah blah blah..

Because no one is obliged to put their work in the public domain for everyone to see. They spend their time and energy on it.
Because I am doing it right now:) The main target - to be twice faster than KeyhuntCUDA, but it is possible only with PTX ASM. And also if somebody knows an algo of Modular inverse faster that DRS62 - let me know. this is the main goal for me. Or stupidly do all of the code with PTX, that impossible for me
When computing modular inverses in batch, the individual function to calculate the inverse has very little impact on the overall speed. In my version, a "stock" 4090 achieves around 7Gkey/s with some optimizations.
Still, it's crazy to see how in a group like this, 3/4 of the posts go against all common sense and basic rules of statistics. I'm referring to the absurd theories about prefixes and bit permutations.
I agree with you, sequential brute force is the best way for solving puzzles without pubkey. And one question, could you take me a link to your version of Keyhunt cuda?
KtimesG, I need a few time to understand your opinion:) I checked occupancy of my rtx4060 via nSight Computing, and I have seen register pressure on SM (33.3% of occupancy) and spill to DRAM. I will do some work for recalculate algos for decreasing pressure.
Well that is the funny thing, no one believes in true sequential. None of the pools, not even Bram lol.
If solve time is average of 50% regardless of the order of ranges, why don't the pools nor anyone, start at key x and search it all to key z? Does human nature/gut feelings get involved? Or some kind of personal, average probability based on past wallets solved? Would love to hear their reasoning.
So it is funny to see those peeps laugh/mock at others for just trying to think outside the box/come up with new ideas. Who cares lol?! Let them do their thing. It's fine to answer questions, and even tell them, their program idea may not be the best. If they don't care or don't listen, why/how does that impact others? It shouldn't.
When I started learning about the curve and its properties and math, I thought I could find a new "shortcut". But it was only after trying various methods and talking to others, did I finally realize there weren't any. But I had fun learning secp and programming and the different algos. Did it hurt anyone? No.
If one can (has) track what they've searched, or even know what they've done during any jumps/skips based on h160 partial matches, or anything else, it is just as fast at solving than what anyone else is using, meaning same average solve time...50%. Debate your mama lol!