Author

Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it - page 198. (Read 215345 times)

member
Activity: 185
Merit: 15
Two things you should never abandon: Family & BTC
Quote
You're way informed than myself when it comes to pub key cracking + Maths in general. So I'm sorry i disappointed you. I may have given the impression that I'm smarter than i really am 🙂

Now about this, do you think after such computation that we have better chances of finding 125 than 66? I ran BSGS in keyhunt and the rate is horrifying. Seemed like i would wait forever! Even in random jumps it looked like peanuts. Maybe pub key hunting is a broader scope than i thought i can grasp. What you said above makes things more clear but i still don't understand how it's only 5 times bigger? Is it due to the pub key exposed? And if it's 5 times bigger only, does this make things look any better? I mean 120 kicked everybody's asses for years now.
Those numbers above for #125 and #120 are using Kangaroo, not BSGS. Kangaroo eats BSGS for breakfast in larger ranges.

The easy math to calculate expected group ops using kangaroo is to take your bit range, divide by 2, add 1.05. (bit range / 2) + 1.05 so for #125 = 125/2 + 1.05 = 63.55.


Ahaaa. Maybe that's why i was intimidated, i always resort to BSGS as i have way more board ram than gpu ram. Do you suggest i use the regular Kangaroo or the hybrid version? I just need the version that gives the most speed boost
newbie
Activity: 24
Merit: 4
If all it takes is 100k GPUs (and I believe this to be true) then the answer to the time it takes to brute force is not  'Infinity' or 'almost impossible'.

There are millions of GPUs in the world. Think about this, the group here and at least one other group has created a pool in the past to crack one of the puzzles. Imagine if this group can find 100k GPU owners to join. Impossible? Not really, imagine a black hat hacker figures a scheme to create a virus that is highly viral. He could in theory infect 500k computers with GPUs and bruteforce the key. Highly unethetical and illegal, but that's not the point. The point is that there are ways to do it. So, can it be done? Fortunately, bruteforcing a key here and there is different from figuring a way to crack any key which would be the holy grail to killing bitcoin or at least forcing a change in the technology.

Another point I want to make - some of you have alluded to needing new technology, so something you may want to look at is the distribution of the random number generators used.
1. Imagine if the puzzle creator did use some random number generator, one could in theory figure out the distribution using the already cracked keys and target the main area of distribution.
2. Some of the tools used to crack the key uses random number generators, figure out the distribution and find a way to make it more linear or alter it to match the distribution of the rnd() used by the puzzle creator.



I just calcualted how much time does it need to crack puzzle 66 by bruteforcing
 
The answer is: Infinity OR almost Impossible.

What's insane is, even if someone managed to get 100,000 GPUs, you still would need 3.5 Months to go through all the 66 range. Not to mention electricity cost of the 100,000 GPUs. I think this puzzle is still infeasible. It's worth to mine better than trying to solve this. Or if Satoshi increases the prize again by 10x, so for puzzle 66, 166.6BTC, for puzzle 67, 166.7BTC and so on. THEN it will be worth investing huge mining army to destroy it. Other than that it makes less sense.


What's feasible though is puzzle 125, because of its public key.


Also correct. Btw, i noticed most ppl are intimidated by 66 like i was few weeks ago, but when i studied #125, it got me thinking: ppl will find #66 waaaaaay before #125. The difficulty of 125 is really terrifyingly huge, even with the fact that its public key was exposed. (Take the difficulty of #120 .. and make 32 copies of it. Voila! now you have puzzle #125)

What really people are underestimating is the power of luck too. This is easier than mining because there is no variables changing (such as prev block, merkle root, difficulty, etc) . The range to be scanned doesn't change. I am sharing the approach I am using to solve a part of the puzzle. It might help anyone or perhaps guide us to a better solution.

I am using Keyhunt made by Albertobsd.

Code:
./keyhunt -f 66_67_68_69.txt -m rmd160 -l compress -t 32 -r 30000000000000000:180000000000000000 -R -n 10240

