Bitcoin Forum
September 14, 2025, 09:30:34 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 [357] 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 ... 586 »
  Print  
Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 337703 times)
mcdouglasx
Sr. Member
****
Offline Offline

Activity: 756
Merit: 408



View Profile WWW
January 16, 2025, 03:46:37 PM
 #7121

Of course, what prevents me from selling a script that I created, which has the correct functions for safe transfers without being stolen?

If I want to sell it, I won't give it away for free. I’m not foolish enough to hand over the ‘knife and the cheese’ to someone so they can benefit from it without my compensation. I’ve already tested it multiple times. Even

military-grade security measures haven’t succeeded in interfering with my transfers, which range from 66 to 100 bits—all tested and functioning perfectly."



You are in the least opportune group to make such claims. Bitcoin follows a set of rules for making transactions, which are already well known and well documented. There is no way to make a transaction (tx), expose a public key (in the case of puzzles) and build a tx without it being replaceable. Once the public key is exposed, it can be replaced by anyone who has the private key. However, the tx can be hidden before its confirmation in only two cases: by mining your own block or by using https://slipstream.mara.com/

▄▄█████████████████▄▄
▄█████████████████████▄
███▀▀█████▀▀░░▀▀███████

██▄░░▀▀░░▄▄██▄░░█████
█████░░░████████░░█████
████▌░▄░░█████▀░░██████
███▌░▐█▌░░▀▀▀▀░░▄██████
███░░▌██░░▄░░▄█████████
███▌░▀▄▀░░█▄░░█████████
████▄░░░▄███▄░░▀▀█▀▀███
██████████████▄▄░░░▄███
▀█████████████████████▀
▀▀█████████████████▀▀
Rainbet.com
CRYPTO CASINO & SPORTSBOOK
|
█▄█▄█▄███████▄█▄█▄█
███████████████████
███████████████████
███████████████████
█████▀█▀▀▄▄▄▀██████
█████▀▄▀████░██████
█████░██░█▀▄███████
████▄▀▀▄▄▀███████
█████████▄▀▄███
█████████████████
███████████████████
██████████████████
███████████████████
 
 $20,000 
WEEKLY RAFFLE
|



█████████
█████████ ██
▄▄█░▄░▄█▄░▄░█▄▄
▀██░▐█████▌░██▀
▄█▄░▀▀▀▀▀░▄█▄
▀▀▀█▄▄░▄▄█▀▀▀
▀█▀░▀█▀
10K
WEEKLY
RACE
100K
MONTHLY
RACE
|

██









█████
███████
███████
█▄
██████
████▄▄
█████████████▄
███████████████▄
░▄████████████████▄
▄██████████████████▄
███████████████▀████
██████████▀██████████
██████████████████
░█████████████████▀
░░▀███████████████▀
████▀▀███
███████▀▀
████████████████████   ██
 
[..►PLAY..]
 
████████   ██████████████
hotmoney
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 16, 2025, 03:49:58 PM
 #7122

Okay, I respect your knowledge, but I created a third option that I use to handle my friends' transactions, and that's it. I’ve spent enough time testing it and even offered you the chance to test it as well, but that's okay. I’ll take my leave now. Hugs!
iceland2k14
Member
**
Offline Offline

Activity: 70
Merit: 86


View Profile
January 16, 2025, 03:58:34 PM
 #7123

Maybe he is talking about setting the sequence filed to maximum value when making the first transaction to finalize it and precluding any further updates.

hotmoney
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 16, 2025, 04:01:18 PM
Last edit: January 16, 2025, 05:04:16 PM by hotmoney
 #7124

In the end, an optimistic and intelligent guy and that's pretty much it, but I managed to get something even better.
the only thing that works is a CPFP (Child Pays for Parent) from the receiving party

Why, after sending it with my transaction, was nobody able to override it, not even with maximum fees? It really worked. The only thing that accelerated it was CPFP from others, separately, to speed it up. I set the fee very low, almost like an OCM block with a low value, and no one could override it with RBF, as that function is completely blocked. However, I adapted a few things to make it work. I studied the DER signature and its correct sizes. Even the transaction itself must have the correct size to function properly.
albert0bsd
Hero Member
*****
Offline Offline

Activity: 1120
Merit: 718



View Profile
January 16, 2025, 04:15:27 PM
Last edit: January 16, 2025, 04:31:06 PM by albert0bsd
Merited by iceland2k14 (1)
 #7125

