Author

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

newbie
Activity: 26
Merit: 0
arulbero

please help earn a lot of bitcoins
https://www.blockchain.com/de/btc/tx/17e4e323cfbc68d7f0071cad09364e8193eedf8fefbcbd8a21b4b65717a4b3d3
public keys  20
pazzel 32
1ERyghhbvtTfeJcEoBGXGhH3Yt31Q8UgHc 5 BTC please please please  Cry
jr. member
Activity: 47
Merit: 13
01 0000000000000000000000000000000000000000000000000000000000000001 1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH
02 0000000000000000000000000000000000000000000000000000000000000003 1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb
03 0000000000000000000000000000000000000000000000000000000000000007 19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA
....
60 0000000000000000000000000000000000000000000000000fc07a1825367bbe  1Kn5h2qpgw9mWE5jKpk8PP4qvvJ1QVy8su
61 00000000000000000000000000000000000000000000000013C96A3742F64906 1AVJKwzs9AskraJLGHAZPiaZcrpDr1U6AB

65 000000000000000000000000000000000000000000000001a838b13505b26867 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe 


Code:
Private key : 000000000000000000000000000000000000000000000001a838b13505b26867
Public key  : 30210c23b1a047bc9bdbb13448e67deddc108946de6de639bcc75d47c0216b1b e383c4a8ed4fac77c0d2ad737d8499a362f483f8fe39d1e86aaed578a9455dfc

PrKey WIF c.: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qZM21gaY8WN2CdwnTG57
Address c.  : 52e763a7ddc1aa4fa811578c491c1bc7fd570137
Address c.  : 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe

I'm still trying to use the code in https://gist.github.com/jhoenicke/2e39b3c6c49b1d7b216b8626197e4b89 but I don't have enough RAM I think.   Sad
jr. member
Activity: 47
Merit: 13
Somebody Found the # 70? It was spent.

Arulbero, can you help us finding the PrivKey?

You are the only one that has the working code for that  Grin

PubKey is: 0490e6900a58d33393bc1097b5aed31f2e4e7cbd3e5466af958665bc0121248483d7319f127105f 492fd15e009b103b4a83295722f28f07c95f9a5443ef8e77ce0

 Shocked Grin
newbie
Activity: 26
Merit: 0
no it's not a pool
newbie
Activity: 26
Merit: 0
the developer decided to pick up the bitcoin to which the translations were and place them on one address
jr. member
Activity: 138
Merit: 2
And it seems to me that some kind of large mining pool switched to finding and solving the puzzle,if so then we are waiting for a very fast emptying of all addresses   Grin Grin Grin
member
Activity: 259
Merit: 47
Fast fu...ing Gonzales!  Grin Grin Grin
member
Activity: 259
Merit: 47
Code:
break-short.c:23:17: warning: left shift count >= width of type [-Wshift-count-overflow]
 #define GSTEP (1<<32)
                 ^
Maximum 29 for compile wihtout error.

But there other problems. Where get public key for next address, without transaction and privat key?
member
Activity: 166
Merit: 16
Much further back he talked about how the prog (in your link) uses uint32_t which has a significant chance of causing false positives. to get 65 you'd have to be able to do at least 1<<32.  if you do uint64_t (the hashtable wil take up more memory) but you won't get the false positives.




01 0000000000000000000000000000000000000000000000000000000000000001 1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH
02 0000000000000000000000000000000000000000000000000000000000000003 1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb
03 0000000000000000000000000000000000000000000000000000000000000007 19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA
....
60 0000000000000000000000000000000000000000000000000fc07a1825367bbe  1Kn5h2qpgw9mWE5jKpk8PP4qvvJ1QVy8su
61 00000000000000000000000000000000000000000000000013C96A3742F64906 1AVJKwzs9AskraJLGHAZPiaZcrpDr1U6AB

65 000000000000000000000000000000000000000000000001a838b13505b26867 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe 


Code:
Private key : 000000000000000000000000000000000000000000000001a838b13505b26867
Public key  : 30210c23b1a047bc9bdbb13448e67deddc108946de6de639bcc75d47c0216b1b e383c4a8ed4fac77c0d2ad737d8499a362f483f8fe39d1e86aaed578a9455dfc

PrKey WIF c.: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qZM21gaY8WN2CdwnTG57
Address c.  : 52e763a7ddc1aa4fa811578c491c1bc7fd570137
Address c.  : 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe

Thanks
How long did it take and how much mem does it require ...
 
#define GSTEP (1<<29)

is enough or more is needed?


I've just looked back at your previous posts and found out that you have your own code that you are not willing to share Smiley ...
I was just wondering if it can be done with this code ? :
https://gist.github.com/jhoenicke/2e39b3c6c49b1d7b216b8626197e4b89

