Bitcoin Forum
May 09, 2024, 07:59:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 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 ... 252 »
  Print  
Author Topic: Bitcoin puzzle transaction ~32 BTC prize to who solves it  (Read 186671 times)
zielar
Full Member
***
Offline Offline

Activity: 277
Merit: 106


View Profile
July 16, 2019, 08:00:21 PM
 #1181

There is nothing "hacked" so far. The Distributed Pollard Kangaroo algorithm is known since 2000.

Let's get some numbers for the 90 bit challenge:

BitCrack runs at about 715 MKeys/s on Tesla V100 - look here.
If we remove hash160, the rate would be 1430 Mj/s. Mj here stands for million kangaroo jumps.
The algorithm has expected run time 2*sqrt(b-a) jumps, here b-a = 289.
This gives expected running time of 09:39:55.
Looks quite fast.
Of course this is just a probability, if lucky, the time goes down to 3-4 hours, or not lucky, then time doubles to 18-20 hours.
Or really unlucky, with triple the expected run time - 1 day 04:59:47.
Since the algorithm scales linearly, one could use multiple V100, let's say 8, resulting in expected time 01:12:29.
The price for 8x V100 in google cloud is $15/hour.

Someone having 20x RX 480, each running BitCrack at 107 MKeys/s.
Using the same assumptions that would give 214 Mj/s each, for a total of 4280 Mj/s.
Please note, that for complex code AMD OpenCL compiler is very, very bad, and the system might crash, or even worse, bug the computations.
Assuming 150W per RX 480, the system would consume 3kW.

|------+-------------+---------+---+-----------------+-------------|
|      |     8x Tesla V100     |   |         20x RX 480            |
| bits +-------------+---------+---+-----------------+-------------|
|      |    time     |  price  |   |       time      |    power    |
|------+-------------+---------+---+-----------------+-------------|
|   90 |    01:12:29 |     $18 |   |        03:13:45 |     9.7 kWh |
|   95 |    06:50:04 |    $103 |   |        18:16:05 |    54.8 kWh |
|  100 | 1d 14:39:43 |    $580 |   |     4d 07:20:24 |   310.0 kWh |
|  105 | 9d 02:42:22 |   $3281 |   |    24d 08:34:45 |  1753.7 kWh |
|  110 |   51 days   |  $18558 |   |   137 days      |  9920.6 kWh |
|  115 |  291 days   | $104979 |   | 2 years 49 days | 56119.6 kWh |
|------+-------------+---------+---+-----------------+-------------|

Of course these numbers could easily double when unlucky.
And someone else could solve it before, then it's all a loss.


REad this

You forgot to add that these calculations concern the execution of the script using the POLLARD KANGAROS method which has nothing to do with the BitCrack key search method. The implemented / ready solution to finding a key using the POLLARD KANGAROS method is not available anywhere, so it is only in the possession of people (I suspect that countable on the fingers of one hand) who wrote it themselves. Being in the possession of this solution - running it on any computer will be a million percent more profitable than any computer equipment of modern times. BitCrack for every next address needs 2x more time to scan the entire scope. For my example - # 64 will occupy with my equipment (over 100x TESLA) - full six months, so presenting the table information about breaking # 115 through the eight GPU in two hundred days is firstly - misleading, and second - a perfect example on what difference we talk between BitCrack and Pollard Kangaros (which is the only one that can refer to this table [I do not know - I do not have {so I do not check}] whether it is reflected in reality)

If you want - you can send me a donation to my BTC wallet address 31hgbukdkehcuxcedchkdbsrygegyefbvd
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715284784
Hero Member
*
Offline Offline

Posts: 1715284784

View Profile Personal Message (Offline)

Ignore
1715284784
Reply with quote  #2

1715284784
Report to moderator
racminer
Member
**
Offline Offline

Activity: 242
Merit: 17


View Profile
July 16, 2019, 08:22:16 PM
 #1182

TRUE

I just re-posted that for the personne who asked about AWS.
racminer
Member
**
Offline Offline

