Akito S. M. Hosana
Jr. Member
Offline
Activity: 392
Merit: 8
|
 |
March 24, 2025, 06:59:58 PM |
|
Holy smokes, this is 15% faster than that script from the day before. 
|
|
|
|
nomachine
|
 |
March 24, 2025, 07:24:57 PM |
|
Holy smokes, this is 15% faster than that script from the day before.  The speed boost ain’t guaranteed. It depends on your rig, compiler tweaks, and other nerdy stuff like CPU mojo and RAM speed. Different machines? Different results. Duh. 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
pbies
|
 |
March 24, 2025, 07:29:49 PM |
|
Yes, if this repo would have random mode. I see no sense to start at 0x80000000000000000. And I would rather give range selection for the program, than manually give raising values to check all in my interest.
|
BTC: bc1qmrexlspd24kevspp42uvjg7sjwm8xcf9w86h5k
|
|
|
GoldTiger69
|
 |
March 25, 2025, 03:22:35 AM |
|
Hi, I think I found a small bug: ./Cyclone -h 95a156cd21b4a69de969eb6716864f4c8b82a82a -p 40 -t 4 -b 5
================= WORK IN PROGRESS ================= Puzzle/Bits : 40 Target Hash160: 95a156cd21b4a69de969eb6716864f4c8b82a82a Prefix length : 5 bytes Mode : Sequential CPU Threads : 4 Mkeys/s : 23.31 Total Checked : 166785826816 Elapsed Time : 01:59:15 Range : 8000000000:ffffffffff Progress : 30.338165 % Progress Save : 11 Stride : 1 ================== FOUND MATCH! ==================== Private Key : 000000000000000000000000000000000000000000000000000000E9AE4933D7 Public Key : 027F9692C97565C48481E19FB95933C3F023D91DEF62394A38FF6B1ACA6E499EB5 Total Checked : 166891761152 Elapsed Time : 01:59:15 Speed : 23.3083 Mkeys/s
This is puzzle #40; the Private Key is off by 1: E9AE4933D 6It's a great program, thanks for all your hard work, man.
|
|
|
|
nomachine
|
 |
March 25, 2025, 05:16:17 AM |
|
win bins?
i compiled it but got funny fonts...
Fixed… Simple Code Change (Replaced ∞ with N/A) No UTF-8 Issues: Works on every terminal, no fancy encoding needed. Clear Meaning: "N/A" is universal—everyone gets "Not Applicable." Zero Configuration: Runs everywhere, no fuss: Windows Linux/macOS terminals Remote SSH sessions Log files and whatever else you throw at it... Sometimes, the dumbest solution is the best. Optimization is good—until it adds more problems than it solves. Premature optimization? Wasted time. "N/A" beats fighting with ∞ any day. The End. 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
AlanJohnson
Member

Offline
Activity: 185
Merit: 11
|
 |
March 25, 2025, 05:25:47 AM |
|
Hi, I think I found a small bug: ./Cyclone -h 95a156cd21b4a69de969eb6716864f4c8b82a82a -p 40 -t 4 -b 5
================= WORK IN PROGRESS ================= Puzzle/Bits : 40 Target Hash160: 95a156cd21b4a69de969eb6716864f4c8b82a82a Prefix length : 5 bytes Mode : Sequential CPU Threads : 4 Mkeys/s : 23.31 Total Checked : 166785826816 Elapsed Time : 01:59:15 Range : 8000000000:ffffffffff Progress : 30.338165 % Progress Save : 11 Stride : 1 ================== FOUND MATCH! ==================== Private Key : 000000000000000000000000000000000000000000000000000000E9AE4933D7 Public Key : 027F9692C97565C48481E19FB95933C3F023D91DEF62394A38FF6B1ACA6E499EB5 Total Checked : 166891761152 Elapsed Time : 01:59:15 Speed : 23.3083 Mkeys/s
This is puzzle #40; the Private Key is off by 1: E9AE4933D 6It's a great program, thanks for all your hard work, man. It's not a bug. "Partial Matches: If a partial match is found, the program will display: Private Key 🔑 Public Key 🛁 Found Hash160 🧨 Target Hash160 🎯 Matched Bytes 💥 Full Match: If a full match is found, the program will display: FULL MATCH! 🚨 PRIVATE KEY FOUND! ✅ Auto-saved to KEYFOUND.txt"
|
|
|
|
Akito S. M. Hosana
Jr. Member
Offline
Activity: 392
Merit: 8
|
 |
March 25, 2025, 05:29:01 AM |
|
Sometimes, the dumbest solution is the best. Optimization is good—until it adds more problems than it solves. Premature optimization? Wasted time.
(You should’ve put this in your signature.) I wasn’t happy with the simple approach. I thought: "What if I scaled this across 100 AWS instances?" So I built: A Kubernetes cluster for orchestration Redis for distributed job queueing S3 for centralized logging Lambda for failover handling Now the system could process quadrillions of keys per second… but cost $10,000/month to run.  P.S. Someone eventually found the key… using a 10-line Python script. 
|
|
|
|
WanderingPhilospher
Sr. Member
  