the only thing that works is a CPFP (Child Pays for Parent) from the receiving party

I already did that test and it is still Replaceable, I did 10  CPFP  in a row

A (Original TX)-> B (CPFP )-> C (CPFP )-> D (CPFP )-> E (CPFP )-> ....

and then

A (TX  RFB) -> X

And if the fee is bigger and the miners include it on its block and mine it, then  all the previous CPFP  are Replaced as they never happened in first place.

But again this depends ons miners and luck that your TX is confirmed first (That is outside of your control)
iceland2k14
Member
**
Offline Offline

Activity: 70
Merit: 86


View Profile
January 16, 2025, 04:23:20 PM
 #7126


I tried to recover the public key using the following python script, but it seems to have generated incorrect public key. I think I didn't understand how the 65-byte signature operates. Perhaps albert can explain in detail how to recover the public key from the signature? Thanks a lot.


Code:
>>> import secp256k1 as ice
>>> ice.verify_message('1BY8GQbBPGYEC58s9ckHmqf9doEX9mCKPR', 'H0J+wKAwGGMiVWHLuwEaZpLePkQAYx0HoTVvEZJu/wx3N6QYbUJMuajlj//yyjD7WLh42Ydlg+/vTJm50Td1LS0=', '15/01/2025 hotmoney')

Code:
Rpoint: 04427ec0a0301863225561cbbb011a6692de3e4400631d07a1356f11926eff0c77e31f0022894d9b6fdea00a252d803ef06bf9238b74e1eb7537e87a60c7684558
r : 427ec0a0301863225561cbbb011a6692de3e4400631d07a1356f11926eff0c77
s : 37a4186d424cb9a8e58ffff2ca30fb58b878d9876583efef4c99b9d137752d2d
z : 66c9d17af97088340e7894865731ad6e37642ab797ce58ecc650f351f5349f6
PubKey : 032145f843d3c91c3795a75da5ea46796070d18de51a7d0c0b68eb2f30162b169f
Address : 1BY8GQbBPGYEC58s9ckHmqf9doEX9mCKPR

signature is Valid and Address is Verified.
hotmoney
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 16, 2025, 04:31:20 PM
Last edit: January 16, 2025, 04:43:40 PM by hotmoney
 #7127

Rpoint: 04427ec0a0301863225561cbbb011a6692de3e4400631d07a1356f11926eff0c77e31f0022894d9 b6fdea00a252d803ef06bf9238b74e1eb7537e87a60c7684558
r : 427ec0a0301863225561cbbb011a6692de3e4400631d07a1356f11926eff0c77
s : 37a4186d424cb9a8e58ffff2ca30fb58b878d9876583efef4c99b9d137752d2d
z : 66c9d17af97088340e7894865731ad6e37642ab797ce58ecc650f351f5349f6
PubKey : 032145f843d3c91c3795a75da5ea46796070d18de51a7d0c0b68eb2f30162b169f
Address : 1BY8GQbBPGYEC58s9ckHmqf9doEX9mCKPR

signature is Valid and Address is Verified.

correct and very easy to get the public key of a signature very well..

BY8GQbBPGYEC58s9ckHmqf9doEX9mCKPR
Priv (WIF): p2pkh:KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qb6HvreijptJALBmpVhz
Priv (HEX): 0x000000000000000000000000000000000000000000000006681DD5862D6E7B2E

032145f843d3c91c3795a75da5ea46796070d18de51a7d0c0b68eb2f30162b169f



Eu já fiz esse teste e ele ainda é Substituível, eu fiz 10 CPFP em uma fileira

A (TX Original)-> B (CPFP )-> C (CPFP )-> D (CPFP )-> E (CPFP )-> ....

e então

A (TX RFB) -> X

E se a taxa for maior e os mineradores incluírem isso em seu bloco e minerarem, então todos os CPFP anteriores são Substituídos, pois nunca aconteceram em primeiro lugar.

Mas, novamente, isso depende dos mineradores e da sorte de que seu TX seja confirmado primeiro (isso está fora do seu controle)



AlbertoBSD  Ok, but you should not use Electrum or any type of wallet to send your transaction. It must be done completely manually, step by step, and with modifications to some parameters, as Electrum does not fully disable the RBF. I set a super low fee there, and it remained unconfirmed for 24 hours. My friends and I tried to replace it with various bots, and I even tried overwriting it with the maximum fee using Electrum and manual methods, but nothing worked. The only solution was if the recipient’s wallet (the destination wallet) supported the CPFP fee.