Activity: 242
Merit: 17


View Profile
July 16, 2019, 08:38:56 PM
 #1183

There is nothing "hacked" so far. The Distributed Pollard Kangaroo algorithm is known since 2000.

Let's get some numbers for the 90 bit challenge:

BitCrack runs at about 715 MKeys/s on Tesla V100 - look here.
If we remove hash160, the rate would be 1430 Mj/s. Mj here stands for million kangaroo jumps.
The algorithm has expected run time 2*sqrt(b-a) jumps, here b-a = 289.
This gives expected running time of 09:39:55.
Looks quite fast.
Of course this is just a probability, if lucky, the time goes down to 3-4 hours, or not lucky, then time doubles to 18-20 hours.
Or really unlucky, with triple the expected run time - 1 day 04:59:47.
Since the algorithm scales linearly, one could use multiple V100, let's say 8, resulting in expected time 01:12:29.
The price for 8x V100 in google cloud is $15/hour.

Someone having 20x RX 480, each running BitCrack at 107 MKeys/s.
Using the same assumptions that would give 214 Mj/s each, for a total of 4280 Mj/s.
Please note, that for complex code AMD OpenCL compiler is very, very bad, and the system might crash, or even worse, bug the computations.
Assuming 150W per RX 480, the system would consume 3kW.

|------+-------------+---------+---+-----------------+-------------|
|      |     8x Tesla V100     |   |         20x RX 480            |
| bits +-------------+---------+---+-----------------+-------------|
|      |    time     |  price  |   |       time      |    power    |
|------+-------------+---------+---+-----------------+-------------|
|   90 |    01:12:29 |     $18 |   |        03:13:45 |     9.7 kWh |
|   95 |    06:50:04 |    $103 |   |        18:16:05 |    54.8 kWh |
|  100 | 1d 14:39:43 |    $580 |   |     4d 07:20:24 |   310.0 kWh |
|  105 | 9d 02:42:22 |   $3281 |   |    24d 08:34:45 |  1753.7 kWh |
|  110 |   51 days   |  $18558 |   |   137 days      |  9920.6 kWh |
|  115 |  291 days   | $104979 |   | 2 years 49 days | 56119.6 kWh |
|------+-------------+---------+---+-----------------+-------------|

Of course these numbers could easily double when unlucky.
And someone else could solve it before, then it's all a loss.


REad this

You forgot to add that these calculations concern the execution of the script using the POLLARD KANGAROS method which has nothing to do with the BitCrack key search method. The implemented / ready solution to finding a key using the POLLARD KANGAROS method is not available anywhere, so it is only in the possession of people (I suspect that countable on the fingers of one hand) who wrote it themselves. Being in the possession of this solution - running it on any computer will be a million percent more profitable than any computer equipment of modern times. BitCrack for every next address needs 2x more time to scan the entire scope. For my example - # 64 will occupy with my equipment (over 100x TESLA) - full six months, so presenting the table information about breaking # 115 through the eight GPU in two hundred days is firstly - misleading, and second - a perfect example on what difference we talk between BitCrack and Pollard Kangaros (which is the only one that can refer to this table [I do not know - I do not have {so I do not check}] whether it is reflected in reality)


taking this as a reference : " # 64 will occupy with my equipment (over 100x TESLA) - full six months"

we can draw the rule (estimated for over 100xTESLA):
case #64 0.50  year
case #65 1.00  year
case #66 2.00  years

case #n  2^(n-65)  years

racminer
Member
**
Offline Offline

Activity: 242
Merit: 17


View Profile
July 16, 2019, 08:49:27 PM
 #1184

It is still called "the 32 BTC prize"  but the prize is really more than 100 BTC ... 
Glutius
Full Member
***
Offline Offline

Activity: 602
Merit: 100



View Profile
July 16, 2019, 08:53:34 PM
 #1185

Contests and puzzles are always interesting. But I, as a regular user, would like to get a greater guarantee of payment in case of winning. It will be very unpleasant to waste your time, and then, get nothing.

