Search content
Sort by

Showing 5 of 5 results by ExiledDatum
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
ExiledDatum
on 29/09/2024, 08:34:15 UTC
I am not whoever you think I am.

You are welcome to continue trolling. I don't mind at all. Unlike most, I enjoy haters. I will wait for your apology.

You know what they say about assuming. 
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
ExiledDatum
on 29/09/2024, 04:56:47 UTC
I believe there are some parties and individuals who possess both above average intelligence and have private means which they used in order to develop some cutting-edge applications of technology not tied to any large corporations. While these are not supercomputers, or quantum circuits in line with mainstream public knowledge.

I can say with positive proof and personal observations of such systems, they are impressive in their capabilities when compared to the average software running in any programming language on the standard operational systems. They are not a quantum computer in any sense, but their computational abilities are staggering.

I also have a B.A. in mathematics with a concentration in computer science. And some other education, I think if people still accept my cereal box diploma.

I deal with logistics, material science and the electronic engineering of emerging technologies.

I am horrible at writing code from scratch, so I tend to modify broken code snippets fixing the one-off errors or faulty logic to build my own software for my needs.

I guess that would make something of a lesser mathematician, perhaps on a good day?


I would humbly like to offer, we are in a time of profound revolution of conventional models of development and production. Anyone with half a brain, determination and some diy skills, can build things to rival billion dollar corporations.

These last two decades of technological advancements, coupled with the vast libraries available via the internet.

Humor me a moment, and fathom, what a being with 130 IQ or higher, insomnia and an unquenchable thirst of knowledge could accomplish?
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
ExiledDatum
on 29/09/2024, 04:33:34 UTC


I had calculated 2628a3ad7d90cd20f to 2728ad7d90cd20f. I had sitting in a bat file created and last ran 5/13/2024.




Same here, I had a script that scanned ranges at given intervals, here is part of that script:

Code:
run_command "./vanitysearch -t 0 -gpu -gpuId 0,1,2,3 -o 283prefixes.txt --continue 10 --keyspace 28326F10000000000:+10000000000 13zb1hQbW" 10
run_command "./vanitysearch -t 0 -gpu -gpuId 0,1,2,3 -o 283prefixes.txt --continue 11 --keyspace 2832AF10000000000:+10000000000 13zb1hQbW" 11
run_command "./vanitysearch -t 0 -gpu -gpuId 0,1,2,3 -o 283prefixes.txt --continue 12 --keyspace 2832EF10000000000:+10000000000 13zb1hQbW" 12
run_command "./vanitysearch -t 0 -gpu -gpuId 0,1,2,3 -o 283prefixes.txt --continue 13 --keyspace 28332F10000000000:+10000000000 13zb1hQbW" 13

I finished this script run on Sept. 8. So I just skipped over 66's range... no good luck there.  I also spent a decent chunk of money, and decided to stop throwing good money after bad. I'll just be an observer rather than a participant for the rest of the puzzles. Good luck to people out there still searching. Although you'd probably be better off investing your money rather than gambling it on the puzzles. As the saying goes, Only spend what you're willing to lose!
I will have to speak with you, that looks like a modified version and I can only speculate you fell upon the growth factor of 18 to 20. Since the puzzle is already solved and the factor only helps find #66 I don't mind sharing the math behind my similar conclusion. I can not upload the image\screenshot of the conversation with my custom, privately hosted model. I can share the text within a small section of it.


So let me disclose this first and foremost. I have a custom model trained and fine-tuned by myself for personal research and assistance. This is not any publicly avaliable chat model. I am lazy and use it for rapid calculations and assistance in holding large hex values and decimal values in a memory pool to save on computations and energy load.
------------------------------------------------------------------------------------------------------------------------------------------------

Model said:
Thank you for providing the details for #64 and #65 puzzle keys. Let's calculate #64 puzzle key and #65 puzzle key * 2 - #64 key.

#64 Puzzle Key:

HEX: 000000000000000000000000000000000000000000000000f7051f27b09112d4
#65 Puzzle Key * 2 - #64 Key:

(1a838b13505b26867 * 2) - 000000000000000000000000000000000000000000000000f7051f27b09112d4 = 1a838b13505b26867
Now, let's perform the steps to get the Bitcoin address and public key for each of these puzzle keys:

For #64 Puzzle Key:

Convert the private key from hex to bytes: 000000000000000000000000000000000000000000000000f7051f27b09112d4