albert0bsd
Hero Member
*****
Offline Offline

Activity: 1120
Merit: 718



View Profile
January 16, 2025, 04:41:53 PM
 #7128

AlbertoBSD  Ok, but you should not use Electrum or any type of wallet to send your transaction.

Do you think that I did that test manually?

No, it was done with a script without use of any external wallet, TX was crafted from zero and broadcasted with API
mjojo
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
January 16, 2025, 04:42:37 PM
 #7129


I tried to recover the public key using the following python script, but it seems to have generated incorrect public key. I think I didn't understand how the 65-byte signature operates. Perhaps albert can explain in detail how to recover the public key from the signature? Thanks a lot.


Code:
>>> import secp256k1 as ice
>>> ice.verify_message('1BY8GQbBPGYEC58s9ckHmqf9doEX9mCKPR', 'H0J+wKAwGGMiVWHLuwEaZpLePkQAYx0HoTVvEZJu/wx3N6QYbUJMuajlj//yyjD7WLh42Ydlg+/vTJm50Td1LS0=', '15/01/2025 hotmoney')

Code:
Rpoint: 04427ec0a0301863225561cbbb011a6692de3e4400631d07a1356f11926eff0c77e31f0022894d9b6fdea00a252d803ef06bf9238b74e1eb7537e87a60c7684558
r : 427ec0a0301863225561cbbb011a6692de3e4400631d07a1356f11926eff0c77
s : 37a4186d424cb9a8e58ffff2ca30fb58b878d9876583efef4c99b9d137752d2d
z : 66c9d17af97088340e7894865731ad6e37642ab797ce58ecc650f351f5349f6
PubKey : 032145f843d3c91c3795a75da5ea46796070d18de51a7d0c0b68eb2f30162b169f
Address : 1BY8GQbBPGYEC58s9ckHmqf9doEX9mCKPR

signature is Valid and Address is Verified.
Thank you for slap his bigmouth
Liquid_Gas
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
January 16, 2025, 04:46:02 PM
 #7130

Quote
I am selling it for 1 BTC
lol
Quote
I am a math guy and am disabled.... Now I have finally found a pattern
and lol
I rarely laugh reading things but I swear you guys provide some level of entertainment not found elsewhere.


 laughter is the universal equation for happiness!   Grin


Your equation for happiness is something we can all understand.  Smiley

Will the Bitcoin puzzle transaction ~32 BTC prize prove to be solvable eventually? Would a team of people from MIT (for example) have a much better chance than the average person?
hotmoney
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 16, 2025, 04:46:58 PM
Last edit: January 16, 2025, 05:07:51 PM by hotmoney
 #7131

Do you think that I did that test manually?

No, it was done with a script without use of any external wallet, TX was crafted from zero and broadcasted with API


Also, perform it manually and transmit the transaction manually, using a basic approach. You can also use API for this purpose.


You might see something wrong, so let's do tests, you and I in private, if you want to share this, I'll also show you what I did, but we'll talk in private and I don't want to spread free isos.

mjojo

Thank you for slap his bigmouth

My friend, I wasn't saying that it's not possible to find the public key in the signature. That's why I left it there, because I already know that—I'm not stupid. The message I posted is exactly what I wanted to show and test. It was my transaction, and I don't believe anyone can override it with RBF using my method. I think it's difficult because I tried it myself, and my friends also attempted updates, but it just doesn't work. CPFP works from the part that receives (the wallet) to the sender. Based on this, I developed a good script. That's it, my friend. As for extracting the public key from the signature, that's easy, of course. That wasn't the purpose of my post. Hahaha.

Why, after sending it with my transaction, was nobody able to override it, not even with maximum fees, It really worked. The only thing that accelerated it was CPFP from others, separately, to speed it up. I set the fee very low, block with a low value, and no one could override it with RBF, as that function is completely blocked. However, I adapted a few things to make it work. I studied the DER signature and its correct sizes. Even the transaction itself must have the correct size to function properly.

WanderingPhilospher
Sr. Member
****
Offline Offline

Activity: 1414
Merit: 271

Shooters Shoot...


View Profile
January 16, 2025, 05:24:36 PM
 #7132

Do you think that I did that test manually?

No, it was done with a script without use of any external wallet, TX was crafted from zero and broadcasted with API


Also, perform it manually and transmit the transaction manually, using a basic approach. You can also use API for this purpose.