zielar
Full Member
***
Offline Offline

Activity: 277
Merit: 106


View Profile
July 16, 2019, 10:29:27 PM
 #1186

Contests and puzzles are always interesting. But I, as a regular user, would like to get a greater guarantee of payment in case of winning. It will be very unpleasant to waste your time, and then, get nothing.

What would you like to guarantee in the world of cryptocurrencies? That is the fact that the one who has the private key - the means belong to him. Anyway, wait ... I have a guarantee for you ...

https://blockchair.com/bitcoin/outputs?q=transaction_id(56857085)&s=index(asc)#

If you want - you can send me a donation to my BTC wallet address 31hgbukdkehcuxcedchkdbsrygegyefbvd
zielar
Full Member
***
Offline Offline

Activity: 277
Merit: 106


View Profile
July 16, 2019, 11:35:39 PM
 #1187

It is still called "the 32 BTC prize"  but the prize is really more than 100 BTC ... 

From where you have this calculations? Cheesy

If you want - you can send me a donation to my BTC wallet address 31hgbukdkehcuxcedchkdbsrygegyefbvd
Decimation
Member
**
Offline Offline

Activity: 244
Merit: 43


View Profile
July 16, 2019, 11:38:53 PM
 #1188

So basically stealing someone's Bitcoin? What if you had that 32 BTC and someone stole it from you, what is wrong with you guys? This is such a shitty community that you guys would call someone's own hard-earned Bitcoin a "prize" and even bounty it. You are the reason Bitcoin has such a bad wrap.
zielar
Full Member
***
Offline Offline

Activity: 277
Merit: 106


View Profile
July 17, 2019, 12:03:38 AM
 #1189

So basically stealing someone's Bitcoin? What if you had that 32 BTC and someone stole it from you, what is wrong with you guys? This is such a shitty community that you guys would call someone's own hard-earned Bitcoin a "prize" and even bounty it. You are the reason Bitcoin has such a bad wrap.

Tap on the matte canteen. Read the topic from the beginning, then come back here, remove your miserable post and beg forgiveness.

If you want - you can send me a donation to my BTC wallet address 31hgbukdkehcuxcedchkdbsrygegyefbvd
Decimation
Member
**
Offline Offline

Activity: 244
Merit: 43


View Profile
July 17, 2019, 12:14:27 AM
 #1190

So basically stealing someone's Bitcoin? What if you had that 32 BTC and someone stole it from you, what is wrong with you guys? This is such a shitty community that you guys would call someone's own hard-earned Bitcoin a "prize" and even bounty it. You are the reason Bitcoin has such a bad wrap.

Tap on the matte canteen. Read the topic from the beginning, then come back here, remove your miserable post and beg forgiveness.

I have no idea what the phrase means, and no I won't. It's not your money nor do you deserve it.
BurtW
Legendary
*
Offline Offline

Activity: 2646
Merit: 1136

All paid signature campaigns should be banned.


View Profile WWW
July 17, 2019, 01:17:05 AM
 #1191

So basically stealing someone's Bitcoin? What if you had that 32 BTC and someone stole it from you, what is wrong with you guys? This is such a shitty community that you guys would call someone's own hard-earned Bitcoin a "prize" and even bounty it. You are the reason Bitcoin has such a bad wrap.

Tap on the matte canteen. Read the topic from the beginning, then come back here, remove your miserable post and beg forgiveness.

I have no idea what the phrase means, and no I won't. It's not your money nor do you deserve it.
The owner of these Bitcoins spent them to low entropy private keys on purpose in order to test the security of the Bitcoin system.  He wants everyone to try and take them.  He then issued a spend transaction from some of the addresses in order to test the security of low entropy private keys with spend transaction.   He did all of this on purpose in order to test the system.  For helping with this test people are being paid for their efforts.  This is not stealing it is people being paid for a service.

Learn to first read and understand a thread before you dump a steaming pile of your uninformed dumb ass opinion on it.

