Bitcoin Forum
May 28, 2024, 11:22:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 [98] 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 ... 256 »
  Print  
Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 188612 times)
Evillo
Member
**
Offline Offline

Activity: 185
Merit: 15

Two things you should never abandon: Family & BTC


View Profile
October 05, 2022, 01:04:41 PM
Last edit: October 06, 2022, 02:42:22 AM by Evillo
Merited by nc50lc (1)
 #1941

Quote

[2022-10-01.14:26:29] [Info] Address     : 13zb1hQbWMzfvBudo1G28SjrDjwpcY8PA9
                             Private key : 319AFC93A46A34462
                             Compressed  : yes
                             Public key  : 03BA713FDDD4D0E475A60D3057F2E33B18A50B40827EF3728B4EE9E86C444D23C5

It's not just about the beginning of the address... There are tons of those... more about the similarities between the beginning and the end of the address..

13zb1hQbwfhhEryPWBrAioLY5tiFLrhs5o


And the main feature of sha256 hex pvt key that makes it secure in the first place is, once you change even one letter in (input) string, the entire hex output changes! This works both way, if you change the output (the sha256 32 byte) , the input will be hugely different. And to make things even harder, that's just one hash function, now let's continue the process of generating the address: we're doing ripemd of the sha256 of the resulting pub key to get the address .. By design, this means that whatever comes out as an address will change significantly after all that hashing we went through. This means that you can have trillions and trillions of addresses starting with 13zb1hQ.... Spread around the entire 256 bit range leaving you with the fact that none of them is the exact address you're looking for. Someone then might ask then why would we search by prefix instead of addresses?! The answer is simple: it's way faster to look for part of the address. That's the only advantage. But It doesn't say anything about determining the range.

Cool Story Bro.
BTC: 1EviLLo1Y5VeNn2Lajv9tdZTkUuVgePVYN
Jolly Jocker
Jr. Member
*
Offline Offline

Activity: 49
Merit: 1


View Profile
October 06, 2022, 11:22:18 PM
 #1942

Quote
And the main feature of sha256 hex pvt key that makes it secure in the first place is, once you change even one letter in (input) string, the entire hex output changes! This works both way, if you change the output (the sha256 32 byte) , the input will be hugely different. And to make things even harder, that's just one hash function, now let's continue the process of generating the address: we're doing ripemd of the sha256 of the resulting pub key to get the address .. By design, this means that whatever comes out as an address will change significantly after all that hashing we went through. This means that you can have trillions and trillions of addresses starting with 13zb1hQ.... Spread around the entire 256 bit range leaving you with the fact that none of them is the exact address you're looking for. Someone then might ask then why would we search by prefix instead of addresses?! The answer is simple: it's way faster to look for part of the address. That's the only advantage. But It doesn't say anything about determining the range.

Thanks for the detail... but the people who program themselves and work with hashes know that.. But that's not the content of the "statement"..
It only represents the difficulty of the search for the target address.. seen in this way, the difficulty is the incentive.. it inspires, it brings new ideas to the programming, new ways to solve the problem...
Evillo
Member
**
Offline Offline

Activity: 185
Merit: 15

Two things you should never abandon: Family & BTC


View Profile
October 07, 2022, 08:33:41 AM
Last edit: October 11, 2022, 08:35:38 AM by Evillo
 #1943

Quote
And the main feature of sha256 hex pvt key that makes it secure in the first place is, once you change even one letter in (input) string, the entire hex output changes! This works both way, if you change the output (the sha256 32 byte) , the input will be hugely different. And to make things even harder, that's just one hash function, now let's continue the process of generating the address: we're doing ripemd of the sha256 of the resulting pub key to get the address .. By design, this means that whatever comes out as an address will change significantly after all that hashing we went through. This means that you can have trillions and trillions of addresses starting with 13zb1hQ.... Spread around the entire 256 bit range leaving you with the fact that none of them is the exact address you're looking for. Someone then might ask then why would we search by prefix instead of addresses?! The answer is simple: it's way faster to look for part of the address. That's the only advantage. But It doesn't say anything about determining the range.