I tried this

#define GSTEP (1<<28)
#define NUMPUBKEYS 1
unsigned char rawpubkeys[NUMPUBKEYS][33] = {
    {
0x02,0x30,0x21,0x0c,0x23,0xb1,0xa0,0x47,0xbc,0x9b,0xdb,0xb1,0x34,0x48,0xe6,0x7d,0xed,0xdc,0x10,0x89,0x46,0xde,0x6d,0xe6,0x39,0xbc,0xc7,0x5d,0x47,0xc0,0x21,0x6b,0x1b
    } /* 65 */
   };

And got this Huh
Found private key  1:  28e6c7bff92dbd1 or  28e6c7c006d242f
obviously wrong




member
Activity: 245
Merit: 17
01 0000000000000000000000000000000000000000000000000000000000000001 1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH
02 0000000000000000000000000000000000000000000000000000000000000003 1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb
03 0000000000000000000000000000000000000000000000000000000000000007 19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA
....
60 0000000000000000000000000000000000000000000000000fc07a1825367bbe  1Kn5h2qpgw9mWE5jKpk8PP4qvvJ1QVy8su
61 00000000000000000000000000000000000000000000000013C96A3742F64906 1AVJKwzs9AskraJLGHAZPiaZcrpDr1U6AB

65 000000000000000000000000000000000000000000000001a838b13505b26867 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe 


Code:
Private key : 000000000000000000000000000000000000000000000001a838b13505b26867
Public key  : 30210c23b1a047bc9bdbb13448e67deddc108946de6de639bcc75d47c0216b1b e383c4a8ed4fac77c0d2ad737d8499a362f483f8fe39d1e86aaed578a9455dfc

PrKey WIF c.: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qZM21gaY8WN2CdwnTG57
Address c.  : 52e763a7ddc1aa4fa811578c491c1bc7fd570137
Address c.  : 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe

Thanks
How long did it take and how much mem does it require ...
 
#define GSTEP (1<<29)

is enough or more is needed?


I've just looked back at your previous posts and found out that you have your own code that you are not willing to share Smiley ...
I was just wondering if it can be done with this code ? :
https://gist.github.com/jhoenicke/2e39b3c6c49b1d7b216b8626197e4b89

I tried this

#define GSTEP (1<<28)
#define NUMPUBKEYS 1
unsigned char rawpubkeys[NUMPUBKEYS][33] = {
    {
0x02,0x30,0x21,0x0c,0x23,0xb1,0xa0,0x47,0xbc,0x9b,0xdb,0xb1,0x34,0x48,0xe6,0x7d,0xed,0xdc,0x10,0x89,0x46,0xde,0x6d,0xe6,0x39,0xbc,0xc7,0x5d,0x47,0xc0,0x21,0x6b,0x1b
    } /* 65 */
   };

And got this Huh
Found private key  1:  28e6c7bff92dbd1 or  28e6c7c006d242f
obviously wrong



member
Activity: 245
Merit: 17
01 0000000000000000000000000000000000000000000000000000000000000001 1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH
02 0000000000000000000000000000000000000000000000000000000000000003 1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb
03 0000000000000000000000000000000000000000000000000000000000000007 19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA
....
60 0000000000000000000000000000000000000000000000000fc07a1825367bbe  1Kn5h2qpgw9mWE5jKpk8PP4qvvJ1QVy8su
61 00000000000000000000000000000000000000000000000013C96A3742F64906 1AVJKwzs9AskraJLGHAZPiaZcrpDr1U6AB

65 000000000000000000000000000000000000000000000001a838b13505b26867 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe 


Code:
Private key : 000000000000000000000000000000000000000000000001a838b13505b26867
Public key  : 30210c23b1a047bc9bdbb13448e67deddc108946de6de639bcc75d47c0216b1b e383c4a8ed4fac77c0d2ad737d8499a362f483f8fe39d1e86aaed578a9455dfc

PrKey WIF c.: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qZM21gaY8WN2CdwnTG57
Address c.  : 52e763a7ddc1aa4fa811578c491c1bc7fd570137
Address c.  : 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe

Thanks
How long did it take and how much mem does it require ...
 
#define GSTEP (1<<29)

