mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 16:18:11 +00:00
Edited ch04.asciidoc with Atlas code editor
This commit is contained in:
parent
290b674398
commit
02711ea62a
@ -95,6 +95,7 @@ The +dumpprivkey+ command opens the wallet and extracts the private key that was
|
||||
The +dumpprivkey+ command does not generate a private key from a public key, as this is impossible. The command simply reveals the private key that is already known to the wallet and which was generated by the +getnewaddress+ command.
|
||||
=====================================================================
|
||||
|
||||
[role="pagebreak-before"]
|
||||
You can also use the Bitcoin Explorer command-line tool (see <<appdx_bx>>) to generate and display private keys with the commands +seed+, +ec-new+, and +ec-to-wif+:
|
||||
|
||||
----
|
||||
@ -120,7 +121,7 @@ Elliptic curve multiplication is a type of function that cryptographers call a "
|
||||
<<ecc-curve>> is an example of an elliptic curve, similar to that used by bitcoin.
|
||||
|
||||
[[ecc-curve]]
|
||||
[role="smallerfourty"]
|
||||
[role="smallerthirty"]
|
||||
.An elliptic curve
|
||||
image::images/mbc2_0402.png["ecc-curve"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user