You might see something wrong, so let's do tests, you and I in private, if you want to share this, I'll also show you what I did, but we'll talk in private and I don't want to spread free isos.

mjojo

Thank you for slap his bigmouth

My friend, I wasn't saying that it's not possible to find the public key in the signature. That's why I left it there, because I already know that—I'm not stupid. The message I posted is exactly what I wanted to show and test. It was my transaction, and I don't believe anyone can override it with RBF using my method. I think it's difficult because I tried it myself, and my friends also attempted updates, but it just doesn't work. CPFP works from the part that receives (the wallet) to the sender. Based on this, I developed a good script. That's it, my friend. As for extracting the public key from the signature, that's easy, of course. That wasn't the purpose of my post. Hahaha.

Why, after sending it with my transaction, was nobody able to override it, not even with maximum fees, It really worked. The only thing that accelerated it was CPFP from others, separately, to speed it up. I set the fee very low, block with a low value, and no one could override it with RBF, as that function is completely blocked. However, I adapted a few things to make it work. I studied the DER signature and its correct sizes. Even the transaction itself must have the correct size to function properly.



Ok, please take your "method" to the grave. No one is interested and even though people will tell you they have done what you say is not possible, you still talk about, well, nothing. This is how you lose any credibility. Stop while you are behind.
hotmoney
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 16, 2025, 05:47:58 PM
 #7133

okay I'm going to do a tx today 67 bit ok by menpool I want to see if someone can steal from me, maybe I'll leave the rate low.

albertobsd can you do a native update like this it would be cool I did it in python to make management easier to relax


https://www.youtube.com/shorts/DRvn8l1sUZI




mcdouglasx
Sr. Member
****
Offline Offline

Activity: 756
Merit: 408



View Profile WWW
January 16, 2025, 05:59:49 PM
 #7134

okay I'm going to do a tx today 67 bit ok by menpool I want to see if someone can steal from me, maybe I'll leave the rate low.

if the tx cannot be replaced (according to you), make a tx with an absurdly low fee and publish the private key here after transmitting it, if nobody manages to replace it, you will have credibility.

▄▄█████████████████▄▄
▄█████████████████████▄
███▀▀█████▀▀░░▀▀███████

██▄░░▀▀░░▄▄██▄░░█████
█████░░░████████░░█████
████▌░▄░░█████▀░░██████
███▌░▐█▌░░▀▀▀▀░░▄██████
███░░▌██░░▄░░▄█████████
███▌░▀▄▀░░█▄░░█████████
████▄░░░▄███▄░░▀▀█▀▀███
██████████████▄▄░░░▄███
▀█████████████████████▀
▀▀█████████████████▀▀
Rainbet.com
CRYPTO CASINO & SPORTSBOOK
|
█▄█▄█▄███████▄█▄█▄█
███████████████████
███████████████████
███████████████████
█████▀█▀▀▄▄▄▀██████
█████▀▄▀████░██████
█████░██░█▀▄███████
████▄▀▀▄▄▀███████
█████████▄▀▄███
█████████████████
███████████████████
██████████████████
███████████████████
 
 $20,000 
WEEKLY RAFFLE
|



█████████
█████████ ██
▄▄█░▄░▄█▄░▄░█▄▄
▀██░▐█████▌░██▀
▄█▄░▀▀▀▀▀░▄█▄
▀▀▀█▄▄░▄▄█▀▀▀
▀█▀░▀█▀
10K
WEEKLY
RACE
100K
MONTHLY
RACE
|

██









█████
███████
███████
█▄
██████
████▄▄
█████████████▄
███████████████▄
░▄████████████████▄
▄██████████████████▄
███████████████▀████
██████████▀██████████
██████████████████
░█████████████████▀
░░▀███████████████▀
████▀▀███
███████▀▀
████████████████████   ██
 
[..►PLAY..]
 
████████   ██████████████
nomachine
Full Member
***
Offline Offline

Activity: 742
Merit: 114


View Profile
January 16, 2025, 10:19:04 PM
 #7135

Will the Bitcoin puzzle transaction ~32 BTC prize prove to be solvable eventually? Would a team of people from MIT (for example) have a much better chance than the average person?


In essence, this entire thread is not just about a puzzle; it’s a carefully constructed experiment, where the millionaire is testing how far people will go for intellectual prestige, validation, and possibly even the idea of an unattainable goal. There are no shortcuts in this realm. Advanced hardware and skilled developers come at a cost, and there are no ingenious tricks or mystical solutions that can bypass that investment.