is enough or more is needed?
legendary
Activity: 2646
Merit: 1138
All paid signature campaigns should be banned.
By the way, and you know why their puzzle addresses were removed from the 161st?
My thought is that this is the limit of public addresses. That is the further search in the theory goes on a circle.
Because all the funds from 161 through 255 were redundant (Bitcoin addresses only use 160 bits) the author of the puzzle moved all the funds from the 160-255 ranged down into the 1-160 range.  It is explained up thread.
legendary
Activity: 1948
Merit: 2097
01 0000000000000000000000000000000000000000000000000000000000000001 1BgGZ9tcN4rm9KBzDn7KprQz87SZ26SAMH
02 0000000000000000000000000000000000000000000000000000000000000003 1CUNEBjYrCn2y1SdiUMohaKUi4wpP326Lb
03 0000000000000000000000000000000000000000000000000000000000000007 19ZewH8Kk1PDbSNdJ97FP4EiCjTRaZMZQA
....
60 0000000000000000000000000000000000000000000000000fc07a1825367bbe  1Kn5h2qpgw9mWE5jKpk8PP4qvvJ1QVy8su
61 00000000000000000000000000000000000000000000000013C96A3742F64906 1AVJKwzs9AskraJLGHAZPiaZcrpDr1U6AB

65 000000000000000000000000000000000000000000000001a838b13505b26867 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe 


Code:
Private key : 000000000000000000000000000000000000000000000001a838b13505b26867
Public key  : 30210c23b1a047bc9bdbb13448e67deddc108946de6de639bcc75d47c0216b1b e383c4a8ed4fac77c0d2ad737d8499a362f483f8fe39d1e86aaed578a9455dfc

PrKey WIF c.: KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qZM21gaY8WN2CdwnTG57
Address c.  : 52e763a7ddc1aa4fa811578c491c1bc7fd570137
Address c.  : 18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe
member
Activity: 245
Merit: 17
            the most interesting thing is that the cache is not touched ,which means that it is not found the key ,and the owner came and took it.  https://www.blockchain.com/ru/bch/address/18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe  Grin Grin Grin



It's done. Bch cashed too. I did'nt have enough RAM to get to  the key  from the tx signature .... Sad
member
Activity: 259
Merit: 47
By the way, and you know why their puzzle addresses were removed from the 161st?
My thought is that this is the limit of public addresses. That is the further search in the theory goes on a circle.
member
Activity: 259
Merit: 47
            the most interesting thing is that the cache is not touched ,which means that it is not found the key ,and the owner came and took it.  https://www.blockchain.com/ru/bch/address/18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe  Grin Grin Grin
If the owner needed the funds, he would spend them, and so they were transferred to a null multi-address address and hung there.
newbie
Activity: 54
Merit: 0
jr. member
Activity: 138
Merit: 2
            the most interesting thing is that the cache is not touched ,which means that it is not found the key ,and the owner came and took it.  https://www.blockchain.com/ru/bch/address/18ZMbwUFLMHoZBbfpCjUJQTCMCbktshgpe  Grin Grin Grin
member
Activity: 245
Merit: 17
newbie
Activity: 66
Merit: 0
Can this "Birthday paradox" be used for this option?.
PoB (Paradox of Birthdays)
PoB as an average prvkey distribution (if believe the statistics), the next time (#62) it should not work.
That is, if #61 it was necessary to search in 30% already win, then now the opposite is true - in 60% never win.
And big problem is that it is not stable.
If you were waiting for the moment know it(#61) was Grin
PoB as recurring characters more stable, it + ~50%.

But, see simple calculation
#55 had a ~50% profitability (use VanityGen) compared to the complexity of mining (end 2018, excluding electricity costs).
(if the seeker is unlucky, and he goes through the whole range and finds the key at the end - he will still receive ~50% of the profit, compared to the mining)
#58 had a ~50% profitability (use BitCrack) compared to the complexity of mining.
#59 had a ~50% profitability (use BitCrack) compared to the complexity of mining only if seeker is lucky and 0% if unlucky.
Suppose that BitCrack can work another 2x faster (in theoretically limit), according to information from this and other topics.
Than #60 - last puzzle, where profit was possible (in theory).
Conclusion - the puzzle is no longer profitable! (only if the author increases the award or mining will not be profitable by 4x+more)
Solve the puzzles for fame? Ok, why not?..
But having opened the blockchain, I don’t see any glory from #58, except for the simple draining of the address Undecided

you can try and buy hashpower from nicehash
They will not go for it. Because need to add BitCrack as a new algorithm and enter the payment rate. There are lots of programs to calculate, but they do not add them. I think they are simply not profitable. It's sad, because this project that has a great opportunity to consider not useless PoW, but something real.
What about Amazon? 4x-10x expensive vs mining.
What about FPGA? 10x expensive vs gpu, but how many X speedup? (some info 10x, gpus equal, but electricity costs 10x profit)

I agree. difficulty 2^61
the gpu that eats 150 watts and gives 150Mkey/s  to go through all the keys 2^61 eats 640000 kilowatt = 19000$(cost 0.03$/kWh)-64000$(0.1$/kWh Grin Grin Grin)
Jump to: