Earlier quoted context omitted.
There was a much lower price point originally, before he got sort of famous from the book, and subsequently a TV-show (Going Deep). The current price is basically to keep people from ordering, but still having it open if someone REALLY wants to get one.
Honestly, what is getting me is that his book on sharpening pencils is actually 224 pages long. That seems awful long on such a simple subject!
Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
61–70 of 162 posts
Re: Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
#62I just recently learnt how difficulty works, so something like this is perfect for understanding the hashing part of the protocol.
Re: Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
#63Around when this was published I looked into the feasibility of pencil-and-paper wallets. What would it take to generate a key-pair using just pencil and paper? There are tricks like big tables of precomputed multiples of the generator that make it easier, but you still need to do hundreds of 77 digit modular multiplications. And you want to be absolutely sure you made no mistake.
Well secp256k1 private keys are just 32 random bytes (with some minor exceptions) so I think you could arrange something with a plain dice and a little bit of time.
It is computing the public key that is so hard.
Re: Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
#64Earlier quoted context omitted.
There was a much lower price point originally, before he got sort of famous from the book, and subsequently a TV-show (Going Deep). The current price is basically to keep people from ordering, but still having it open if someone REALLY wants to get one.
Honestly, what is getting me is that his book on sharpening pencils is actually 224 pages long. That seems awful long on such a simple subject!
Re: Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
#65Around when this was published I looked into the feasibility of pencil-and-paper wallets. What would it take to generate a key-pair using just pencil and paper? There are tricks like big tables of precomputed multiples of the generator that make it easier, but you still need to do hundreds of 77 digit modular multiplications. And you want to be absolutely sure you made no mistake.
may as well create and sign the transaction on paper also.
Re: Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
#66Can someone elaborate on the math here? How do we get to 1 in 1.4 x 10^20 ?
Re: Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
#67Around when this was published I looked into the feasibility of pencil-and-paper wallets. What would it take to generate a key-pair using just pencil and paper? There are tricks like big tables of precomputed multiples of the generator that make it easier, but you still need to do hundreds of 77 digit modular multiplications. And you want to be absolutely sure you made no mistake.
Re: Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
#68Around when this was published I looked into the feasibility of pencil-and-paper wallets. What would it take to generate a key-pair using just pencil and paper? There are tricks like big tables of precomputed multiples of the generator that make it easier, but you still need to do hundreds of 77 digit modular multiplications. And you want to be absolutely sure you made no mistake.
Whether it is feasible... the amount of calculations around secp256k1 is likely practically prohibitive for pencil/paper.
Re: Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
#69Next: Mining bitcoin with pool of monkeys with typewriters.
Re: Mining Bitcoin with pencil and paper: 0.67 hashes per day (2014)
#70>"Currently, a successful hash must start with approximately 17 zeros, so only one out of 1.4 x 10^20 hashes will be successful." Can someone elaborate on the math here? How do we get to 1 in 1.4 x 10^20 ?