Search content
Sort by

Showing 6 of 6 results by MrHorse
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
MrHorse
on 21/05/2025, 16:11:14 UTC
@nomachine:

Thank you so much for your software and your effort. Your code has inspired me and others to learn, research and profit. I spent endless hours learning new things from your github. I wish it continued, but like anything it has came to it's end unfortunately.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
MrHorse
on 02/04/2025, 22:14:39 UTC

It is working. I tried with -t {1..24} and observed
Code:
=== FOUND MATCH! ===
each time.

Thank you
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
MrHorse
on 02/04/2025, 19:09:19 UTC
@nomachine:

Current cyclone version from github is not working

# ./Cyclone -b 4 -h f92044c7924e5525c61207972c253c9fc9f086f7 -r 6bd20000000:6bdffffffff -S

================= WORK IN PROGRESS =================
Puzzle/Bits   : 32
Target Hash160: f92044c7924e552...c253c9fc9f086f7
Prefix length : 4 bytes
Mode          : Sequential
CPU Threads   : 12
Mkeys/s       : 36.27
Total Checked : 725503488
Elapsed Time  : 00:00:20
Start Range   : 6bd20000000
End Range     : 6bdffffffff
Progress      : 19.3 %
Progress Save : 0
Stride        : 1
================== FOUND MATCH! ====================
Private Key   : 000000000000000000000000000000000000000000000000000006BD3B27C591
Public Key    : 02A631F9BA0F28511614904DF80D7F97A4F43F02249C8909DAC92276CCF0BCDAED
Total Checked : 856310784
Elapsed Time  : 00:00:23
Speed         : 31.1849 Mkeys/s


It works the same here as in the previous version.

It works with -t 12:
Code:
$ time ./Cyclone -b 4 -h f92044c7924e5525c61207972c253c9fc9f086f7 -r 6bd20000000:6bdffffffff -S -t 12

================= WORK IN PROGRESS =================
Puzzle/Bits   : 32
Target Hash160: f92044c7924e552...c253c9fc9f086f7
Prefix length : 4 bytes
Mode          : Sequential
CPU Threads   : 12
Mkeys/s       : 18.44
Total Checked : 461110784
Elapsed Time  : 00:00:25
Start Range   : 6bd20000000
End Range     : 6bdffffffff
Progress      : 12.3 %
Progress Save : 0
Stride        : 1
================== FOUND MATCH! ====================
Private Key   : 000000000000000000000000000000000000000000000000000006BD3B27C591
Public Key    : 02A631F9BA0F28511614904DF80D7F97A4F43F02249C8909DAC92276CCF0BCDAED
Total Checked : 745232896
Elapsed Time  : 00:00:28
Speed         : 17.6145 Mkeys/s

real    0m28.031s
user    5m35.574s
sys     0m0.010s

It doesn't with -t 20:
Code:
$ time ./Cyclone -b 4 -h f92044c7924e5525c61207972c253c9fc9f086f7 -r 6bd20000000:6bdffffffff -S -t 20

================= WORK IN PROGRESS =================
Puzzle/Bits   : 32
Target Hash160: f92044c7924e552...c253c9fc9f086f7
Prefix length : 4 bytes
Mode          : Sequential
CPU Threads   : 20
Mkeys/s       : 29.35
Total Checked : 1761153024
Elapsed Time  : 00:01:00
Start Range   : 6bd20000000
End Range     : 6bdffffffff
Progress      : 46.9 %
Progress Save : 0
================= NO MATCH FOUND =================
No match found in range: 6bd20000000:6bdffffffff
Total Checked : 1886423040
Elapsed Time  : 00:01:04
Speed         : 29.37 Mkeys/s
No match found after processing all ranges.

real    1m4.224s
user    21m9.593s
sys     0m0.189s


-t 17:
Code:
================= WORK IN PROGRESS =================
Puzzle/Bits   : 32
Target Hash160: f92044c7924e552...c253c9fc9f086f7
Prefix length : 4 bytes
Mode          : Sequential
CPU Threads   : 17
Mkeys/s       : 26.94
Total Checked : 1885659648
Elapsed Time  : 00:01:10
Start Range   : 6bd20000000
End Range     : 6bdffffffff
Progress      : 50.2 %
Progress Save : 0
================= NO MATCH FOUND =================
No match found in range: 6bd20000000:6bdffffffff
Total Checked : 1886417920
Elapsed Time  : 00:01:10
Speed         : 26.84 Mkeys/s
No match found after processing all ranges.

real    1m10.295s
user    17m58.008s
sys     0m0.092s

-t 48:
Code:
================= WORK IN PROGRESS =================
Puzzle/Bits   : 32
Target Hash160: f92044c7924e552...c253c9fc9f086f7
Prefix length : 4 bytes
Mode          : Sequential
CPU Threads   : 48
Mkeys/s       : 29.62
Total Checked : 1777531904
Elapsed Time  : 00:01:00
Start Range   : 6bd20000000
End Range     : 6bdffffffff
Progress      : 47.3 %
Progress Save : 0
================= NO MATCH FOUND =================
No match found in range: 6bd20000000:6bdffffffff
Total Checked : 188642918400000000000000000000000000000000000000000006BDEAB5AE23
Elapsed Time  : 00:01:0331D5BDB540E84A7D02BDBA43AF6191ABB3852963325F50DD53AE129B73
Speed         : 29.59 Mkeys/s3b04bd5a32b9bf971e0bb7a2134
No match found after processing all ranges.53c9fc9f086f7
Matched bytes : f92044c7
real    1m3.756s
user    20m55.335s
sys     0m0.166s