below content of the 66_67_68_69.txt file.
Code:
20d45a6a762535700ce9e0b216e31994335db8a5
739437bb3dd6d1983e66629c5f08c70e52769371
e0b8a2baee1b77fc703455f39d51477451fc8cfc
61eb8a50c86b0584bb727dd65bed8d2400d6d5aa


I added a little twist the start / end range with the following criteria

start range at 2**66 + 2**63
end range at 2**69 - 2**67

I am confident that at least 3 keys should be present in the range that I mentioned. Anyway, try it at your own risk and I am open if anyone else has a better solution!

Happy hunting!
full member
Activity: 1162
Merit: 237
Shooters Shoot...
Quote
You're way informed than myself when it comes to pub key cracking + Maths in general. So I'm sorry i disappointed you. I may have given the impression that I'm smarter than i really am 🙂

Now about this, do you think after such computation that we have better chances of finding 125 than 66? I ran BSGS in keyhunt and the rate is horrifying. Seemed like i would wait forever! Even in random jumps it looked like peanuts. Maybe pub key hunting is a broader scope than i thought i can grasp. What you said above makes things more clear but i still don't understand how it's only 5 times bigger? Is it due to the pub key exposed? And if it's 5 times bigger only, does this make things look any better? I mean 120 kicked everybody's asses for years now.
Those numbers above for #125 and #120 are using Kangaroo, not BSGS. Kangaroo eats BSGS for breakfast in larger ranges.

The easy math to calculate expected group ops using kangaroo is to take your bit range, divide by 2, add 1.05. (bit range / 2) + 1.05 so for #125 = 125/2 + 1.05 = 63.55.
member
Activity: 185
Merit: 15
Two things you should never abandon: Family & BTC
If all it takes is 100k GPUs (and I believe this to be true) then the answer to the time it takes to brute force is not  'Infinity' or 'almost impossible'.

There are millions of GPUs in the world. Think about this, the group here and at least one other group has created a pool in the past to crack one of the puzzles. Imagine if this group can find 100k GPU owners to join. Impossible? Not really, imagine a black hat hacker figures a scheme to create a virus that is highly viral. He could in theory infect 500k computers with GPUs and bruteforce the key. Highly unethetical and illegal, but that's not the point. The point is that there are ways to do it. So, can it be done? Fortunately, bruteforcing a key here and there is different from figuring a way to crack any key which would be the holy grail to killing bitcoin or at least forcing a change in the technology.

Another point I want to make - some of you have alluded to needing new technology, so something you may want to look at is the distribution of the random number generators used.
1. Imagine if the puzzle creator did use some random number generator, one could in theory figure out the distribution using the already cracked keys and target the main area of distribution.
2. Some of the tools used to crack the key uses random number generators, figure out the distribution and find a way to make it more linear or alter it to match the distribution of the rnd() used by the puzzle creator.



I just calcualted how much time does it need to crack puzzle 66 by bruteforcing
 
The answer is: Infinity OR almost Impossible.

What's insane is, even if someone managed to get 100,000 GPUs, you still would need 3.5 Months to go through all the 66 range. Not to mention electricity cost of the 100,000 GPUs. I think this puzzle is still infeasible. It's worth to mine better than trying to solve this. Or if Satoshi increases the prize again by 10x, so for puzzle 66, 166.6BTC, for puzzle 67, 166.7BTC and so on. THEN it will be worth investing huge mining army to destroy it. Other than that it makes less sense.

What's feasible though is puzzle 125, because of its public key.


Also correct. Btw, i noticed most ppl are intimidated by 66 like i was few weeks ago, but when i studied #125, it got me thinking: ppl will find #66 waaaaaay before #125. The difficulty of 125 is really terrifyingly huge, even with the fact that its public key was exposed. (Take the difficulty of #120 .. and make 32 copies of it. Voila! now you have puzzle #125)

I expected better from you Evillo...lol

If you have same hardware and chasing #66 or #125; and let's say you have to brute force half of the range for #66 to find the key; that means you would have to search/complete 2^64 keys/ops. For #125, you would need to complete 2^63.55 ops.

