1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2025-01-22 21:51:10 +00:00

CH04::privkeys: Add warning about generating from coinflips

This commit is contained in:
David A. Harding 2023-02-08 20:34:35 -10:00
parent 9de657b887
commit bf46fef5bf

View File

@ -129,7 +129,9 @@ 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 then be generated from the private
key.
key. Be careful, though, as any process that's less than completely
random can significantly reduce the security of your private key and the
bitcoins it controls.
====
===== Generating a private key from a random number