Offline
Activity: 1400
Merit: 271
Shooters Shoot...
|
 |
March 25, 2025, 06:05:54 AM |
|
It's not a bug.
"Partial Matches: If a partial match is found, the program will display:
Private Key 🔑 Public Key 🛁 Found Hash160 🧨 Target Hash160 🎯 Matched Bytes 💥
Full Match: If a full match is found, the program will display: FULL MATCH! 🚨 PRIVATE KEY FOUND! ✅ Auto-saved to KEYFOUND.txt" If the program is not writing the correct private key to file or screen, it is a bug. The private keys saved are off by 1, just as GoldTiger69 said. Am I missing something?? I checked and I get the same result, the private key is off by 1. Not a huge bug, but still a bug.
|
|
|
|
AlanJohnson
Member

Offline
Activity: 185
Merit: 11
|
 |
March 25, 2025, 06:09:24 AM |
|
It's not a bug.
"Partial Matches: If a partial match is found, the program will display:
Private Key 🔑 Public Key 🛁 Found Hash160 🧨 Target Hash160 🎯 Matched Bytes 💥
Full Match: If a full match is found, the program will display: FULL MATCH! 🚨 PRIVATE KEY FOUND! ✅ Auto-saved to KEYFOUND.txt" If the program is not writing the correct private key to file or screen, it is a bug. The private keys saved are off by 1, just as GoldTiger69 said. Am I missing something?? I checked and I get the same result, the private key is off by 1. Not a huge bug, but still a bug. Wasn't it the case called "partial match" ?
|
|
|
|
nomachine
|
 |
March 25, 2025, 06:14:03 AM Last edit: March 25, 2025, 07:06:07 AM by nomachine |
|
This is puzzle #40; the Private Key is off by 1: E9AE4933D6
You're right. It will be fixed soon. Fixed: # ./Cyclone -h 95a156cd21b4a69de969eb6716864f4c8b82a82a -r E9AE4913D7:E9AE4933D7 -t 12 -b 5
================== FOUND MATCH! ==================== Private Key : 000000000000000000000000000000000000000000000000000000E9AE4933D6 Public Key : 03A2EFA402FD5268400C77C20E574BA86409EDEDEE7C4020E4B9F0EDBEE53DE0D4 Total Checked : 12288 Elapsed Time : 00:00:00 Speed : 0.293515 Mkeys/s
# ./Cyclone -h bfebb73562d4541b32a02ba664d140b5a574792f -p 26 -b 8 -S -t 12
================== FOUND MATCH! ==================== Private Key : 000000000000000000000000000000000000000000000000000000000340326E Public Key : 024E4F50A2A3ECCDB368988AE37CD4B611697B26B29696E42E06D71368B4F3840F Total Checked : 16718848 Elapsed Time : 00:00:00 Speed : 3.0181 Mkeys/s
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
Akito S. M. Hosana
Jr. Member
Offline
Activity: 392
Merit: 8
|
 |
March 25, 2025, 07:16:14 AM |
|
Fixed:
There’s no end to this. I can’t keep up anymore. Don’t change anything else for now. It’s finally giving accurate results. Sorry for the trouble; it’s all my fault. 
|
|
|
|
nomachine
|
 |
March 25, 2025, 08:02:10 AM Last edit: March 25, 2025, 08:31:47 AM by nomachine |
|
Fixed:
There’s no end to this. I can’t keep up anymore. Don’t change anything else for now. It’s finally giving accurate results. Sorry for the trouble; it’s all my fault.  Don’t worry. One of my jobs was in tech support. Three shifts, 24/7, dealing with the same nonsense. After six years and exactly two days, my brain burned out. Since then, every other job has been honey and milk compared to working in that mine.  Someone eventually found the key… using a 10-line Python script.  Ain’t no way that 10-line Python script brute-forced a 68-bit puzzle. That’s like tryna crack a bank vault with a wet noodle. Either that script’s got cheat codes or somebody’s fibbin’ harder than a politician on election day.
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
zahid888
Member

Offline
Activity: 331
Merit: 24
the right steps towerds the goal
|
 |
March 25, 2025, 08:27:36 AM |
|
|
1BGvwggxfCaHGykKrVXX7fk8GYaLQpeixA
|
|
|
Ovixx
Newbie
Offline
Activity: 44
Merit: 0
|
 |
March 25, 2025, 08:46:37 AM Last edit: March 25, 2025, 09:11:41 AM by Ovixx |
|
Thank you and I appreciate it! but I get the following error: https://imgur.com/a/rVnEXqC.....and four more DLLs that I don't have. What are the necessary prerequisites?
|
|
|
|
Akito S. M. Hosana
Jr. Member
Offline
Activity: 392
Merit: 8
|
 |