Our family was terrorized by Homeland Security.  Read all about it here:  http://www.jmwagner.com/ and http://www.burtw.com/  Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
racminer
Member
**
Offline Offline

Activity: 242
Merit: 17


View Profile
July 17, 2019, 01:19:02 AM
Merited by BurtW (10), malevolent (3)
 #1192

It is still called "the 32 BTC prize"  but the prize is really more than 100 BTC ... 

From where you have this calculations? Cheesy

on 2015-01-15 18:07:14 the total prize was  ----------------------------> 32.896 BTC

on 2017-04-21 18:08:01 #1 to #52 were spent   (-1.378 BTC )--------> 31.518 BTC

on 2017-07-11 04:53:52  #161 to #256 where spent  (- 20.16BTC)  and
      cases from #53 to #160 where multiplied by 10 --------------------> 115.02 BTC  (new prize)

At this day, we are left with:
              0.62            + 0.64            + 0.66 + 0.67 + 0.68 + 0.69
+ 0.71 + 0.72 + 0.73 + 0.74            + 0.76 + 0.77 + 0.78 + 0.79
+ 0.81 + 0.82 + 0.83 + 0.84            + 0.86 + 0.87 + 0.88 + 0.89
+ 0.91 + 0.92 + 0.93 + 0.94            + 0.96 + 0.97 + 0.98 + 0.99
+ 1.01 + 1.02 + 1.03 + 1.04 + 1.05 + 1.06 + 1.07 + 1.08 + 1.09 + 1.10
+ 1.11 + 1.12 + 1.13 + 1.14 + 1.15 + 1.16 + 1.17 + 1.18 + 1.19 + 1.20
+ 1.21 + 1.22 + 1.23 + 1.24 + 1.25 + 1.26 + 1.27 + 1.28 + 1.29 + 1.30
+ 1.31 + 1.32 + 1.33 + 1.34 + 1.35 + 1.36 + 1.37 + 1.38 + 1.39 + 1.40
+ 1.41 + 1.42 + 1.43 + 1.44 + 1.45 + 1.46 + 1.47 + 1.48 + 1.49 + 1.50
+ 1.51 + 1.52 + 1.53 + 1.54 + 1.55 + 1.56 + 1.57 + 1.58 + 1.59 + 1.60

= 102.66 BTC
BurtW
Legendary
*
Offline Offline

Activity: 2646
Merit: 1136

All paid signature campaigns should be banned.


View Profile WWW
July 17, 2019, 01:34:12 AM
 #1193

It is still called "the 32 BTC prize"  but the prize is really more than 100 BTC ... 

From where you have this calculations? Cheesy

on 2015-01-15 18:07:14 the total prize was  ----------------------------> 32.896 BTC

on 2017-04-21 18:08:01 #1 to #52 were spent   (-1.378 BTC )--------> 31.518 BTC

on 2017-07-11 04:53:52  #161 to #256 where spent  (- 20.16BTC)  and
      cases from #53 to #160 where multiplied by 10 --------------------> 115.02 BTC  (new prize)

At this day, we are left with:
              0.62            + 0.64            + 0.66 + 0.67 + 0.68 + 0.69
+ 0.71 + 0.72 + 0.73 + 0.74            + 0.76 + 0.77 + 0.78 + 0.79
+ 0.81 + 0.82 + 0.83 + 0.84            + 0.86 + 0.87 + 0.88 + 0.89
+ 0.91 + 0.92 + 0.93 + 0.94            + 0.96 + 0.97 + 0.98 + 0.99
+ 1.01 + 1.02 + 1.03 + 1.04 + 1.05 + 1.06 + 1.07 + 1.08 + 1.09 + 1.10
+ 1.11 + 1.12 + 1.13 + 1.14 + 1.15 + 1.16 + 1.17 + 1.18 + 1.19 + 1.20
+ 1.21 + 1.22 + 1.23 + 1.24 + 1.25 + 1.26 + 1.27 + 1.28 + 1.29 + 1.30
+ 1.31 + 1.32 + 1.33 + 1.34 + 1.35 + 1.36 + 1.37 + 1.38 + 1.39 + 1.40
+ 1.41 + 1.42 + 1.43 + 1.44 + 1.45 + 1.46 + 1.47 + 1.48 + 1.49 + 1.50
+ 1.51 + 1.52 + 1.53 + 1.54 + 1.55 + 1.56 + 1.57 + 1.58 + 1.59 + 1.60

