Edited appendix-bitcoin-fundamentals-review.asciidoc with Atlas code editor

pull/910/head
kristen@oreilly.com 3 years ago
parent 52edbff423
commit 2de46c97f8

@ -335,6 +335,7 @@ To demonstrate this, let's have Bob generate a random number +R+ and keep it sec
R = 1833462189
----
[role="pagebreak-before"]
Now, Bob calculates the SHA-256 hash of this number:
----
@ -377,6 +378,7 @@ Interestingly, Bob can give the +R+ value to anyone else, who can then spend tha
* _N_ is the total number of signers identified in the multisignature scheme, and
* _K_ is the _quorum_ or _threshold_: the minimum number of signatures to authorize spending.
[role="pagebreak-before"]
The script for an __K__-of-__N__ multisignature is:
----

Loading…
Cancel
Save