|
nomachine
|
 |
March 26, 2025, 07:51:02 PM |
|
@nomachine Do you still have a version of Cyclone that runs on CPU that does not have avx2? i think when you first uploaded was working also on that machines and now after the updates and modifications it doesnt. thank you
There is no such version. All versions use AVX2 100% from the start. I wouldn’t even be doing this if it were SSE.
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
|
kTimesG
|
 |
March 26, 2025, 09:59:01 PM |
|
Fun fact for the voodoo experts here:
1Q111111111111111111111111111f2z1q
is ABOVE
1Qzzzzzzzzzzzzzzzzzzzzzzzzzz38Cc3
and their RIPEMD-160 don't even have the same 5 leading bits prefix.
Tough luck for a vanity search engine, I guess.
|
Off the grid, training pigeons to broadcast signed messages.
|
|
|
GHTheBoss
Newbie
Offline
Activity: 2
Merit: 0
|
 |
March 26, 2025, 10:28:53 PM |
|
Exactly range to scan bye. c0000000000000000 cffffffffffffffff
Addy : 1MVDYgVaSN6iKKEsbzRUAYFrYJadLYZvvZ
|
|
|
|
|
0x00usa
Newbie
Offline
Activity: 2
Merit: 0
|
 |
March 26, 2025, 10:57:31 PM |
|
If anyone finds 1MVDYgVaSN we can swapping it. Send me a PM.
|
|
|
|
|
Dom1nic
Newbie
Offline
Activity: 20
Merit: 0
|
 |
March 26, 2025, 11:23:13 PM |
|
~ However, another option would be to give up and simply delete everything, as the culture of donations has practically disappeared (99% dead), leaving only criticism alive.
Oh yes, let’s all donate to someone who’s extorting the users of his program. A donation is supposed to be voluntary support, not blackmail. If he really wanted donations, why didn’t he make the program open source? Oh wait, he needed to add the encryption part.
|
|
|
|
|
GHTheBoss
Newbie
Offline
Activity: 2
Merit: 0
|
 |
March 26, 2025, 11:28:38 PM |
|
~ However, another option would be to give up and simply delete everything, as the culture of donations has practically disappeared (99% dead), leaving only criticism alive.
Oh yes, let’s all donate to someone who’s extorting the users of his program. A donation is supposed to be voluntary support, not blackmail. If he really wanted donations, why didn’t he make the program open source? Oh wait, he needed to add the encryption part. hahah true
|
|
|
|
|
Denevron
Newbie
Offline
Activity: 121
Merit: 0
|
 |
March 27, 2025, 12:01:06 AM |
|
@nomachine Do you still have a version of Cyclone that runs on CPU that does not have avx2? i think when you first uploaded was working also on that machines and now after the updates and modifications it doesnt. thank you
maybe you mean this version?) by the way, on this version, there was very good speed https://bitcointalk.org/index.php?topic=1306983.msg65173186#msg65173186
|
|
|
|
|
|
nomachine
|
 |
March 27, 2025, 01:45:00 AM Last edit: March 27, 2025, 02:27:19 AM by nomachine |
|
@nomachine Do you still have a version of Cyclone that runs on CPU that does not have avx2? i think when you first uploaded was working also on that machines and now after the updates and modifications it doesnt. thank you
maybe you mean this version?) by the way, on this version, there was very good speed https://bitcointalk.org/index.php?topic=1306983.msg65173186#msg65173186Unfortunately, it does not calculate the speed correctly, along with other bugs. Only the latest version on GitHub works properly. I have now updated all my posts containing the code to direct users to GitHub to avoid confusion and prevent false hopes about unrealistic speeds. It is impossible to exceed 5 Mkeys/s per core with this configuration and compilation method. Higher speeds are only doable with the Clang AOCC compiler for specific AMD processors—but that method also causes a thermal disturbance. You’d need a half-meter cooler for it!. 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
Akito S. M. Hosana
Jr. Member
Offline
Activity: 420
Merit: 8
|
 |
March 27, 2025, 02:34:40 AM |
|
Unfortunately, it does not calculate the speed correctly, along with other bugs. Only the latest version on GitHub works properly. I have now updated all my posts containing the code to direct users to GitHub to avoid confusion and prevent false hopes about unrealistic speeds. It is impossible to exceed 5 Mkeys/s per core with this configuration and compilation method. Higher speeds are only doable with the Clang AOCC compiler for specific AMD processors—but that method also causes a thermal disturbance. You’d need a half-meter cooler for it!.  What can we do to exceed 5 MKeys/s per core without overheating the CPU, aside from extreme cooling? 
|
|
|
|
|
|
nomachine
|
 |
March 27, 2025, 02:49:36 AM |
|
Unfortunately, it does not calculate the speed correctly, along with other bugs. Only the latest version on GitHub works properly. I have now updated all my posts containing the code to direct users to GitHub to avoid confusion and prevent false hopes about unrealistic speeds. It is impossible to exceed 5 Mkeys/s per core with this configuration and compilation method. Higher speeds are only doable with the Clang AOCC compiler for specific AMD processors—but that method also causes a thermal disturbance. You’d need a half-meter cooler for it!.  What can we do to exceed 5 MKeys/s per core without overheating the CPU, aside from extreme cooling?  You need to go to Intel's GitHub and clone the assembly versions of SHA-256 AVX2 from their repository: https://github.com/intel/isa-l_crypto/tree/master/sha256_mb. Then, reimplement it in this script. You also need to do the same for RIPEMD-160 AVX2. Finally, optimize and reimplement SECP256K1, likely using assembly, to make it even faster. Good luck. 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
teguh54321
Jr. Member
Offline
Activity: 144
Merit: 1
|
 |
