Bitcoin Forum
May 13, 2025, 07:26:46 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 [215] 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 ... 508 »
  Print  
Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 296408 times)
alek76
Member
**
Offline Offline

Activity: 93
Merit: 16


View Profile
December 31, 2023, 01:36:00 AM
Last edit: December 31, 2023, 02:09:58 AM by alek76
 #4281


NGL....I lost interest after reading this much and not being half way done Smiley

Quote
Build OpenSSL:
Install Perl x64 for MS Windows from https://strawberryperl.com
Link: https://strawberryperl.com/download/5.32.1.1/strawberry-perl-5.32.1.1-64bit.msi
Install Netwide Assembler (NASM).
Download NASM x64 https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/win64/nasm-2.16.01-installer-x64.exe
Add Path C:\Program Files\NASM;
Add PATHEXT .PL; before .BAT;
those. - .COM;.EXE;.PL;.BAT;
And be sure to restart your PC.
Download the library from the official website openssl-1.0.1a.tar.gz
http://www.openssl.org/source/old/1.0.1/openssl-1.0.1a.tar.gz

And there's not a clear and concise excerpt telling anyone what is what and what does what with your changes. Seems like only you and nomachine know what is going on.


Is there another way to build OpenSSL?
Do you have any idea about the size of the keyspace or not? In any case, you need a good random generator. In another case, you will search with compressed entropy, which will also be in the 66-bit range. Then choose "compressed entropy", perhaps for this reason the search takes so long...
And don’t forget to add - Add Path C:\Strawberry\perl\bin;
What else should I tell you? The code is open. These are different ways to obtain a starting key. That's about it. But the entropy must be good in any case.

WanderingPhilospher
Sr. Member
****
Offline Offline

Activity: 1372
Merit: 268

Shooters Shoot...


View Profile
December 31, 2023, 01:59:24 AM
 #4282


NGL....I lost interest after reading this much and not being half way done Smiley

Quote
Build OpenSSL:
Install Perl x64 for MS Windows from https://strawberryperl.com
Link: https://strawberryperl.com/download/5.32.1.1/strawberry-perl-5.32.1.1-64bit.msi
Install Netwide Assembler (NASM).
Download NASM x64 https://www.nasm.us/pub/nasm/releasebuilds/2.16.01/win64/nasm-2.16.01-installer-x64.exe
Add Path C:\Program Files\NASM;
Add PATHEXT .PL; before .BAT;
those. - .COM;.EXE;.PL;.BAT;
And be sure to restart your PC.
Download the library from the official website openssl-1.0.1a.tar.gz
http://www.openssl.org/source/old/1.0.1/openssl-1.0.1a.tar.gz

And there's not a clear and concise excerpt telling anyone what is what and what does what with your changes. Seems like only you and nomachine know what is going on.


Is there another way to build OpenSSL???
Do you have any idea about the size of the keyspace or not? In any case, you need a good random generator. In another case, you will search with compressed entropy, which will also be in the 66-bit range. Then choose "compressed entropy", perhaps for this reason the search takes so long...
And don’t forget to add - Add Path C:\Strawberry\perl\bin;
What else should I tell you? The code is open. These are different ways to obtain a starting key. That's about it. But the entropy must be good in any case.


I do not know about another way to build in OpenSSL.

So all of those mods are for just trying to generate starting keys, in different ways?

I like your work alek, but just to generate a starting key differently, that's a no from me. It's not about the starting key to me, but about the 2^64 ones after those starting keys Smiley

It's solid work/code. Was it all for trying to generate starting keys differently? I thought there was something in there about trying to crack deterministic wallets, no?
alek76
Member
**
Offline Offline

Activity: 93
Merit: 16


View Profile
December 31, 2023, 02:18:18 AM
 #4283


I do not know about another way to build in OpenSSL.

So all of those mods are for just trying to generate starting keys, in different ways?