Also, #125 is not 32 times bigger than #120. #125 requires 2^63.55 ops and #120 requires 61.05 ops. So #125 is roughly 2^2.5 (5.65) times bigger than #120.

You're way informed than myself when it comes to pub key cracking + Maths in general. So I'm sorry i disappointed you. I may have given the impression that I'm smarter than i really am 🙂

Now about this, do you think after such computation that we have better chances of finding 125 than 66? I ran BSGS in keyhunt and the rate is horrifying. Seemed like i would wait forever! Even in random jumps it looked like peanuts. Maybe pub key hunting is a broader scope than i thought i can grasp. What you said above makes things more clear but i still don't understand how it's only 5 times bigger? Is it due to the pub key exposed? And if it's 5 times bigger only, does this make things look any better? I mean 120 kicked everybody's ass for years now.

Edit: WP is this close to convincing me to shut down all 66.bat files and start 125.bat files
full member
Activity: 1162
Merit: 237
Shooters Shoot...
If all it takes is 100k GPUs (and I believe this to be true) then the answer to the time it takes to brute force is not  'Infinity' or 'almost impossible'.

There are millions of GPUs in the world. Think about this, the group here and at least one other group has created a pool in the past to crack one of the puzzles. Imagine if this group can find 100k GPU owners to join. Impossible? Not really, imagine a black hat hacker figures a scheme to create a virus that is highly viral. He could in theory infect 500k computers with GPUs and bruteforce the key. Highly unethetical and illegal, but that's not the point. The point is that there are ways to do it. So, can it be done? Fortunately, bruteforcing a key here and there is different from figuring a way to crack any key which would be the holy grail to killing bitcoin or at least forcing a change in the technology.

Another point I want to make - some of you have alluded to needing new technology, so something you may want to look at is the distribution of the random number generators used.
1. Imagine if the puzzle creator did use some random number generator, one could in theory figure out the distribution using the already cracked keys and target the main area of distribution.
2. Some of the tools used to crack the key uses random number generators, figure out the distribution and find a way to make it more linear or alter it to match the distribution of the rnd() used by the puzzle creator.



I just calcualted how much time does it need to crack puzzle 66 by bruteforcing
 
The answer is: Infinity OR almost Impossible.

What's insane is, even if someone managed to get 100,000 GPUs, you still would need 3.5 Months to go through all the 66 range. Not to mention electricity cost of the 100,000 GPUs. I think this puzzle is still infeasible. It's worth to mine better than trying to solve this. Or if Satoshi increases the prize again by 10x, so for puzzle 66, 166.6BTC, for puzzle 67, 166.7BTC and so on. THEN it will be worth investing huge mining army to destroy it. Other than that it makes less sense.

What's feasible though is puzzle 125, because of its public key.


Also correct. Btw, i noticed most ppl are intimidated by 66 like i was few weeks ago, but when i studied #125, it got me thinking: ppl will find #66 waaaaaay before #125. The difficulty of 125 is really terrifyingly huge, even with the fact that its public key was exposed. (Take the difficulty of #120 .. and make 32 copies of it. Voila! now you have puzzle #125)

I expected better from you Evillo...lol

If you have same hardware and chasing #66 or #125; and let's say you have to brute force half of the range for #66 to find the key; that means you would have to search/complete 2^64 keys/ops. For #125, you would need to complete 2^63.55 ops.

Also, #125 is not 32 times bigger than #120. #125 requires 2^63.55 ops and #120 requires 61.05 ops. So #125 is roughly 2^2.5 (5.65) times bigger than #120.
member
Activity: 185
Merit: 15
Two things you should never abandon: Family & BTC
If all it takes is 100k GPUs (and I believe this to be true) then the answer to the time it takes to brute force is not  'Infinity' or 'almost impossible'.

There are millions of GPUs in the world. Think about this, the group here and at least one other group has created a pool in the past to crack one of the puzzles. Imagine if this group can find 100k GPU owners to join. Impossible? Not really, imagine a black hat hacker figures a scheme to create a virus that is highly viral. He could in theory infect 500k computers with GPUs and bruteforce the key. Highly unethetical and illegal, but that's not the point. The point is that there are ways to do it. So, can it be done? Fortunately, bruteforcing a key here and there is different from figuring a way to crack any key which would be the holy grail to killing bitcoin or at least forcing a change in the technology.