March 27, 2025, 03:00:51 AM |
|
What about puzzle 135 , Possible partial match public key ?
|
|
|
|
|
E36cat
Newbie
Offline
Activity: 64
Merit: 0
|
 |
March 27, 2025, 06:34:52 AM |
|
@nomachine Do you still have a version of Cyclone that runs on CPU that does not have avx2? i think when you first uploaded was working also on that machines and now after the updates and modifications it doesnt. thank you
maybe you mean this version?) by the way, on this version, there was very good speed https://bitcointalk.org/index.php?topic=1306983.msg65173186#msg65173186yes that version i know the speed was showing was double and incorrect but it worked on my other older cpu machines 
|
|
|
|
|
|
nomachine
|
 |
March 27, 2025, 07:56:03 AM |
|
What about puzzle 135 , Possible partial match public key ?
That will be soon. I achieve incredible speeds there because hashing is not used—instead, AVX2 is used to compare batches of public keys 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
|
kTimesG
|
 |
March 27, 2025, 08:10:57 AM |
|
What about puzzle 135 , Possible partial match public key ?
That will be soon. I achieve incredible speeds there because hashing is not used—instead, AVX2 is used to compare batches of public keys  Too bad that the incredible speeds may be useless since the search space is exponential in size, right? You'd need a 2**67 higher speed to compensate.
|
Off the grid, training pigeons to broadcast signed messages.
|
|
|
|
nomachine
|
 |
March 27, 2025, 08:43:08 AM |
|
What about puzzle 135 , Possible partial match public key ?
That will be soon. I achieve incredible speeds there because hashing is not used—instead, AVX2 is used to compare batches of public keys  Too bad that the incredible speeds may be useless since the search space is exponential in size, right? You'd need a 2**67 higher speed to compensate. Everything here is useless anyway. But at least I'm retired and fishing. I have unlimited time to have fun until I die. 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
Akito S. M. Hosana
Jr. Member
Offline
Activity: 420
Merit: 8
|
 |
March 27, 2025, 08:54:57 AM |
|
I have unlimited time to have fun
It's certainly more fun here than on Facebook or Twitter. 
|
|
|
|
|
teguh54321
Jr. Member
Offline
Activity: 144
Merit: 1
|
 |
March 27, 2025, 09:47:50 AM |
|
What about puzzle 135 , Possible partial match public key ?
That will be soon. I achieve incredible speeds there because hashing is not used—instead, AVX2 is used to compare batches of public keys  🙂🙂🙂🙂🙂🙂🙂🙏
|
|
|
|
|
teguh54321
Jr. Member
Offline
Activity: 144
Merit: 1
|
 |
March 27, 2025, 10:16:53 AM |
|
What about puzzle 135 , Possible partial match public key ?
That will be soon. I achieve incredible speeds there because hashing is not used—instead, AVX2 is used to compare batches of public keys  Too bad that the incredible speeds may be useless since the search space is exponential in size, right? You'd need a 2**67 higher speed to compensate. Haha, it might be useless, but exploring an undiscovered path might lead to something in the end. 😅✌️ Elliptic curves might unintentionally leave some patterns..who knows? 😅✌️
|
|
|
|
|
|
nomachine
|
 |
March 27, 2025, 11:00:50 AM |
|
What about puzzle 135 , Possible partial match public key ?
That will be soon. I achieve incredible speeds there because hashing is not used—instead, AVX2 is used to compare batches of public keys  🙂🙂🙂🙂🙂🙂🙂🙏 https://github.com/NoMachine1/Cyclone/tree/main/Cyclone-PUB-SSECyclone-PUB-SSE # ./Cyclone -k 030d282cf2ff536d2c42f105d0b8588821a915dc3f9a05bd98bb23af67a2e92a5b -p 30 -t 12 -R -b 5 ================== FOUND MATCH! ==================== Private Key : 000000000000000000000000000000000000000000000000000000003D94CD64 Public Key : 030D282CF2FF536D2C42F105D0B8588821A915DC3F9A05BD98BB23AF67A2E92A5B Total Checked : 19438592 Elapsed Time : 00:00:00 Speed : 4.21626 Mkeys/s older cpu machines  Cyclone-PUB-SSE works on Pentium 4 (2000) and newer... There are only JPL scripts from kangaroo.
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
E36cat
Newbie
Offline
Activity: 64
Merit: 0
|
 |
March 27, 2025, 11:15:57 AM |
|
What about puzzle 135 , Possible partial match public key ?
That will be soon. I achieve incredible speeds there because hashing is not used—instead, AVX2 is used to compare batches of public keys  🙂🙂🙂🙂🙂🙂🙂🙏 https://github.com/NoMachine1/Cyclone/tree/main/Cyclone-PUB-SSECyclone-PUB-SSE # ./Cyclone -k 030d282cf2ff536d2c42f105d0b8588821a915dc3f9a05bd98bb23af67a2e92a5b -p 30 -t 12 -R -b 5 ================== FOUND MATCH! ==================== Private Key : 000000000000000000000000000000000000000000000000000000003D94CD64 Public Key : 030D282CF2FF536D2C42F105D0B8588821A915DC3F9A05BD98BB23AF67A2E92A5B Total Checked : 19438592 Elapsed Time : 00:00:00 Speed : 4.21626 Mkeys/s older cpu machines  Cyclone-PUB-SSE works on Pentium 4 (2000) and newer... There are only JPL scripts from kangaroo. Prefix length : 5 bytes Mode : Random CPU Threads : 64 Mkeys/s : 89.68 yes it works thank you but no pubkey for puzzle 68 
|
|
|
|
|
|