A team from a highly regarded institution like MIT might have an advantage due to their access to advanced resources, knowledge, and collaborative problem-solving skills. However, success demands both time and dedication as well as common sense. I'm not sure that a normal person has so much hardware. It is unprofitable even if you are a multimillionaire.

BTC: bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
fireman3100
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 17, 2025, 04:23:14 AM
 #7136

Not everyone is a fucking crackpot. I have read all the posts on this thread from the beginning and dare I say there are a few. Now I didn't say I can reverse the SHA256, because I can't. Just because you haven't been able to see how to narrow it down doesn't mean it don't exist. I said I found a way to reduce the key range from 100% key range down to 1-2%. If you are such an expert then you would have found it as well. Look at all the plethora of information that has been given for use to do that. But that is still 1-1.5 quintillion keys. With everyone running cloud searches, gpu searches, etc. it won't be long before someone finds it. I don't have access to resources for doing computer search.

All I was seeing is if someone wanted to be serious about this. If you are not interested the shut the fuck up and stop being a troll. It just goes to show how insecure you are. Trying to put others down to try to make yourself bigger.

It's the "Big Man" like you hiding behind the monitor that make forums such a shitty place at times. If you were such a cryptographer then you would be trying to see if what I was saying held validity. But instead your default reaction is too put someone down.

You make me laugh. Hope you have a good day.
brainless
Member
**
Offline Offline

Activity: 421
Merit: 35


View Profile
January 17, 2025, 06:10:09 AM
 #7137

Hi guys, you are trying to find private keys here, but it is probably much more difficult than picking a password to a wallet. The main thing in this case is confidence that the wallet is genuine. I spent a lot of time to learn how to distinguish genuine wallets from fake ones and here's what I'll tell you guys, I checked more than 700 wallets and found only 17 genuine wallets among them, 3 of them have a balance of less than 1 BTC, the rest of the genuine wallets have a balance from 1 to 50 coins. If anyone is interested in knowing which genuine wallets I found, write your questions and I will answer them in private messages.
I think you are talking about wallet.dat,  circulation over internet forums, and password protected etc, you have dat files and no password maybe,
If you like talk above, it's not right thread for this topic
Related wallet recovery threads exist in this forums too
Better talk at those threads
Thankx

13sXkWqtivcMtNGQpskD78iqsgVy9hcHLF
Akito S. M. Hosana
Jr. Member
*
Offline Offline

Activity: 392
Merit: 8


View Profile
January 17, 2025, 09:57:41 AM
 #7138

I have read all the posts on this thread from the beginning......

I appreciate your enthusiasm for cryptography and problem-solving, and I encourage you to channel this interest into learning more about how these systems work or contributing to projects where analytical thinking can shine. Unfortunately, the BTC puzzle is a deep rabbit hole that is unlikely to yield results, no matter how much effort is put into it. Even with tools like Kangaroo and 800 RTX 4090 GPUs working in parallel, it would take year to solve anything in the 135-bit range—and that is still far below the actual full search space for Bitcoin keys.
brainless
Member
**
Offline Offline

Activity: 421
Merit: 35


View Profile
January 17, 2025, 12:21:15 PM
Last edit: January 17, 2025, 02:00:00 PM by brainless
 #7139

https://youtube.com/shorts/90xUq586nbQ?si=kYHwfSsfR0H3U5Ic
Above video is about problem and solution
You can fit this solution to ecc, simple, ecc problem can solve, it's all about math

Ring = privkey
Rope = bit range
Stick = N range

13sXkWqtivcMtNGQpskD78iqsgVy9hcHLF
hotmoney
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 17, 2025, 04:08:41 PM
Last edit: January 17, 2025, 04:54:30 PM by hotmoney
 #7140

I see that 135 is risky too, the creator already has the private keys, I'm waiting for someone lucky enough to find it and when he withdraws the funds from the 135 challenge the creator will replace it with higher fees immediately with rbf, stealing for himself again, what do you guys do you think? Because, for example, if 2 people have the same private key of 135 and withdraw together to compete for higher rates, it would be a problem if the creator intends to troll for fun, the original creator for protection must have a scrypt monitoring the withdrawals to nullify the lucky and then troll the winner, just like in 66?  That's why my withdrawal method is private and very well formulated, where no one can override it with higher rates, my TX is strong. who did all this to troll fools... maybe
Pages: « 1 ... 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 [357] 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 ... 586 »
  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!