mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-23 15:18:11 +00:00
Made changes to ch04.asciidoc
This commit is contained in:
parent
b2d8a529e2
commit
8799f3cc5f
@ -975,7 +975,14 @@ users are likely to look at the vanity pattern word _and a few characters beyond
|
|||||||
|
|
||||||
Paper wallets are bitcoin private keys printed on paper. Often the paper wallet also includes the corresponding bitcoin address for convenience, but this is not necessary because it can be derived from the private key. Paper wallets are a very effective way to create backups or offline bitcoin storage, also known as "cold storage." As a backup mechanism, a paper wallet can provide security against the loss of key due to a computer mishap such as a hard drive failure, theft, or accidental deletion. As a "cold storage" mechanism, if the paper wallet keys are generated offline and never stored on a computer system, they are much more secure against hackers, key-loggers, and other online computer threats.
|
Paper wallets are bitcoin private keys printed on paper. Often the paper wallet also includes the corresponding bitcoin address for convenience, but this is not necessary because it can be derived from the private key. Paper wallets are a very effective way to create backups or offline bitcoin storage, also known as "cold storage." As a backup mechanism, a paper wallet can provide security against the loss of key due to a computer mishap such as a hard drive failure, theft, or accidental deletion. As a "cold storage" mechanism, if the paper wallet keys are generated offline and never stored on a computer system, they are much more secure against hackers, key-loggers, and other online computer threats.
|
||||||
|
|
||||||
Paper wallets come in many shapes, sizes, and designs, but at a very basic level are just a key and an address printed on paper. The following list shows the simplest form of a paper wallet—a printout of the bitcoin address and private key.
|
Paper wallets come in many shapes, sizes, and designs, but at a very basic level are just a key and an address printed on paper. The following list shows the simplest form of a paper wallet.
|
||||||
|
|
||||||
|
.Simplest form of a paper wallet—a printout of the bitcoin address and private key.This table will be sideways, yo
|
||||||
|
[options="header"]
|
||||||
|
|=======================
|
||||||
|
|Public Address|Private Key (WIF)
|
||||||
|
|1424C2F4bC9JidNjjTUZCbUxv6Sa1Mt62x|5J3mBbAH58CpQ3Y5RNJpUKPE62SQ5tfcvU2JpbnkeyhfsYB1Jcn
|
||||||
|
|=======================
|
||||||
|
|
||||||
Public Address:: 1424C2F4bC9JidNjjTUZCbUxv6Sa1Mt62x
|
Public Address:: 1424C2F4bC9JidNjjTUZCbUxv6Sa1Mt62x
|
||||||
Private Key (WIF):: 5J3mBbAH58CpQ3Y5RNJpUKPE62SQ5tfcvU2JpbnkeyhfsYB1Jcn
|
Private Key (WIF):: 5J3mBbAH58CpQ3Y5RNJpUKPE62SQ5tfcvU2JpbnkeyhfsYB1Jcn
|
||||||
|
Loading…
Reference in New Issue
Block a user