mohammedlaoui
Newbie
Offline
Activity: 14
Merit: 0
|
 |
April 24, 2024, 09:26:01 AM |
|
guys any result puzzle solved 
|
|
|
|
BlackHatCoiner
Legendary
Offline
Activity: 1792
Merit: 8658
|
 |
April 24, 2024, 09:27:51 AM |
|
Is this puzzle really worth trying to solve? It's been close to a decade. Can someone give me a TL;DR?
|
|
|
|
mohammedlaoui
Newbie
Offline
Activity: 14
Merit: 0
|
 |
April 24, 2024, 09:45:36 AM |
|
guys i found a method to get this number -673909/1307674368000*x^15 + 5004253/87178291200*x^14 - 151337/52254720*x^13 + 9320029/106444800*x^12 - 25409989753/14370048000*x^11 + 2192506957/87091200*x^10 - 19011117413/73156608*x^9 + 1200887962891/609638400*x^8 - 3585932821063/326592000*x^7 + 647416874047/14515200*x^6 - 18586394742863/143700480*x^5 + 30899291755337/119750400*x^4 - 274137631043849/825552000*x^3 + 36933161067083/151351200*x^2 - anyone give me how i can use my method  i m realy didnt know how thst method help us to solve the puzzle ??
|
|
|
|
brainless
Member

Online
Activity: 387
Merit: 35
|
 |
April 24, 2024, 10:45:18 AM |
|
guys i found a method to get this number -673909/1307674368000*x^15 + 5004253/87178291200*x^14 - 151337/52254720*x^13 + 9320029/106444800*x^12 - 25409989753/14370048000*x^11 + 2192506957/87091200*x^10 - 19011117413/73156608*x^9 + 1200887962891/609638400*x^8 - 3585932821063/326592000*x^7 + 647416874047/14515200*x^6 - 18586394742863/143700480*x^5 + 30899291755337/119750400*x^4 - 274137631043849/825552000*x^3 + 36933161067083/151351200*x^2 - anyone give me how i can use my method  i m realy didnt know how thst method help us to solve the puzzle ?? What is x value ? Is it public key x value ?
|
13sXkWqtivcMtNGQpskD78iqsgVy9hcHLF
|
|
|
mohammedlaoui
Newbie
Offline
Activity: 14
Merit: 0
|
 |
April 24, 2024, 11:06:59 AM |
|
In the context of the polynomial generated using the Lagrange interpolation method in Sage, the x value represents the variable of the polynomial. It's not directly related to a public key's x value in cryptography. Here, x is the independent variable in the polynomial. In Sage, when you construct a polynomial, x represents the variable in that polynomial. In the given code: R = PolynomialRing(QQ,'x') f = R.lagrange_polynomial([(0,1),(1,3),(2,7),(3,8),(4,21),(5,49),(6,76),(7,224),(8,467),(9,514),(10,1155),(11,2683),(12,5216),(13,10544),(14,26867),(15,51510)]) for i in range(16): print(f(i)) Here, x is the variable in the polynomial f. So, x in the polynomial formula is just a placeholder for the variable in the polynomial equation, and it doesn't have any direct relationship to a public key's x value in cryptography.
|
|
|
|
AlanJohnson
Member