Thanks for the detail... but the people who program themselves and work with hashes know that.. But that's not the content of the "statement"..
It only represents the difficulty of the search for the target address.. seen in this way, the difficulty is the incentive.. it inspires, it brings new ideas to the programming, new ways to solve the problem...


Yes and No ..

Yes, it does inspire to find solutions. After all, that's how humans evolved. Being Incredibly curious is what gave us the competitive advantage over all other creatures. However, it's very important to know what you're dealing with before raising hopes high. Puzzle #66 is 36+ million trillion private keys.. and this means you're gonna encounter tons and tons of prefixes and only one of them is the right one. Trying to make a statistical analysis out of these is like trying to find a similar pattern across the whole universe. You are looking for only one Earth among too many Goldilock zone Earths in the Cosmos. There will be no pattern leading you to it. You just have to brute force your way through planets until you find that exact one Earth. No mathematical formula will get you there. Sure it can lead you to many Earth-like planets, but it doesn't find your exact desired Earth.

That being said, we don't even have to find a pattern in order to reach the private key, we only have to keep searching long enough until we find it, just like #64 got solved by keeping at it. In fact, it blew me away that within the exact month i thought we were never gonna solve it, someone solves it and proves me wrong. Nothing is impossible when it comes to luck and randomness. But then again, Luck and randomness do not get predicted, and that's why they're the only way to beat huge numbers. I'm so grateful they exist

Cool Story Bro.
BTC: 1EviLLo1Y5VeNn2Lajv9tdZTkUuVgePVYN
Jolly Jocker
Jr. Member
*
Offline Offline

Activity: 49
Merit: 1


View Profile
October 07, 2022, 10:01:19 PM
Last edit: October 07, 2022, 10:13:53 PM by Jolly Jocker
 #1944

Quote

Yes and No ..

Yes, it does inspire to find solutions. After all, that's how humans evolved. Being Incredibly curious is what gave us the competitive advantage over all other creatures. However, it's very important to know what you're dealing with before raising hopes high. Puzzle #66 is 72 million trillion private keys.. and this means you're gonna encounter tons and tons of prefixes and only one of them is the right one. Trying to make a statistical analysis out of these is like trying to find a similar pattern across the whole universe. You are looking for only one Earth among too many Goldilock zone Earths in the Cosmos. There will be no pattern leading you to it. You just have to brute force your way through planets until you find that exact one Earth. No mathematical formula will get you there. Sure it can lead you to many Earth-like planets, but it doesn't find your exact desired Earth.

That being said, we don't even have to find a pattern in order to reach the private key, we only have to keep searching long enough until we find it, just like #64 got solved by keeping at it. In fact, it blew me away that within the exact month i thought we were never gonna solve it, someone solves it and proves me wrong. Nothing is impossible when it comes to luck and randomness. But then again, Luck and randomness do not get predicted, and that's why they're the only way to beat huge numbers. I'm so grateful they exist

yes, we are looking for a logarithm, a clue.. a system in the structure...
but the hash is so sophisticated that the patterns like 13zb1hQ... don't repeat themselves regularly... but you can still scan for system... divide the entire range into smaller areas and based on the addresses already found, a certain start/end point enclose. Of course, this should also be enjoyed with caution... ^^
"The route is the goal"...

I scan with more than 600 MKeys/s and, as I said, I divided the range into smaller areas... it's still a matter of luck... because I can't scan the entire area, the computing power is far from sufficient for that... .

Nonetheless, good luck!
Evillo
Member
**
Offline Offline

Activity: 185
Merit: 15

Two things you should never abandon: Family & BTC


View Profile
October 08, 2022, 06:49:30 AM
 #1945

Quote

Yes and No ..