March 25, 2025, 08:54:06 AM |
|
It doesn't work. >.\PuzzleFinder.exe -sbl 19 -ebl 20 -p 4 -t 1 -i .\addresses.txt >
> .\PuzzleFinder.exe All options -t, -i, -sbl, -ebl, and -p are required! -t <threads> : Number of CPU threads (1 to max available) -i <input_file.txt> : Path to file of Base58 Bitcoin addresses -sbl <start_bit_length> : Starting bit length (e.g., 67) -ebl <end_bit_length> : Ending bit length (e.g., 160) -p <prefix_length> : Length of prefix to match (1-20)
>.\PuzzleFinder.exe -sbl 40 -ebl 41 -p 4 -t 1 -i .\addresses.txt > I get a blank line after the command. No error, Windows 11.
|
|
|
|
nomachine
|
 |
March 25, 2025, 09:30:16 AM Last edit: March 25, 2025, 09:41:05 AM by nomachine |
|
It doesn't work.
I get a blank line after the command. No error, Windows 11.
If the app was compiled with dynamic linking (using DLLs), the target PC might be missing required runtime libraries. (e.g., MSVCR140.dll for Visual Studio or libstdc++-6.dll for MinGW). Check Dependencies (Run in Command Prompt): dumpbin /dependents PuzzleFinder.exe If you see: libgcc_s_seh-1.dll, libstdc++-6.dll, libwinpthread-1.dll → Static linking failed. MSVCR140.dll, VCRUNTIME140.dll → Visual Studio runtime is dynamically linked. For MinGW (g++) , recompile with static linking -static to embed all dependencies. (Without any nasty viruses, if possible.  ) I have a Makefile which does it automatically so there is no confusion. I personally hate sharing exe files.
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
Akito S. M. Hosana
Jr. Member
Offline
Activity: 392
Merit: 8
|
 |
March 25, 2025, 10:01:17 AM |
|
Check Dependencies (Run in Command Prompt): dumpbin /dependents PuzzleFinder.exe (Without any nasty viruses, if possible.  ) I personally hate sharing exe files. > dumpbin /dependents PuzzleFinder.exe Microsoft (R) COFF/PE Dumper Version 14.42.34438.0 Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file PuzzleFinder.exe
File Type: EXECUTABLE IMAGE
Image has the following dependencies:
libgcc_s_seh-1.dll libgomp-1.dll libstdc++-6.dll KERNEL32.dll api-ms-win-crt-convert-l1-1-0.dll api-ms-win-crt-environment-l1-1-0.dll api-ms-win-crt-filesystem-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-private-l1-1-0.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-string-l1-1-0.dll api-ms-win-crt-time-l1-1-0.dll libwinpthread-1.dll Why do you hate exe files - you think someone will intentionally insert something into them? 
|
|
|
|
nomachine
|
 |
March 25, 2025, 10:07:17 AM |
|
[1;1H================= WORK IN PROGRESS =================
It will be corrected, though I honestly don’t care what happens to anyone using Windows. Why do you hate exe files - you think someone will intentionally insert something into them?  No, I'm most afraid of those who don't even know they have a virus and are spreading it through .exe files. 
|
BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
zahid888
Member

Offline
Activity: 331
Merit: 24
the right steps towerds the goal
|
 |
March 25, 2025, 11:03:57 AM |
|
Thank you and I appreciate it! but I get the following error:  .....and four more DLLs that I don't have. What are the necessary prerequisites? It doesn't work. I get a blank line after the command. No error, Windows 11. OMG, I am waiting for benchmarks Lol...The .exe was purring like a champ on my machine, and I totally assumed you all had g++ and MinGW ready to roll in your system environment. Cyclone’s been whipping up a storm here for ages (  ), and I got a bit carried away! No worries—I’ve jazzed up the GitHub README with a shiny "How to Run the Executable" section. Check it out, and hopefully, that fixes everything! Can’t wait to see your benchmarks—bring it on! Oh, and here’s a pro tip: for the best treasure-hunting vibes with this .exe, tweak your computer clock back to January 13, 2015. It’ll supercharge the random logic I cooked up... "The logic" That’s precisely why I’ve kept the source code under wraps—I wanted to protect the logic behind this tool from being exposed.
|
1BGvwggxfCaHGykKrVXX7fk8GYaLQpeixA
|
|
|
Akito S. M. Hosana
Jr. Member
Offline
Activity: 392
Merit: 8
|
 |
March 25, 2025, 11:56:00 AM |
|
No, I'm most afraid of those who don't even know they have a virus and are spreading it through .exe files.  You're right to be cautious. I already got something slowing down my PC. Downloaded it from a torrent... 
|
|
|
|
|