Offline
Activity: 181
Merit: 11
|
Is this puzzle really worth trying to solve? It's been close to a decade. Can someone give me a TL;DR?
Of course not ... Think for a moment: why someone keeps so much money locked in btc puzzle instead of cashing it out ? Because he has a much more and this puzzle is used for monitoring current cracking possibilities. It's not some kind of competition someone made for fun. It's made on purpose. Nobody will crack 66 or more bit puzzle using python scripts on home computer. It's a total waste of time. The puzzle is there to meter if there is anybody who can use enough processing power to crack it. And you can only crack it randomly guessing private keys if you don't have public key available. Those with public key available can be solved using kangaroo or bsgs but still it needs too much processing power for an average person for a random guy (that's why the higher that 66 bit ranges are already solved but still nobody can't beat 130bit - FYI Every fifth puzzle here have intentionally released it's public key by the creator) Everything here can be calculated - i mean you can calculate how much processing power you need to crack it, how many and what kind of hardware you need to achieve that. You must invest hundreds of thousands $$$ to even try to crack it.
|
|
|
|
mohammedlaoui
Newbie
Offline
Activity: 14
Merit: 0
|
 |
April 24, 2024, 11:16:46 AM |
|
i have access to a quantum comp give the script hahah
|
|
|
|
joseperal
Newbie
Offline
Activity: 56
Merit: 0
|
 |
April 24, 2024, 12:11:14 PM |
|
I have another idea,
The puzzle creator said the only thing all the private keys have in common, is that all of them were created from a HD wallet, and then masked from the left with zeros.
Is it any weakness on the HD method of creating wallets? I mean, with the number of private keys already revealed, we could just try to target the searches for the the master private key that was used in the HD wallet.
What do you think?
Regards.
|
|
|
|
dextronomous
|
 |
April 24, 2024, 12:14:46 PM |
|
I have another idea,
The puzzle creator said the only thing all the private keys have in common, is that all of them were created from a HD wallet, and then masked from the left with zeros.
Is it any weakness on the HD method of creating wallets? I mean, with the number of private keys already revealed, we could just try to target the searches for the the master private key that was used in the HD wallet.
What do you think?
Regards.
nice catch, go go go from me, when update ready.
|
|
|
|
albert0bsd
|
 |
April 24, 2024, 12:33:56 PM |
|
Is this puzzle really worth trying to solve? It's been close to a decade. Can someone give me a TL;DR?
There are several puzzles with different bits of diffculty it is exponential, puzzle 66 is 6.6 BTC BTC puzzle 67 is 6.7 BTC. Puzzles prizes have been incremented in a x10 Factor two times since its creation. Check the list of all unsolved puzzles. https://docs.google.com/spreadsheets/d/1vZyRZ67iNl7aIwYNB55OY8LvZLAaoBxSanxqnGMZlWA/edit?usp=sharingThere are some puzzles addres with publickey avaiable those have another method to be solved current unsolved with publickey is puzle 130 13 BTCI have another idea,
The puzzle creator said the only thing all the private keys have in common, is that all of them were created from a HD wallet, and then masked from the left with zeros.
Is it any weakness on the HD method of creating wallets? I mean, with the number of private keys already revealed, we could just try to target the searches for the the master private key that was used in the HD wallet.
What do you think?
Regards.
I think that author or this puzzle may used a custom method to generate those keys This puzzle is very strange. If it's for measuring the world's brute forcing capacity, 161-256 are just a waste (RIPEMD160 entropy is filled by 160, and by all of P2PKH Bitcoin). The puzzle creator could improve the puzzle's utility without bringing in any extra funds from outside - just spend 161-256 across to the unsolved portion 51-160, and roughly treble the puzzle's content density. If on the other hand there's a pattern to find... well... that's awfully open-ended... can we have a hint or two?  I am the creator. You are quite right, 161-256 are silly. I honestly just did not think of this. What is especially embarrassing, is this did not occur to me once, in two years. By way of excuse, I was not really thinking much about the puzzle at all. I will make up for two years of stupidity. I will spend from 161-256 to the unsolved parts, as you suggest. In addition, I intend to add further funds. My aim is to boost the density by a factor of 10, from 0.001*length(key) to 0.01*length(key). Probably in the next few weeks. At any rate, when I next have an extended period of quiet and calm, to construct the new transaction carefully. A few words about the puzzle. There is no pattern. It is just consecutive keys from a deterministic wallet (masked with leading 000...0001 to set difficulty). It is simply a crude measuring instrument, of the cracking strength of the community. Finally, I wish to express appreciation of the efforts of all developers of new cracking tools and technology. The "large bitcoin collider" is especially innovative and interesting! He never mention HD wallet it only mentioned some deterministic wallet
|
|
|
|
nomachine
Member

Offline
Activity: 630
Merit: 53
|
 |
April 24, 2024, 01:11:23 PM |
|
i have access to a quantum comp
Imagine if an immensely advanced quantum computer suddenly start the mining generating 2,016 blocks within a minute, and then vanishes.This would skyrocket the Bitcoin mining difficulty by a factor of 20,160. Conventional miners worldwide would need to labor for 140 days instead of the usual 10 minutes to uncover the hash value of a solitary block. Consequently, the blockchain would come to a standstill, halting all Bitcoin transactions during this period. 
|
bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
BlackHatCoiner
Legendary
Offline
Activity: 1792
Merit: 8658
|
 |
April 24, 2024, 01:22:26 PM |
|
This would skyrocket the Bitcoin mining difficulty by a factor of 20,160. The max it can go is 4x at once.
|
|
|
|
abdenn0ur
Newbie
Offline
Activity: 12
Merit: 0
|
 |
April 24, 2024, 01:47:04 PM |
|
Imagine a Bitcoin giveaway with 1 BTC up for grabs. The host exposes the address and private key (a big no-no!). This creates a race condition:
• Many people try to send a transaction at once (the race starts!). • Transactions need miner confirmation, not instantaneous processing. It's like waiting in line at a bank. • Miners prioritize transactions with higher fees, like a fast lane with a toll. • Person A starts first, but sets a low fee. Their transaction waits in the regular line. • Person B sends a smaller amount with a high fee. They pay extra to jump the line. • The block gets filled, and only transactions including Person B's smaller amount fit. It's confirmed first. • Person A's transaction might still be valid, but there's not enough remaining to cover their intended amount + fees. They get a partial payout or nothing.
Conclusion: Timing and fees, not starting order, determine the winner.
Source : Google Gemini
|
|
|
|
ccinet
Jr. Member
Offline
Activity: 44
Merit: 1
|
 |
April 24, 2024, 02:48:25 PM |
|
Imagine a Bitcoin giveaway with 1 BTC up for grabs. The host exposes the address and private key (a big no-no!). This creates a race condition:
• Many people try to send a transaction at once (the race starts!). • Transactions need miner confirmation, not instantaneous processing. It's like waiting in line at a bank. • Miners prioritize transactions with higher fees, like a fast lane with a toll. • Person A starts first, but sets a low fee. Their transaction waits in the regular line. • Person B sends a smaller amount with a high fee. They pay extra to jump the line. • The block gets filled, and only transactions including Person B's smaller amount fit. It's confirmed first. • Person A's transaction might still be valid, but there's not enough remaining to cover their intended amount + fees. They get a partial payout or nothing.
Conclusion: Timing and fees, not starting order, determine the winner.
Source : Google Gemini
Someone is going to be angry with this... 
|
|
|
|
brainless
Member

Online
Activity: 387
Merit: 35
|
 |
April 24, 2024, 06:30:00 PM |
|
Imagine a Bitcoin giveaway with 1 BTC up for grabs. The host exposes the address and private key (a big no-no!). This creates a race condition:
• Many people try to send a transaction at once (the race starts!). • Transactions need miner confirmation, not instantaneous processing. It's like waiting in line at a bank. • Miners prioritize transactions with higher fees, like a fast lane with a toll. • Person A starts first, but sets a low fee. Their transaction waits in the regular line. • Person B sends a smaller amount with a high fee. They pay extra to jump the line. • The block gets filled, and only transactions including Person B's smaller amount fit. It's confirmed first. • Person A's transaction might still be valid, but there's not enough remaining to cover their intended amount + fees. They get a partial payout or nothing.
Conclusion: Timing and fees, not starting order, determine the winner.
Source : Google Gemini
You write well as per reference But hand on practice is different For example private key Dec 2 Hex 2 Load Pk and see there is unconfirmed tx See why it's not completed, analyze this tx , you will learn something, similar same lot of tx unconfirmed from 4 months , some people's still trying to hand on practice, and I have completed this subject,
|
13sXkWqtivcMtNGQpskD78iqsgVy9hcHLF
|
|
|
k3ntINA
Newbie
Offline
Activity: 27
Merit: 0
|
 |
April 24, 2024, 10:13:40 PM |
|
https://www.talkimg.com/images/2024/04/24/r29lN.gifI removed the key number 65 and it is very strange that you can see all the signs of the key! This is not normal. I drew a line from the starting point of key number 65 to the center of the circle. The degree and length of the line in mm units correspond to the first few numbers of key 65! Line degree: 35.68 and line length 73.72 What magic is there really? This cannot be unrelated to the production of keys. 35.68 has become 30568 and 73.72 has become 3773. What's really going on???
|
|
|
|
khalidkhan82118
Newbie
Offline
Activity: 84
Merit: 0
|
 |
April 25, 2024, 06:57:12 AM |
|
It's too easy to crack. Why are they prizing too high? It seems fishy
|
|
|
|
citb0in
|
 |
April 25, 2024, 10:19:56 AM |
|
unfortunately it appears that bots are flooding this thread again. Please stay away from chatGPT and stop flooding this thread with non-sense. That won't help either your psychotic disease nor anyone else reading here.
god bless you
|
Some signs are invisible, some paths are hidden - but those who see, know what to do. Follow the trail - Follow your intuition - [bc1qqnrjshpjpypepxvuagatsqqemnyetsmvzqnafh]
|
|
|
nomachine
Member

Offline
Activity: 630
Merit: 53
|
 |
April 25, 2024, 11:12:16 AM |
|
Solving the puzzle with the magic circle is BS. If it was that simple, it would have already been solved. I bet digaran is joking with us again. 
|
bc1qdwnxr7s08xwelpjy3cc52rrxg63xsmagv50fa8
|
|
|
k3ntINA
Newbie
Offline
Activity: 27
Merit: 0
|
 |
April 25, 2024, 11:32:41 AM Last edit: April 25, 2024, 01:12:06 PM by k3ntINA |
|
I am not digaran. If my posts are bothering you and it is not worth it at all, I will stop posting. But know that there are many things that definitely helped to solve the keys. My problem is my lack of knowledge in mathematics and I thought that there are people here who understand correctly. This circle is not a simple thing, you only see a part of it. I have been watching the thread since today like many others. I do not post anything Those of you who know, write and comment... Of course, those who want to follow me or even have an opinion or idea can join this Telegram group: https://t.me/bitcoinsolversIt is definitely not mandatory to enter this channel and everyone can talk without restrictions without being ridiculed and the only thing that is not acceptable is insulting and mocking others. We know that once upon a time there were people who had ideas and were even attacked and ridiculed for expressing their ideas, but with the passage of time, everyone came to that idea and theory. One of those people is Galileo... you all heard his story
|
|
|
|
|