I like your work alek, but just to generate a starting key differently, that's a no from me. It's not about the starting key to me, but about the 2^64 ones after those starting keys Smiley

It's solid work/code. Was it all for trying to generate starting keys differently? I thought there was something in there about trying to crack deterministic wallets, no?

You're caught Smiley No, this is not a hack. This is a generation method. We need approximately the same algorithm as deterministic wallets.
It is also possible that we need a correct way to generate SEED, which includes its entropy - according to a different principle. The space is very large. And we need life somewhere nearby in the starting keys.

It's all because of nomachine Smiley, how it went and went with these seed receipts... But, he's great Smiley
WanderingPhilospher
Sr. Member
****
Offline Offline

Activity: 1372
Merit: 268

Shooters Shoot...


View Profile
December 31, 2023, 02:57:38 AM
 #4284


I do not know about another way to build in OpenSSL.

So all of those mods are for just trying to generate starting keys, in different ways?

I like your work alek, but just to generate a starting key differently, that's a no from me. It's not about the starting key to me, but about the 2^64 ones after those starting keys Smiley

It's solid work/code. Was it all for trying to generate starting keys differently? I thought there was something in there about trying to crack deterministic wallets, no?

You're caught Smiley No, this is not a hack. This is a generation method. We need approximately the same algorithm as deterministic wallets.
It is also possible that we need a correct way to generate SEED, which includes its entropy - according to a different principle. The space is very large. And we need life somewhere nearby in the starting keys.

It's all because of nomachine Smiley, how it went and went with these seed receipts... But, he's great Smiley

I hear ya man!

I guess it has its advantages in some aspects. Can you not program it to land on the correct priv key every time, in every range? Smiley (joke)

I'm still trying to figure out a stride function; it has gotten the better of me, off and on, for 2+ years lol.

A stride that strides each GPU thread, by x amount. I could find one of these challenges much quicker, but to no avail; I stick with Kangaroo for larger puzzles; 512 RTX 4090s would solve 130 in roughly 246 days Smiley
mcdouglasx
Sr. Member
****
Offline Offline

Activity: 630
Merit: 252


Success depends on how much you try


View Profile WWW
December 31, 2023, 03:18:38 AM
Merited by digaran (1)
 #4285

I have developed a new method!
I have studied it 100% and it works.
My calculations tell me that before the end of January 2024 I will have unlocked puzzle #130 (if someone else doesn't solve it before).
For registration, I will send it to this address BTC bc1qxs47ttydl8tmdv8vtygp7dy76lvayz3r6rdahu

This message will not have edits for its validity.

If you want to question it, do it on February 1, 2024 if I don't send it to that address.

happy new year in advance, see you in February!, if life allows me.

blessings for all.
alek76
Member
**
Offline Offline

Activity: 93
Merit: 16


View Profile
December 31, 2023, 03:23:57 AM
 #4286


I'm still trying to figure out a stride function; it has gotten the better of me, off and on, for 2+ years lol.

A stride that strides each GPU thread, by x amount. I could find one of these challenges much quicker, but to no avail; I stick with Kangaroo for larger puzzles; 512 RTX 4090s would solve 130 in roughly 246 days Smiley
Not everyone has such resources. But the probability can be different, and for this you need a good chance. Again we need a good random. Here, depending on your luck, it’s possible to win 130 in a month. I’m trying to increase the maximum jump size to 2^105. It's just a matter of chance Smiley
WanderingPhilospher
Sr. Member
****
Offline Offline

Activity: 1372
Merit: 268

Shooters Shoot...


View Profile
December 31, 2023, 03:27:24 AM
Merited by digaran (1), mcdouglasx (1)
 #4287

I have developed a new method!
I have studied it 100% and it works.
My calculations tell me that before the end of January 2024 I will have unlocked puzzle #130 (if someone else doesn't solve it before).
For registration, I will send it to this address BTC bc1qxs47ttydl8tmdv8vtygp7dy76lvayz3r6rdahu