= 102.66 BTC

Thanks for that calculation!  10 brownie points!

Our family was terrorized by Homeland Security.  Read all about it here:  http://www.jmwagner.com/ and http://www.burtw.com/  Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
zielar
Full Member
***
Offline Offline

Activity: 277
Merit: 106


View Profile
July 17, 2019, 01:01:59 PM
 #1194

So basically stealing someone's Bitcoin? What if you had that 32 BTC and someone stole it from you, what is wrong with you guys? This is such a shitty community that you guys would call someone's own hard-earned Bitcoin a "prize" and even bounty it. You are the reason Bitcoin has such a bad wrap.

Tap on the matte canteen. Read the topic from the beginning, then come back here, remove your miserable post and beg forgiveness.

I have no idea what the phrase means, and no I won't. It's not your money nor do you deserve it.
The money is who first finds the key. If I find him first - I deserved him ... hard work on finding him. So end up fucking and accept that you are a poor man who has his whole life groaning and has not done anything in life and has no chance to find the key, because he has nothing ... because he groans and groans instead of earning anything ... and that's what you do not deserve anything ... and life is just in this respect, because it will not be yours!

If you want - you can send me a donation to my BTC wallet address 31hgbukdkehcuxcedchkdbsrygegyefbvd
zielar
Full Member
***
Offline Offline

Activity: 277
Merit: 106


View Profile
July 17, 2019, 01:07:37 PM
 #1195

It is still called "the 32 BTC prize"  but the prize is really more than 100 BTC ... 

From where you have this calculations? Cheesy

on 2015-01-15 18:07:14 the total prize was  ----------------------------> 32.896 BTC

on 2017-04-21 18:08:01 #1 to #52 were spent   (-1.378 BTC )--------> 31.518 BTC

on 2017-07-11 04:53:52  #161 to #256 where spent  (- 20.16BTC)  and
      cases from #53 to #160 where multiplied by 10 --------------------> 115.02 BTC  (new prize)

At this day, we are left with:
              0.62            + 0.64            + 0.66 + 0.67 + 0.68 + 0.69
+ 0.71 + 0.72 + 0.73 + 0.74            + 0.76 + 0.77 + 0.78 + 0.79
+ 0.81 + 0.82 + 0.83 + 0.84            + 0.86 + 0.87 + 0.88 + 0.89
+ 0.91 + 0.92 + 0.93 + 0.94            + 0.96 + 0.97 + 0.98 + 0.99
+ 1.01 + 1.02 + 1.03 + 1.04 + 1.05 + 1.06 + 1.07 + 1.08 + 1.09 + 1.10
+ 1.11 + 1.12 + 1.13 + 1.14 + 1.15 + 1.16 + 1.17 + 1.18 + 1.19 + 1.20
+ 1.21 + 1.22 + 1.23 + 1.24 + 1.25 + 1.26 + 1.27 + 1.28 + 1.29 + 1.30
+ 1.31 + 1.32 + 1.33 + 1.34 + 1.35 + 1.36 + 1.37 + 1.38 + 1.39 + 1.40
+ 1.41 + 1.42 + 1.43 + 1.44 + 1.45 + 1.46 + 1.47 + 1.48 + 1.49 + 1.50
+ 1.51 + 1.52 + 1.53 + 1.54 + 1.55 + 1.56 + 1.57 + 1.58 + 1.59 + 1.60

= 102.66 BTC



Thank you ... I think I was tired yesterday, because: the logic from 100 - 160 is already over 60BTC :-)