Yes, it does inspire to find solutions. After all, that's how humans evolved. Being Incredibly curious is what gave us the competitive advantage over all other creatures. However, it's very important to know what you're dealing with before raising hopes high. Puzzle #66 is 72 million trillion private keys.. and this means you're gonna encounter tons and tons of prefixes and only one of them is the right one. Trying to make a statistical analysis out of these is like trying to find a similar pattern across the whole universe. You are looking for only one Earth among too many Goldilock zone Earths in the Cosmos. There will be no pattern leading you to it. You just have to brute force your way through planets until you find that exact one Earth. No mathematical formula will get you there. Sure it can lead you to many Earth-like planets, but it doesn't find your exact desired Earth.

That being said, we don't even have to find a pattern in order to reach the private key, we only have to keep searching long enough until we find it, just like #64 got solved by keeping at it. In fact, it blew me away that within the exact month i thought we were never gonna solve it, someone solves it and proves me wrong. Nothing is impossible when it comes to luck and randomness. But then again, Luck and randomness do not get predicted, and that's why they're the only way to beat huge numbers. I'm so grateful they exist

yes, we are looking for a logarithm, a clue.. a system in the structure...
but the hash is so sophisticated that the patterns like 13zb1hQ... don't repeat themselves regularly... but you can still scan for system... divide the entire range into smaller areas and based on the addresses already found, a certain start/end point enclose. Of course, this should also be enjoyed with caution... ^^
"The route is the goal"...

I scan with more than 600 MKeys/s and, as I said, I divided the range into smaller areas... it's still a matter of luck... because I can't scan the entire area, the computing power is far from sufficient for that... .

Nonetheless, good luck!

No disagreement. But if i could offer any advice, with only 600 mil/s , it's better after dividing the big range into smaller ones, to search within those subranges "randomly". That's the advice i would tell anyone including myself. Going through subranges of 66 bits sequentially is gonna take longer to reach target address than it would take quantum computers to reach 10 million Qubits.. Meaning you'll most likely still not find anything before a teen with a tiny knowledge of Python rents a cloud quantum computer in the future and still finds it before you do

Cool Story Bro.
BTC: 1EviLLo1Y5VeNn2Lajv9tdZTkUuVgePVYN
Jolly Jocker
Jr. Member
*
Offline Offline

Activity: 49
Merit: 1


View Profile
October 08, 2022, 01:44:06 PM
 #1946

Quote
'....it's better after dividing the big range into smaller ones, to search within those subranges "randomly"'.

That's what I do.... that's exactly how I work.. Smiley I'm not a newbie in this matter.... But better with 600 MKeys/s than not looking for it at all... ^^
Evillo
Member
**
Offline Offline

Activity: 185
Merit: 15

Two things you should never abandon: Family & BTC


View Profile
October 09, 2022, 04:38:16 AM
 #1947

Quote
'....it's better after dividing the big range into smaller ones, to search within those subranges "randomly"'.

That's what I do.... that's exactly how I work.. Smiley I'm not a newbie in this matter.... But better with 600 MKeys/s than not looking for it at all... ^^

Yep, and it's not so far fetched either when searching with less power .. i remember someone solving an ethereum block with a very tiny mining rig .. solo

Cool Story Bro.
BTC: 1EviLLo1Y5VeNn2Lajv9tdZTkUuVgePVYN
Evillo
Member
**
Offline Offline

Activity: 185
Merit: 15

Two things you should never abandon: Family & BTC


View Profile
October 09, 2022, 07:13:46 AM
 #1948

I wish we would have any quantum computing students or gurus here to discuss how many Qubits we need to break as much as 66 bits .. I'm guessing around 1000-3000 at most .. Quantum computing is amazingly useful when it comes to cryptography.

Cool Story Bro.
BTC: 1EviLLo1Y5VeNn2Lajv9tdZTkUuVgePVYN
Jolly Jocker
Jr. Member
*
Offline Offline

Activity: 49
Merit: 1


View Profile
October 09, 2022, 11:53:12 AM
 #1949

I wish we would have any quantum computing students or gurus here to discuss how many Qubits we need to break as much as 66 bits .. I'm guessing around 1000-3000 at most .. Quantum computing is amazingly useful when it comes to cryptography.

The "quantum leap" will come one day for us too, i'm confident at Nvidia, they are constantly working on the further development of their processors.. let's take a look at the developer cards... the computing power is overwhelming and will certainly continue to increase. Sure, it's not a comparison to the quantum computer... but but...
Evillo
Member
**
Offline Offline

Activity: 185
Merit: 15

Two things you should never abandon: Family & BTC


View Profile
October 09, 2022, 02:01:34 PM
 #1950

I wish we would have any quantum computing students or gurus here to discuss how many Qubits we need to break as much as 66 bits .. I'm guessing around 1000-3000 at most .. Quantum computing is amazingly useful when it comes to cryptography.

The "quantum leap" will come one day for us too, i'm confident at Nvidia, they are constantly working on the further development of their processors.. let's take a look at the developer cards... the computing power is overwhelming and will certainly continue to increase. Sure, it's not a comparison to the quantum computer... but but...

They're relentless already. Check out NVIDIA's "Hybrid Quantum-Classical Computing Platform" .. and "cuQuantum SDK"

Cool Story Bro.
BTC: 1EviLLo1Y5VeNn2Lajv9tdZTkUuVgePVYN
Jolly Jocker
Jr. Member
*
Offline Offline

Activity: 49
Merit: 1


View Profile
October 09, 2022, 05:15:46 PM
 #1951

Quote

They're relentless already. Check out NVIDIA's "Hybrid Quantum-Classical Computing Platform" .. and "cuQuantum SDK"

WOW! Thanks a lot for this information... THUMBS UP!
frozenen
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 11, 2022, 07:49:30 AM
 #1952

pubhunt seems very limited, would it be easier to search for the public key using the hash160 first for puzz#66 then use kangaroo. Or is the difficulty to find the public key even harder then finding the actual private key. I've been searching for a Month for #66 using various methods but are we certain the range is 20000000000000000  -  3ffffffffffffffff  , I don't think its on the 319 range, who has better guess to the range?
Evillo
Member
**
Offline Offline

Activity: 185
Merit: 15

Two things you should never abandon: Family & BTC


View Profile
October 11, 2022, 08:14:39 AM
Last edit: October 11, 2022, 09:44:30 AM by Evillo
 #1953

pubhunt seems very limited, would it be easier to search for the public key using the hash160 first for puzz#66 then use kangaroo. Or is the difficulty to find the public key even harder then finding the actual private key. I've been searching for a Month for #66 using various methods but are we certain the range is 20000000000000000  -  3ffffffffffffffff  , I don't think its on the 319 range, who has better guess to the range?

The difficulty for finding a public key that opens puzzle #66 is as difficult as trying to find the public key of a bitcoin's dead address .. or any other ordinary address  .. i e: 256 bits difficulty .. so in this case brute forcing the entire 66 bit range is more likely achievable than trying to search for an unknown public key

Your second question reminds me of the doubt we heard earlier about puzzle #64, where it took too long for ppl to find the key that some even started to doubt the range entirely is wrong or intentionally misleading by the puzzle creator. Ppl tend to forget the fact that 64 bits, and even worse, puzzle #66 are too huge that it could normally take decades to find the keys within their ranges ..To give you a feel of how big the range is, a gpu with a power of 500 million keys/seconds will finish the entire 66 bits range in 2339 Years   Shocked

 if you ask me where the key might be located, my one and only answer is: it can be anywhere within 20000000000000000  -  3ffffffffffffffff

Meaning there is no clues here .. no narrowing down options .. no predictions .. no pattern .. we have to randomly search our way into this range until one lucky bastard among us eventually finds it.



Hope that answers your questions

Cool Story Bro.
BTC: 1EviLLo1Y5VeNn2Lajv9tdZTkUuVgePVYN
frozenen
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 11, 2022, 09:44:44 AM
 #1954

I wonder if anyone here has ever found any public key with pubhunt???

I think you are right someone lucky will eventually find #66 cause the way I see it is the last 12 characters can easily be brute forced, less than a day with 3 RTX GPUs for entire range

the very first character is a 2 or 3 take your pick, then its really the next 4 characters after that needs to be guessed. The probability of someone being lucky is high but most people give up after a few weeks I reckon.