This message will not have edits for its validity.

If you want to question it, do it on February 1, 2024 if I don't send it to that address.

happy new year in advance, see you in February!, if life allows me.

blessings for all.

Go get that bag mcdouglas!!!

Rooting for you even though I am a 130 searcher as well.
alek76
Member
**
Offline Offline

Activity: 93
Merit: 16


View Profile
December 31, 2023, 09:22:25 AM
Last edit: December 31, 2023, 05:33:08 PM by alek76
 #4288

Go get that bag mcdouglas!!!

Rooting for you even though I am a 130 searcher as well.
Puzzle 130 will not be solved soon, around February 1, 2025 Smiley
nomachine
Member
**
Online Online

Activity: 644
Merit: 53


View Profile
December 31, 2023, 10:13:11 AM
 #4289

Is there another way to build OpenSSL?

Yep....If you use Linux....

Code:
sudo apt-get install libgmp-dev libssl-dev build-essential
Grin

bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
FlleOWA
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
December 31, 2023, 01:20:23 PM
 #4290

Happy New Year everyone. I only read here but didn’t write anything.

What did I find? I found a number that, if subtracted or added to the public key. Returns the same public key, regardless of whether the private key is large or small. A number was also found that, if subtracted or added to the public key, produces a key that is not on the curve.

I don't know to be honest. Has anyone found this already or not? But I’m still deciding what to do with it next. Because, in my opinion, this is the vulnerability of the curve. I've been working on the puzzle for 2 weeks. So far I've only found this. Sorry for broken English. I wrote through a translator.
citb0in
Hero Member
*****
Offline Offline

Activity: 980
Merit: 782


Bitcoin g33k


View Profile
December 31, 2023, 02:11:11 PM
 #4291

Happy New Year everyone. I only read here but didn’t write anything.

What did I find? I found a number that, if subtracted or added to the public key. Returns the same public key, regardless of whether the private key is large or small. A number was also found that, if subtracted or added to the public key, produces a key that is not on the curve.

I don't know to be honest. Has anyone found this already or not? But I’m still deciding what to do with it next. Because, in my opinion, this is the vulnerability of the curve. I've been working on the puzzle for 2 weeks. So far I've only found this. Sorry for broken English. I wrote through a translator.

Nothing-To-Share-Useless-As-Usual-Digaran
ignore list just increased by 1

Some signs are invisible, some paths are hidden - but those who see, know what to do. Follow the trail - Follow your intuition - [bc1qqnrjshpjpypepxvuagatsqqemnyetsmvzqnafh]
FlleOWA
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
December 31, 2023, 07:53:11 PM
 #4292

Somehow aggressive in your topic here. Or many people simply don’t want someone else to try to hack it. Or, they're just people like that. In general, I understand that the puzzle was created not to try brute force, but to test the elliptic curve itself. In order for you to try to hack it, the public keys were revealed to you.
One could calmly answer that there are a lot of numbers on the curve that it accepts as 0. That there are also numbers that it does not accept at all. I’m not good at it myself, but now I’m reading the documentation and studying it. And one thing I see is that there cannot be a number that she will not accept. But such numbers exist precisely in 256k1; in others I checked there are no such numbers. This means that this error was inherent from the very beginning.
Well, I won’t post the numbers themselves just yet, since there will be a smarter person than me who will just quickly hack everything himself. And if this really poses a threat to the curve, then the disclosure of this information will collapse the entire crypt to 0. But I don’t want to just invest effort, I want to save a little money before that.

New Year's dreams of a rich life.
Kpot87
Jr. Member
*
Offline Offline

Activity: 43
Merit: 1


View Profile
December 31, 2023, 07:54:42 PM
 #4293

Just Happy New Year to every one !!!)))
Woz2000
Jr. Member
*
Offline Offline

Activity: 85
Merit: 2