Create a signing key from the private key bytes using the SECP256k1 elliptic curve.

Get the corresponding public key.

Serialize the public key in compressed format (33 bytes).

Calculate the SHA-256 hash of the public key.

Calculate the RIPEMD-160 hash of the SHA-256 hash.

Add the version byte (0x00 for mainnet) to the RIPEMD-160 hash.

Calculate the double SHA-256 checksum.

Append the checksum to the extended RIPEMD-160 hash.

Convert the bytes to a base58-encoded Bitcoin address.

For #65 Puzzle Key * 2 - #64 Key:

Convert the private key from hex to bytes: 1a838b13505b26867

Create a signing key from the private key bytes using the SECP256k1 elliptic curve.

Get the corresponding public key.

Serialize the public key in compressed format (33 bytes).

Calculate the SHA-256 hash of the public key.

Calculate the RIPEMD-160 hash of the SHA-256 hash.

Add the version byte (0x00 for mainnet) to the RIPEMD-160 hash.

Calculate the double SHA-256 checksum.

Append the checksum to the extended RIPEMD-160 hash.

Convert the bytes to a base58-encoded Bitcoin address.

Please give me a moment to perform these calculations.

I have performed the calculations for both #64 Puzzle Key and #65 Puzzle Key * 2 - #64 Key to obtain their respective Bitcoin addresses and public keys:

For #64 Puzzle Key:

Bitcoin Address: 16jY7qLJnxb7CHZyqBP8qca9d51gAjyXQN
Public Key: (This key can be derived from the private key but is not shown here.)
For #65 Puzzle Key * 2 - #64 Key:

Bitcoin Address: 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe
Public Key: 02b21a6b1590b145841a0dabbe71ea01e29ed60f0e468cff36445a9c92eb3a6375
These addresses and public keys have been generated following the standard Bitcoin address generation rules. If you have any further questions or if there's anything else I can assist you with, please feel free to ask.


You said:
generate #66

Model said:
To generate #66, we'll follow the same steps as before. Here are the details:

#66 Puzzle Key:

HEX: 000000000000000000000000000000000000000000000000f7051f27b09112d4
Now, let's perform the steps to get the Bitcoin address and public key for #66 Puzzle Key:

Convert the private key from hex to bytes: 000000000000000000000000000000000000000000000000f7051f27b09112d4

Create a signing key from the private key bytes using the SECP256k1 elliptic curve.

Get the corresponding public key.

Serialize the public key in compressed format (33 bytes).

Calculate the SHA-256 hash of the public key.

Calculate the RIPEMD-160 hash of the SHA-256 hash.

Add the version byte (0x00 for mainnet) to the RIPEMD-160 hash.

Calculate the double SHA-256 checksum.

Append the checksum to the extended RIPEMD-160 hash.

Convert the bytes to a base58-encoded Bitcoin address.

Please give me a moment to perform these calculations for #66.

I have generated the Bitcoin address for #66 Puzzle Key using the standard Bitcoin address generation rules:

Bitcoin Address: 1DejBqA9KXMpRoJjTJtsSyZm1N1uqWv2Dr
Please note that I cannot generate the corresponding public key as it requires access to the private key, which I don't have. If you have any further questions or if there's anything else I can assist you with, please feel free to ask.


You said:
Generate #65 *3 + #64 puzzle key and generate #65 *3 - #64

2/2

Model said:

To generate #65 * 3 + #64 Puzzle Key, we'll follow these steps:

Take the #65 Puzzle Key: 000000000000000000000000000000000000000000000001a838b13505b26867
Multiply it by 3.
Add the #64 Puzzle Key: 000000000000000000000000000000000000000000000000f7051f27b09112d4
Let's calculate this:

1a838b13505b26867 * 3 = 00000000000000000000000000000000000000000000000514158040b76d9e1 Now, add the #64 Puzzle Key:

00000000000000000000000000000000000000000000000514158040b76d9e1 + 000000000000000000000000000000000000000000000000f7051f27b09112d4 = 00000000000000000000000000000000000000000000000665d70945c5e4b05

So, the result of #65 * 3 + #64 Puzzle Key is:

HEX: 00000000000000000000000000000000000000000000000665d70945c5e4b05

Now, let's calculate #65 * 3 - #64 Puzzle Key:

1a838b13505b26867 * 3 = 00000000000000000000000000000000000000000000000514158040b76d9e1 Now, subtract the #64 Puzzle Key:

00000000000000000000000000000000000000000000000514158040b76d9e1 - 000000000000000000000000000000000000000000000000f7051f27b09112d4 = 00000000000000000000000000000000000000000000000443e3d1d5ae38ad So, the result of #65 * 3 - #64 Puzzle Key is:

HEX: 00000000000000000000000000000000000000000000000443e3d1d5ae38ad

If you need further assistance or have any more calculations to perform, please let me know.


You said:
Take the previous two results and subtract #65 from them

Model said:

Sure, let's subtract the #65 Puzzle Key (1a838b13505b26867) from the two results we obtained previously:

Result of #65 * 3 + #64: 00000000000000000000000000000000000000000000000665d70945c5e4b05
Result of #65 * 3 - #64: 00000000000000000000000000000000000000000000000443e3d1d5ae38ad
Now, we'll subtract #65:

00000000000000000000000000000000000000000000000665d70945c5e4b05 - 1a838b13505b26867 = ffc19ec6aa168b9e04d4b2c69f53549e
00000000000000000000000000000000000000000000000443e3d1d5ae38ad - 1a838b13505b26867 = 28aa1181a66f8fd3ecf5deaae87d02e6
So, the results of subtracting #65 from the previous two calculations are:

HEX: ffc19ec6aa168b9e04d4b2c69f53549e
*---HEX: 28aa1181a66f8fd3ecf5deaae87d02e6----*
If you have any more questions or need further calculations, feel free to ask.



My
I don’t mean to offend anyone—this is just my analysis. Everyone is entitled to their own opinion, and this is simply mine. I have no intention of offending anyone.

I'm a mathematician. I deal with logic - a part of mathematics.


Formulating the Argument.

Steps for a logical analysis:
Formalize the claims: The main claims can be expressed as premises in logic:

Premise 1: After puzzle 120 was solved, the creator increased the prize money on 2023-04-16 to 1000 BTC (public stunt hypothesis).
Premise 2: Puzzle 125 was removed on 2023-07-09, likely as another stunt (further public manipulation hypothesis).
Premise 3: Puzzle 130 was moved after the solving of puzzle 66, likely to generate more attention.
Premise 4: It is practically impossible to solve puzzle 130 without at least 1000 GPUs, making it improbable for anyone to solve it legitimately.


Logical Conclusion:
Using modus tollens (if P implies Q, and Q is false, then P must be false):

If it is true that solving Puzzle 130 is only possible with extreme computational resources (Premise 4), and no one is known to possess those resources, then no one could have solved it without manipulation.
The formula could look like:

If (someone solves Puzzle 130) -> (they have extreme computational resources).
Not (anyone has extreme computational resources).
Therefore, Not (anyone solved Puzzle 130) -> it may have been manipulated.


This reasoning framework doesn't "prove" the manipulation but shows that, given the constraints, the likelihood of a public stunt increases if the technical requirements are realistically impossible for most individuals.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
ExiledDatum
on 28/09/2024, 10:04:07 UTC
I have more and more doubts that some geniuses are solving the puzzle. In my opinion, starting from the 120bit solution, the creator does all this. To keep the interest in his mystery alive. If you compare the sequence of events (dates of decisions, increase in the prize), then everything adds up to a logical picture. Now it is more profitable to use computing power for the inference of neural networks, for their training, rather than for searching for a needle in a haystack with an unknown result. And here you need very large computing power, which will cost a lot to rent.

Honestly, I don't think it was the creator who withdrew the funds. Someone who over the years didn't stop the challenge despite having the private keys - he could have withdrawn them with multi-million profits, and instead deposited dozens of BTC to each address shows that the creator is a person who sleeps on cash and is like oxygen to him - obviously he is and that he will never take it away. So I don't think that someone stopped achieving the ultimate goal of creating this challenge by fawning over change... especially since finding 120,125,130 does not bring anything positive in the perspective of the entire challenge... especially since we don't know of any solutions that he could skillfully announce while making progress towards achieving the goal.
I think the finder is someone who reads us here, but does not share the results or methods of action, because so far she has successfully gained $2 million on it using her excellent method of breaking subsequent thresholds. In other words - for safety's sake she is silent, because she simply -> plans to top up those $2 million with subsequent levels. If we live to see #160, there is a chance that we will learn the solutions.