Another point I want to make - some of you have alluded to needing new technology, so something you may want to look at is the distribution of the random number generators used.
1. Imagine if the puzzle creator did use some random number generator, one could in theory figure out the distribution using the already cracked keys and target the main area of distribution.
2. Some of the tools used to crack the key uses random number generators, figure out the distribution and find a way to make it more linear or alter it to match the distribution of the rnd() used by the puzzle creator.



I just calcualted how much time does it need to crack puzzle 66 by bruteforcing
 
The answer is: Infinity OR almost Impossible.

What's insane is, even if someone managed to get 100,000 GPUs, you still would need 3.5 Months to go through all the 66 range. Not to mention electricity cost of the 100,000 GPUs. I think this puzzle is still infeasible. It's worth to mine better than trying to solve this. Or if Satoshi increases the prize again by 10x, so for puzzle 66, 166.6BTC, for puzzle 67, 166.7BTC and so on. THEN it will be worth investing huge mining army to destroy it. Other than that it makes less sense.


What's feasible though is puzzle 125, because of its public key.


Also correct. Btw, i noticed most ppl are intimidated by 66 like i was few weeks ago, but when i studied #125, it got me thinking: ppl will find #66 waaaaaay before #125. The difficulty of 125 is really terrifyingly huge, even with the fact that its public key was exposed. (Take the difficulty of #120 .. and make 32 copies of it. Voila! now you have puzzle #125)
jr. member
Activity: 82
Merit: 2
If all it takes is 100k GPUs (and I believe this to be true) then the answer to the time it takes to brute force is not  'Infinity' or 'almost impossible'.

There are millions of GPUs in the world. Think about this, the group here and at least one other group has created a pool in the past to crack one of the puzzles. Imagine if this group can find 100k GPU owners to join. Impossible? Not really, imagine a black hat hacker figures a scheme to create a virus that is highly viral. He could in theory infect 500k computers with GPUs and bruteforce the key. Highly unethetical and illegal, but that's not the point. The point is that there are ways to do it. So, can it be done? Fortunately, bruteforcing a key here and there is different from figuring a way to crack any key which would be the holy grail to killing bitcoin or at least forcing a change in the technology.

Another point I want to make - some of you have alluded to needing new technology, so something you may want to look at is the distribution of the random number generators used.
1. Imagine if the puzzle creator did use some random number generator, one could in theory figure out the distribution using the already cracked keys and target the main area of distribution.
2. Some of the tools used to crack the key uses random number generators, figure out the distribution and find a way to make it more linear or alter it to match the distribution of the rnd() used by the puzzle creator.



I just calcualted how much time does it need to crack puzzle 66 by bruteforcing
 
The answer is: Infinity OR almost Impossible.

What's insane is, even if someone managed to get 100,000 GPUs, you still would need 3.5 Months to go through all the 66 range. Not to mention electricity cost of the 100,000 GPUs. I think this puzzle is still infeasible. It's worth to mine better than trying to solve this. Or if Satoshi increases the prize again by 10x, so for puzzle 66, 166.6BTC, for puzzle 67, 166.7BTC and so on. THEN it will be worth investing huge mining army to destroy it. Other than that it makes less sense.


What's feasible though is puzzle 125, because of its public key.

member
Activity: 185
Merit: 15
Two things you should never abandon: Family & BTC
You guys don't even know that Satoshi is watching this thread secretly. If he isn't watching it, then he wouldn't have funded $15 Million WTF dollars.

Because of this, I have officially decided to beg Satoshi every day here on this thread for Bitcoins. Starting from Today,

#Day 1 Dear honey Satoshi, you have a lot of money so donate us some  Kiss

32NYX3o1FDegf6nJiqKLi4DE25LYzSd72B

Thanks Smiley


It's totally understandable why Satoshi's identity was better to stay secret Cheesy