-t 8:
Code:
================= WORK IN PROGRESS =================
Puzzle/Bits   : 32
Target Hash160: f92044c7924e552...c253c9fc9f086f7
Prefix length : 4 bytes
Mode          : Sequential
CPU Threads   : 8
Mkeys/s       : 19.35
Total Checked : 1644794880
Elapsed Time  : 00:01:25
Start Range   : 6bd20000000
End Range     : 6bdffffffff
Progress      : 43.8 %
Progress Save : 0
Stride        : 1
================== FOUND MATCH! ====================
Private Key   : 000000000000000000000000000000000000000000000000000006BD3B27C591
Public Key    : 02A631F9BA0F28511614904DF80D7F97A4F43F02249C8909DAC92276CCF0BCDAED
Total Checked : 1832219136
Elapsed Time  : 00:01:27
Speed         : 19.1314 Mkeys/s

real    1m27.718s
user    11m40.716s
sys     0m0.024s
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
MrHorse
on 02/04/2025, 18:46:52 UTC
I saw you discussing this and there are a couple issues. You do realize you are searching a puzzle and range that was solved.

I appreciate the concern. This is how I test the software, this is needed before it goes onto a large cluster to make sure it is actually working and produces known result. Consider this being a sanity check like 2+2 should produce 4.

It is possible to get billions of keys per sec on midrange store bought pc. There are way better methods than what you are using. If you are interested in getting involved in the puzzle there are much better ways with much better results even using cpu. To hit billions you need to use a GPU a 3060 or equivalents will hit billion+ per second. If advanced you can get it up to 10 billion with more advanced methods. Look at kangaroo and bitcrack and vanitysearch.

I appreciate the concern #2! None of the machines that run the code have the GPUs in them, the hardware is quite old. However, the cluster size is currently 985 systems, each has 2x 2650v4.

Code:
CPU Threads   : 48
Mkeys/s       : 76.83

This is (76.83 * 985) / 1000 = ~75.67 Gkeys/s
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
MrHorse
on 02/04/2025, 17:30:38 UTC
What CPU do you have ?   Cause from what i see you have 20 threads and get about 29 Mkeys/s  ...  when i have 20 Mkeys/s  with old 4-core 4-thread i5-3570k.

1x Intel(R) Xeon(R) CPU E5-2640 v4 @ 2.40GHz
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
MrHorse
on 02/04/2025, 17:12:14 UTC
@nomachine:

Current cyclone version from github is not working:

Code:
$ time ./cyclone -b 4 -h f92044c7924e5525c61207972c253c9fc9f086f7 -r 6bd20000000:6bdffffffff -S

================= WORK IN PROGRESS =================
Puzzle/Bits   : 32
Target Hash160: f92044c7924e552...c253c9fc9f086f7
Prefix length : 4 bytes
Mode          : Sequential
CPU Threads   : 20
Mkeys/s       : 29.49
Total Checked : 1769278464
Elapsed Time  : 00:01:00
Start Range   : 6bd20000000
End Range     : 6bdffffffff
Progress      : 47.1 %
Progress Save : 0
================= NO MATCH FOUND =================
No match found in range: 6bd20000000:6bdffffffff
Total Checked : 1886423040
Elapsed Time  : 00:01:03
Speed         : 29.78 Mkeys/s
No match found after processing all ranges.

real    1m3.354s
user    20m53.702s
sys     0m0.200s

March 24th version:
Code:
$ time ./cyclone -h f92044c7924e5525c61207972c253c9fc9f086f7 -r 6bd20000000:6bdffffffff -S

================= WORK IN PROGRESS =================
Puzzle/Bits   : 32
Target Hash160: f92044c7924e5525c61207972c253c9fc9f086f7
Prefix length : 4 bytes
Mode          : Sequential
CPU Threads   : 20
Mkeys/s       : 32.14
Total Checked : 1446412800
Elapsed Time  : 00:00:45
Range         : 6bd20000000:6bdffffffff
Progress      : 38.487911 %
Progress Save : 0
Stride        : 1
================== FOUND MATCH! ====================
Private Key   : 000000000000000000000000000000000000000000000000000006BD3B27C58C
Public Key    : 03CEF3320D5D171EA46330250A559D6EDC1A6D3517B2364E3F96BBAEA71AF11506
Total Checked : 1599620096BAE8EEFCF5E9AA99F531D2B721A03B30CE4052AAB9308DBB477519EF
Elapsed Time  : 00:00:49a925c3b04bd5a32b9bf971e0bb7a2134
Speed         : 29.3744 Mkeys/s5c61207972c253c9fc9f086f7
Matched bytes : f92044c7
real    0m50.113s
user    16m25.983s
sys     0m0.123s


There is also 1 partial match with March 24th version.

Thank you for the effort!