View Profile
January 01, 2024, 04:51:09 AM
Merited by alek76 (1)
 #4294

Agreed. Ignore list count increased. Just in time to increase the year count...Happy New Year


<<<deleted>>>

Nothing-To-Share-Useless-As-Usual-Digaran
ignore list just increased by 1
nomachine
Member
**
Online Online

Activity: 644
Merit: 53


View Profile
January 01, 2024, 04:03:43 PM
Last edit: January 01, 2024, 04:41:28 PM by nomachine
 #4295


Puzzle 130 will not be solved soon, around February 1, 2025 Smiley

I am running custom BSGS with 128 GB RAM on AMD EPYC

bpfile size ~704 GB
bloom size ~110.47 GB

According to my calculation, it should end sometime in the middle of 2028. And all this if the server does not blink and there is no power outage. Grin

bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
AlanJohnson
Member
**
Offline Offline

Activity: 185
Merit: 11


View Profile
January 01, 2024, 04:11:29 PM
 #4296


Puzzle 130 will not be solved soon, around February 1, 2025 Smiley

I am runung custom BSGS with  128 GB RAM on AMD EPYC

bpfile size ~704 GB
bloom size ~110.47 GB

According to my calculation, it should end sometime in the middle of 2028. And all this if the server does not blink and there is no power outage. Grin

LOL  ... That is ridiculous.  Grin
nomachine
Member
**
Online Online

Activity: 644
Merit: 53


View Profile
January 01, 2024, 04:19:50 PM
 #4297


Puzzle 130 will not be solved soon, around February 1, 2025 Smiley

I am runung custom BSGS with  128 GB RAM on AMD EPYC

bpfile size ~704 GB
bloom size ~110.47 GB

According to my calculation, it should end sometime in the middle of 2028. And all this if the server does not blink and there is no power outage. Grin

LOL  ... That is ridiculous.  Grin

Happy New Year  Wink

bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
citb0in
Hero Member
*****
Offline Offline

Activity: 980
Merit: 782


Bitcoin g33k


View Profile
January 01, 2024, 05:14:50 PM
Merited by vhh (1)
 #4298

Happy New Year  Wink

As we kick off another trip around the sun, I wanted to drop also a note to wish you all a fantastic New Year! 🌟 Here's to leaving the craziness of the past year behind and diving headfirst into 2024 with a fresh perspective. May this year bring you tons of laughter, epic moments, and all the good stuff. Whether you're chasing dreams, crushing goals, or just taking it one day at a time – I hope it's a blast! Cheers to new opportunities, new friendships, and all the little victories along the way. Let's make this year one to remember. Happy New Year, everyone! 🥳🎆🎉

Some signs are invisible, some paths are hidden - but those who see, know what to do. Follow the trail - Follow your intuition - [bc1qqnrjshpjpypepxvuagatsqqemnyetsmvzqnafh]
mangocoinproject
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
January 02, 2024, 05:40:13 AM
 #4299

How do you know if PubKey prefix = 02?

I think it's a waste of time to guess whether it's 02 or 03 prefix. Whatever the script is, it must pass all the private keys. It is impossible to accelerate this way. It can be filtered, but filtering is not acceleration. Grin

Sorry mate but you don't seem to understand what I asked, read again my post.
HI
Quote from: CryptoMaster84
I wanted to ask you a question by sending a message but i can't due to i am "newbie", please contact me so we can discuss.
Thanks
shelby0930
Newbie
*
Offline Offline

Activity: 27
Merit: 4


View Profile
January 03, 2024, 02:07:46 PM
 #4300

Hey Guys i have a question.. well lets say we subtract a target public key puzzle (130) using key subtractor with 1000000000000000000000000000 continuously at some point it movies from the additive inverse to the negative inverse right? are there any ways we could possible know at what point the reset point happened ?
Pages: « 1 ... 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 [215] 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 ... 508 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!