mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-14 03:48:58 +00:00
More revertion to original text or minor text adaptation following the merge from #74
This commit is contained in:
parent
55ca4759ab
commit
713fe0e562
@ -92,7 +92,7 @@ A +private key+ is simply a number, picked at random. Ownership and control over
|
||||
|
||||
[TIP]
|
||||
====
|
||||
The bitcoin private key is just a number. A public key can be generated from any private key. Therefore, a public key can be generated from any number, up to 256 bits long. You can pick your private keys randomly using just a coin, pencil and paper: Toss a coin 256 times and you have the binary digits of a random private key you can use in a bitcoin wallet. Keys really are just a pair of numbers, the public key being calculated from the private key.
|
||||
The bitcoin private key is just a number. You can pick your private keys randomly using just a coin, pencil and paper: Toss a coin 256 times and you have the binary digits of a random private key you can use in a bitcoin wallet. The public key can be then generated from the private key.
|
||||
====
|
||||
|
||||
===== Generating a private key from a random number
|
||||
|
Loading…
Reference in New Issue
Block a user