mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2025-04-15 06:46:08 +00:00
Merge ce60714f9c
into 275c4eb8ea
This commit is contained in:
commit
bbbd34a338
@ -12,7 +12,7 @@ This repository contains the complete text of three editions of the book Masteri
|
||||
|
||||
To read this book *for free*, see [BOOK.md](https://github.com/bitcoinbook/bitcoinbook/blob/develop/BOOK.md). Click on each of the chapters to read in your browser.
|
||||
|
||||
_Please note that some of the links in each chapter do not work when reading the book on Github. This is because those links are intended for the print and ebook editions of the book and only work when all the chapters are rendered together. Unfortunatelly, Github does not have the ability to render the complete book at once._
|
||||
_Please note that some of the links in each chapter do not work when reading the book on Github. This is because those links are intended for the print and ebook editions of the book and only work when all the chapters are rendered together. Unfortunately, Github does not have the ability to render the complete book at once._
|
||||
|
||||
<!-- /* This section no longer applies -harding */
|
||||
## Where is the PDF?
|
||||
|
@ -501,7 +501,7 @@ However, once a winning combination has been found, anyone can verify
|
||||
the block is valid by running the hash function just once. That makes a
|
||||
valid block something that requires an incredible amount of work to
|
||||
create but only a trivial amount of work to verify. The simple
|
||||
verification process is able to probabalistically prove the work was
|
||||
verification process is able to probabilistically prove the work was
|
||||
done, so the data necessary to generate that proof--in this case, the
|
||||
block--is called((("proof-of-work algorithm"))) _proof of work (PoW)_.
|
||||
|
||||
|
@ -122,7 +122,7 @@ p.left-align{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/*----Uncomment to temporarily turn on code-eyballer highlighting (make sure to recomment after you build)
|
||||
/*----Uncomment to temporarily turn on code-eyballer highlighting (make sure to recommend after you build)
|
||||
pre {
|
||||
background-color: yellow;
|
||||
}---*/
|
||||
|
@ -54,7 +54,7 @@ Notes at arrival in production:
|
||||
|
||||
* Some outdated FM boilerplate. Can we make the Early Release contributors list in the preface more compact by putting it in 2 columns? [DONE for pdf, see note above please]
|
||||
|
||||
* Please remove existing pagebreaks. [DONE, I think, but a few may have slipped through the check, due to a relatively complicated structure, with include statments in some files]
|
||||
* Please remove existing pagebreaks. [DONE, I think, but a few may have slipped through the check, due to a relatively complicated structure, with include statements in some files]
|
||||
|
||||
=================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user