I have searched a number of ranges I know the key is not in, If there was a place people were willing to collab I think it would be found quicker but I guess everyone just solo
casinotester0001
Member
**
Offline Offline

Activity: 194
Merit: 67

'Bitcoin signature chain' & '1 pixel inscriptions'


View Profile
October 11, 2022, 09:56:33 AM
 #1955

I have searched a number of ranges I know the key is not in, If there was a place people were willing to collab I think it would be found quicker but I guess everyone just solo

http://www.ttdsales.com/66bit/login.php
This site was created to collectively solve bit 66 of the Bitcoin puzzle challenge.
frozenen
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 11, 2022, 10:09:02 AM
 #1956

Ok wow I've never heard of this http://www.ttdsales.com/66bit/login.php

I have signed up and will add some hash to it, hopefully they will honestly distribute the btc if found though!
Evillo
Member
**
Offline Offline

Activity: 185
Merit: 15

Two things you should never abandon: Family & BTC


View Profile
October 11, 2022, 10:21:10 AM
 #1957

I have searched a number of ranges I know the key is not in, If there was a place people were willing to collab I think it would be found quicker but I guess everyone just solo

http://www.ttdsales.com/66bit/login.php
This site was created to collectively solve bit 66 of the Bitcoin puzzle challenge.

Like the Large Bitcoin Collider .. still 16 billion keys/s seem too small for a collab work .. need many more people to join .. problem with such method is it has diminishing return:

- Too few ppl in the collab would mean collab is not worth it compared to solo.
- Many ppl in the collab would mean your cut of the prize is very minimal compared to the resources/power you've contributed to that collab search .. the more ppl joining, the more the chance of solving the key but at the same time the less each one receives as a reward.

 i think I'm gonna stick to Solo searching .. who knows

Cool Story Bro.
BTC: 1EviLLo1Y5VeNn2Lajv9tdZTkUuVgePVYN
citb0in
Hero Member
*****
Offline Offline

Activity: 686
Merit: 709


Bitcoin g33k


View Profile
October 11, 2022, 11:19:31 AM
 #1958

True

  _      _   _       __  _          _  _   __
 |_) |  / \|/   (_  / \ | \  / |_ |_) (_ 
 |_) |_ \_/ \_ |\   __) \_/ |_ \/  |_ | \ __)
--> citb0in Solo-Mining Group <--- low stake of only 0.001 BTC. We regularly rent about 5 PH/s hash power and direct it to SoloCK pool. Wanna know more? Read through the link and JOIN NOW
Evillo
Member
**
Offline Offline

Activity: 185
Merit: 15

Two things you should never abandon: Family & BTC


View Profile
October 11, 2022, 11:33:56 AM
 #1959

I wonder if anyone here has ever found any public key with pubhunt???

I think you are right someone lucky will eventually find #66 cause the way I see it is the last 12 characters can easily be brute forced, less than a day with 3 RTX GPUs for entire range

the very first character is a 2 or 3 take your pick, then its really the next 4 characters after that needs to be guessed. The probability of someone being lucky is high but most people give up after a few weeks I reckon.

I have searched a number of ranges I know the key is not in, If there was a place people were willing to collab I think it would be found quicker but I guess everyone just solo

If 3 RTX 3090 can finish 12 digits in an hour, such range and power against it would narrow down the entire range search time to 15 years:

16^4 = 65536 ranges to search
This is if you only pick 2 or 3 (the first significant bit)
Then if you choose to search both:
65536 x 2 = 131072 ranges to search
As each range would take one hour to finish .. we now need 131072 hours to search the entire range
131072 ÷ 24 hours = 5461 days
5461 ÷ 365 days = 14.9 years

Cool Story Bro.
BTC: 1EviLLo1Y5VeNn2Lajv9tdZTkUuVgePVYN
frozenen
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
October 11, 2022, 11:59:42 AM
 #1960

http://www.ttdsales.com/66bit/index.php  doesn't even register my RTX3060ti hash running for over an hour so yeah not a great option!
Pages: « 1 ... 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 [98] 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 ... 256 »
  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!