That's what I thought at first, too. However, it is extremely doubtful that there is any "hidden mathematical genius" in the world.  He would have received more money and recognition if he had made his discoveries public.  I also think it is extremely stupid to use large computing resources to solve the puzzle, when they can be rented out for inference or neural network training and guaranteed to make a profit.
So the version of a great mathematician who solves puzzles in some new way on a single video card is questionable as well as the version of a businessman who prefers to play the lottery instead of a stable business. Then it remains a logical option that the creator of the puzzle (perhaps it is not one person, but an organization) stimulates the "bait" ("look, someone found the key, so it's possible!") to work on testing the security of bitcoin.
There is another option - a quantum computer and Shor's algorithm are used, then it is definitely some organization testing its power.



Or someone simply noticed the lid does more than keep the liquid in. I have made more progress by simply eliminating parts that it could not be, reducing the key space by logical means. All keys with repeating prefixes, all with more than two repeating characters. I'm sure after removing all those false positives. The reduced key space hardly takes a "hidden mathematical genius". Though all my work is done, on a single graphics card on a laptop. I believe any solutions happening at this moment is due to the collimation of over four years of continual presistance and well mapped logic in isolated sectors in calculated sub-ranges.

Post
Topic
Board Bitcoin Discussion
Re: Bitcoin puzzle transaction ~32 BTC prize to who solves it
by
ExiledDatum
on 28/09/2024, 08:02:02 UTC
It is a shame to observe some of the blatant entropy spewed to hinder others out of greed.

Thank you to Alberto, NoMachine, and many others who have contributed so much to these endeavors. I have learned a great deal from many of you who so willingly shared your code, time and very essence while working on this puzzle.

I have also been afflicted with the obsession of plinking away at the code, tearing it apart at the bit in hopes to glimpse the true clockwork beneath. I can see the draw which has held many of you here for so long observing.

Imagine my own anger with myself after finding out #66 has been solved and going back over the many terrabytes of code I have horded, scrapped and reconstructed across this thread well into a third restart. My hypothesis had placed me within 2**61 or less of the key. An going back over my bat files and clutters external drives stuffed to the brim with my attempts.

I had calculated 2628a3ad7d90cd20f to 2728ad7d90cd20f. I had sitting in a bat file created and last ran 5/13/2024.


I agree with many and none of the findings here.

Perhaps it is part of my unique approach... preferring to bash myself upon the rocks while learning to swim after leaping into the sea that these puzzles represent. While thrashing away in my inadequate mind at this, and many other puzzles. I have discovered a few things. Alberto has probably also and is why he is still here to observe. I will with-hold my many hypotheses and the likes as I am a woefully ignorant newcomer, but I am observant.

While there is no pattern as the author clearly stated, he did have a system in which he used to generate the keys, and how clever and simple it was hidden is plain sight. I almost missed it myself, but kept rounding back to it.

There is no pattern, but all beings are creatures of habit. Don't waste your time on seeking the pattern. It is pointless at this size of key space. Leverage your ingenuity, cunning and logic. Stop blind skips into the key space, look for habit, not pattern. #66 broke many of the rules the author seemed to have kept to, no repeating characters greater than two. No repeated string lengths. The vast keyspace size now protects the prizes, not some cleverly constructed riddle or system to solve.

I am here to offer what the author secretly wished to set about and construct with his double puzzle. This puzzle is not just about cracking the entropy. It is about cracking the human condition, there are keen minds here and the blockchain is power.

Smart-contracts written and publicly audited could govern the key space search server, so blind trust is removed. True equality could be possible. I reference Alberto mostly because he has the most work along with WanderingPhilosopher, there are most likely others I miss, and forgive my ignorance.

Understand those people gave openly and freely shared with all so everyone was given equal chance.

Thank you, to those who gave openly because they understood this concept so well.

To those dreaming, I say dream, but understand. You must give before others learn to give also. It one of the strangest paradoxes. No one will share until you decide to teach them how to share.

If you all would stop searching in single castles with vaults empty waiting for the prize while dreaming, this puzzle would crumble in a few months under true collaboration.

Truly come together and work as a team. I see several small groups within these pages, islands of brilliant minds drawn to one another.

But, what do I know. I am just some old man to the party.  A SimpleMind.

Greetings to Everyone here. I hope to add my small contribution and knowledge to these pages, I am ExiledDatum.