bull_2014
- CUDACyclone 6000Mkeys/s with RTX4090Dec 23, 2025
You can check it by yourself, ask AI for analyse it and find backdoor:) VanitysearchA-bitcrack from GixedPaul (fastest opensource i saw previously) could give 5.15 Gkeys/ on RTX4090. I achieved 6.2Gkeys/s. But I have a…
- CUDACyclone 6000Mkeys/s with RTX4090Dec 23, 2025
KtimesG, old buddy! How are you? I really dont know anything about license, but link to JLP was added by me from the start of my repo. And FixedPaul too. This is a great guys who really do great code. If this is not…
- CUDACyclone 6000Mkeys/s with RTX4090Dec 22, 2025
Hey everyone! So, the super lightweight CUDACyclone is out now, and it hits 1.3Gkeys/s on the RTX4060. The cool thing about it is it uses hardly any VRAM, making it perfect for rented GPUs. Even if Vanity or Keyhunt…
- Distributed Cyclone (CPU only again)Dec 15, 2021
Ok, it's easy. I will do it today or tomorrow.
- Distributed Cyclone (CPU only again)Dec 13, 2021
If I understand you correctly, you mean adding random mode? It has done already on SRV side. When client send to the server "get range", SRV sends to client a random segment of the whole range to compute. On the client…
- Distributed Cyclone (CPU only again)Dec 13, 2021
Hey everyone! Just wanted to share that a new version is out :) Distributed Cyclone is a team effort platform aimed at solving Satoshi puzzles. Instead of just using brute force or pricey hardware, this project taps…
And results on extremely week Ryzen 7 5800H: root@DESKTOP-BD9V01U:/mnt/e/vm/Cyclone/secp256k1# ./bench_step510 Threads : 16 Keys/s : 42.63 M Scalar : 00000000000000000000000000000000000000000000000000000000061772d0…
I have done it already:) switch Dp_table from RAM to SSD:) Bloom - RAM Dp_table - SSD Next step - I will add gpu computing secp256 with all logic from original version
NoMachine, plz return your GitHub back! I like your coding skills (and readme files), and Mark1 is the deep refactoring and a few reingeneering of your Kangaroo-hops file. I updated Mark1.cpp code
Hey everyone! Check out my version of the Pollard-rho algorithm: https://github.com/Dookoo2/Mark1 It takes about 38 minutes to crack an 80-bit puzzle using half a billion data points, and around 14 minutes for a 70-bit…
Hey folks, I want to share CUDAPool with you all. It's a distributed GPU-based brute-force mining pool set up to tackle the Satoshi puzzle, which is all about searching for secp256k1 keys. What started as just a…
7985WX a little bit faster than 7945HX (145% faster:)) I'm almost done distributed Cyclone version with "client to server" topology. It could be useful if you have more than one PC/SRV for computing. Each client gets a…
Hello guys! Hello nomachine!^) Great work! On what CPU you got this speed?
kTimesG, thanks for your answer. I'm glad to present my update of Cyclone. AVX512 version is ready. It is ~15-%-17% faster than AVX2 version on Ryzen 9 CPU. The next step is adapting to CUDA , because I have a few ideas…
Hey everyone! I’m really thrilled to finally share something I’ve been working on for a bit now Cyclone, the fastest CPU brute-forcer for puzzles! It’s built to tackle Satoshi puzzles on CPUs (why not? Gotta take a shot…