If you want - you can send me a donation to my BTC wallet address 31hgbukdkehcuxcedchkdbsrygegyefbvd
Hurtson
Newbie
*
Offline Offline

Activity: 18
Merit: 1


View Profile
July 17, 2019, 01:24:01 PM
 #1196

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? Cheesy

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!

Just a reminder for those who joined us here lately ...

This guy, saatoshi_rising, is certainly the creator since he moved the range  161-256 as promised on July 11th 2017
 

Thnx, by the way has anyone tried using AWS for this?


okay, if there's no secrets on private keys for bitcoin puzzle wallets,(if choosed randomly)

how it's puzzle wallet then? it's not puzzle, it's just searching for luck for the one random of keys between trillions of keys.
we can't solve , because there;s no secret in it, but we can keep searching and try our luck, is not?
itod
Legendary
*
Offline Offline

Activity: 1974
Merit: 1076


^ Will code for Bitcoins


View Profile
July 17, 2019, 02:06:39 PM
 #1197

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? Cheesy

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!

Just a reminder for those who joined us here lately ...

This guy, saatoshi_rising, is certainly the creator since he moved the range  161-256 as promised on July 11th 2017
 

Thnx, by the way has anyone tried using AWS for this?


okay, if there's no secrets on private keys for bitcoin puzzle wallets,(if choosed randomly)

how it's puzzle wallet then? it's not puzzle, it's just searching for luck for the one random of keys between trillions of keys.
we can't solve , because there;s no secret in it, but we can keep searching and try our luck, is not?

Just read the thread instead of asking same questions over, and over, and over again. Once upon a time it was not clear what this transactions is all about and this "puzzled" people, from this came the Title of this thread. After some years everything was cleared and creator of the transaction confirmed what community already concluded about it. "Puzzle" is for historical reasons, not meaning something can be solved like normal puzzle.
BurtW
Legendary
*
Offline Offline

Activity: 2646
Merit: 1136

All paid signature campaigns should be banned.


View Profile WWW
July 17, 2019, 02:43:43 PM
 #1198

okay, if there's no secrets on private keys for bitcoin puzzle wallets,(if choosed randomly)

how it's puzzle wallet then? it's not puzzle, it's just searching for luck for the one random of keys between trillions of keys.
we can't solve , because there;s no secret in it, but we can keep searching and try our luck, is not?

Your question could be answered by reading the very first post in this thread.  Do that.  Did you do that?  I am betting not.

Perhaps the title of the thread should really be "Mysterious Bitcoin Transaction" but instead it is "Bitcoin puzzle transaction".

Our family was terrorized by Homeland Security.  Read all about it here:  http://www.jmwagner.com/ and http://www.burtw.com/  Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
Hurtson
Newbie
*
Offline Offline

Activity: 18
Merit: 1


View Profile
July 17, 2019, 03:23:16 PM
 #1199

okay, if there's no secrets on private keys for bitcoin puzzle wallets,(if choosed randomly)

how it's puzzle wallet then? it's not puzzle, it's just searching for luck for the one random of keys between trillions of keys.
we can't solve , because there;s no secret in it, but we can keep searching and try our luck, is not?

Your question could be answered by reading the very first post in this thread.  Do that.  Did you do that?  I am betting not.

Perhaps the title of the thread should really be "Mysterious Bitcoin Transaction" but instead it is "Bitcoin puzzle transaction".


i did not read that bro, sorry if i am wrong,
can you share the link of it, i am interested to read.

but the creater of the bitcoin puzzle transaction had told us, there's no pattern on keys on puzzle wallets no secrets ,but just a random numbers/keys is not it?
Firebox
Jr. Member
*
Offline Offline

Activity: 59
Merit: 3


View Profile
July 17, 2019, 06:19:53 PM
 #1200

Folks, can anyone suggest please any good and precise big numbers equation solver? Software or online, doesn't really matter...
Pages: « 1 ... 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 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 ... 252 »
  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!