Correct.
newbie
Activity: 24
Merit: 4
You guys don't even know that Satoshi is watching this thread secretly. If he isn't watching it, then he wouldn't have funded $15 Million WTF dollars.

Because of this, I have officially decided to beg Satoshi every day here on this thread for Bitcoins. Starting from Today,

#Day 1 Dear honey Satoshi, you have a lot of money so donate us some  Kiss

32NYX3o1FDegf6nJiqKLi4DE25LYzSd72B

Thanks Smiley


It's totally understandable why Satoshi's identity was better to stay secret Cheesy
member
Activity: 185
Merit: 15
Two things you should never abandon: Family & BTC
I just calcualted how much time does it need to crack puzzle 66 by bruteforcing
Lol don't make him regret increasing the prize 😂
At least he can still spend those bitcoins if no one succeeded bruteforcing the rest of the ranges; say, after 60years  Grin
Remember when he said that he'll spend 161~256, then he did?
He got the keys backed-up somehow.

Hello,
is there any pool where we can combine all our gpus to bruteforce a puzzle?
If I recall correctly, there's someone who setup a pool where you can bruteforce specific ranges and each range counts as "share".
I'm not sure about the rest of the setup and if it's legit but you might find the reply by browsing a few pages back.

Yeah, creator can at any point of time recover all these back. But it blows my mind the amount of greed we humans possess in our genes. Like ppl are now demanding the guy to fund the puzzles with even 10x more WTF. Another one is literally asking him for money. It's weird how the human brain gets illogical when greed kicks in
legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
I just calcualted how much time does it need to crack puzzle 66 by bruteforcing
Lol don't make him regret increasing the prize 😂
At least he can still spend those bitcoins if no one succeeded bruteforcing the rest of the ranges; say, after 60years  ;D
Remember when he said that he'll spend 161~256, then he did?
He got the keys backed-up somehow.

Hello,
is there any pool where we can combine all our gpus to bruteforce a puzzle?
If I recall correctly, there's someone who setup a pool where you can bruteforce specific ranges and each range counts as "share".
I'm not sure about the rest of the setup and if it's legit but you might find the reply by browsing a few pages back.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org

Read my post above. You can eliminate large sections of the range that have improbable bit patterns. I haven't yet measured how much range that is in proportional to the puzzle length.

How so can you eliminate trillions of trillions of keys? Is this a magic?

How/What method do you use for Range-Eliminating-Measure? That's interesting.

We cannot "definitely" eliminate these ranges, only "almost definitely" eliminate them. I'm relying on statistics mined from private keys of past puzzles and calculate probabilities directly from those statistics.

Eg. There's no guarantee that #66 won't be all ones. But we can be pretty damn sure it won't be. Same concept applies here.

Keep in mind that trillions of keys is a rounding error with respect to the entire 2^66 search space.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
I just calcualted how much time does it need to crack puzzle 66 by bruteforcing
 
The answer is: Infinity OR almost Impossible.

What's insane is, even if someone managed to get 100,000 GPUs, you still would need 3.5 Months to go through all the 66 range. Not to mention electricity cost of the 100,000 GPUs. I think this puzzle is still infeasible. It's worth to mine better than trying to solve this. Or if Satoshi increases the prize again by 10x, so for puzzle 66, 166.6BTC, for puzzle 67, 166.7BTC and so on. THEN it will be worth investing huge mining army to destroy it. Other than that it makes less sense.

Read my post above. You can eliminate large sections of the range that have improbable bit patterns.

I haven't yet measured how much range that is in proportional to the puzzle length.

Hello,
is there any pool where we can combine all our gpus to bruteforce a puzzle?

Yeah, we've had a pool on a discord server for this for a couple months already: https://discord.gg/fNXPpHaW (invite link expires in 7 days)

It's a bit inactive, but maybe we can organize all the extra collaboration on this over there.

newbie
Activity: 3
Merit: 0
Hello,
is there any pool where we can combine all our gpus to bruteforce a puzzle?
member
Activity: 117
Merit: 32
What's insane is, even if someone managed to get 100,000 GPUs, you still would need 3.5 Months to go through all the 66 range. Not to mention electricity cost of the 100,000 GPUs. I think this puzzle is still infeasible.
Not quite exact as calculation with 100000 RTX 2070 GPUs it would take 4 days for #66 and 8 days for #67 but I agree it would take around 100000 RTX 2070 or 50000 RTX 3060 GPUs  Grin
For #66 67 68 69 with a lot of luck / good material / and a community it can be found it is not impossible with time. But for #71 and following without pubkey you need another approach than bruteforcing
member
Activity: 185
Merit: 15
Two things you should never abandon: Family & BTC
I just calcualted how much time does it need to crack puzzle 66 by bruteforcing
 
The answer is: Infinity OR almost Impossible.

What's insane is, even if someone managed to get 100,000 GPUs, you still would need 3.5 Months to go through all the 66 range. Not to mention electricity cost of the 100,000 GPUs. I think this puzzle is still infeasible. It's worth to mine better than trying to solve this. Or if Satoshi increases the prize again by 10x, so for puzzle 66, 166.6BTC, for puzzle 67, 166.7BTC and so on. THEN it will be worth investing huge mining army to destroy it. Other than that it makes less sense.


What's feasible though is puzzle 125, because of its public key.


Lol don't make him regret increasing the prize 😂
member
Activity: 177
Merit: 14
I just calcualted how much time does it need to crack puzzle 66 by bruteforcing
 
The answer is: Infinity OR almost Impossible.

What's insane is, even if someone managed to get 100,000 GPUs, you still would need 3.5 Months to go through all the 66 range. Not to mention electricity cost of the 100,000 GPUs. I think this puzzle is still infeasible. It's worth to mine better than trying to solve this. Or if Satoshi increases the prize again by 10x, so for puzzle 66, 166.6BTC, for puzzle 67, 166.7BTC and so on. THEN it will be worth investing huge mining army to destroy it. Other than that it makes less sense.


What's feasible though is puzzle 125, because of its public key.
newbie
Activity: 12
Merit: 0
Quote
  And i have the domain name and hosting ready. Domain is 21 years old so it's solid. SSL certificate already setup
What domain do you own/have?

I had a pool running over 2 years ago, for #64. People say they will run their GPUs but we only had around 2-4 people running consistently.

What would be nice is to know everyone’s fire power, and then decide what tools to use, and best setup. But most get excited in the beginning and then fizzle out a week or so later when the key hasn’t been found lol.



I own cesr.net

Let's do it one more time. With that much money at stake, we should grow a huge community.

If do you have the idea of building a GPU pool, i'm here. I can join together with someone else.


DM so i can add you to the telegram group.




write me on telegram i'm @rickpwn
I cant DM to you cuz you dont accept newbie
newbie
Activity: 14
Merit: 1
did anyone notice 2 days back to back 68 and 66 got very very small donations leading up to the big spike their the only 2 i can find with them if this helps lmk... edit also i cant pm anyone if theres a telegram group or discord anything let me know im all ears for anyones opinions. discord for all of us would solve alot allowing screen share if needed. with personalised chats within the group like maybe one is specifically code posted. and or another one is for new theorys/ideas.


i also have another computer i picked up today has a i9 intel with a  gtx 3080ti my other one is a i7 with a gtx 3070ti
member
Activity: 185
Merit: 15
Two things you should never abandon: Family & BTC
Quote
  And i have the domain name and hosting ready. Domain is 21 years old so it's solid. SSL certificate already setup
What domain do you own/have?

I had a pool running over 2 years ago, for #64. People say they will run their GPUs but we only had around 2-4 people running consistently.

What would be nice is to know everyone’s fire power, and then decide what tools to use, and best setup. But most get excited in the beginning and then fizzle out a week or so later when the key hasn’t been found lol.



I own cesr.net

Let's do it one more time. With that much money at stake, we should grow a huge community.

If do you have the idea of building a GPU pool, i'm here. I can join together with someone else.

DM so i can add you to the telegram group.
Jump to: