Skip to content

Commit

Permalink
finishing all the steps on the migration checklist page for v1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hackermatthew committed Nov 25, 2015
1 parent 072d2f3 commit 26bb9a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions ch01.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[role="pagenumrestart"]
[[ch01_intro_what_is_bitcoin]]
== Introduction

Expand Down
6 changes: 4 additions & 2 deletions ch04.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,8 @@ y = 07CF33DA18BD734C600B96A72BBC4749D5141C90EC8AC328AE52DDFE2E505BDB
Here's the same public key shown as a 520-bit number (130 hex digits) with the prefix +04+ followed by +x+ and then +y+ coordinates, as +04 x y+:

----
K = 04F028892BAD7ED57D2FB57BF33081D5CFCF6F9ED3D3D7F159C2E2FFF579DC341A<?pdf-cr?>07CF33DA18BD734C600B96A72BBC4749D5141C90EC8AC328AE52DDFE2E505BDB
K = 04F028892BAD7ED57D2FB57BF33081D5CFCF6F9ED3D3D7F159C2E2FFF579DC341A&#x21b5;
07CF33DA18BD734C600B96A72BBC4749D5141C90EC8AC328AE52DDFE2E505BDB
----

[[comp_pub]]
Expand Down Expand Up @@ -527,7 +528,8 @@ Public Key (x,y) coordinates is:
(41637322786646325214887832269588396900663353932545912953362782457239403430124L,
16388935128781238405526710466724741593761085120864331449066658622400339362166L)
Public Key (hex) is:
045c0de3b9c8ab18dd04e3511243ec2952002dbfadc864b9628910169d9b9b00ec<?pdf-cr?>243bcefdd4347074d44bd7356d6a53c495737dd96295e2a9374bf5f02ebfc176
045c0de3b9c8ab18dd04e3511243ec2952002dbfadc864b9628910169d9b9b00ec&#x21b5;
243bcefdd4347074d44bd7356d6a53c495737dd96295e2a9374bf5f02ebfc176
Compressed Public Key (hex) is:
025c0de3b9c8ab18dd04e3511243ec2952002dbfadc864b9628910169d9b9b00ec
Bitcoin Address (b58check) is:
Expand Down
8 changes: 6 additions & 2 deletions theme/pdf/pdf.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,24 @@
/*--------Put Your Custom CSS Rules Below--------*/
/*--- This oneoff overrides the code in https://github.com/oreillymedia/<name_of_theme>/blob/master/pdf/pdf.css---*/


pre[data-type="programlisting"] {
text-align: left;
}

/*----Uncomment to temporarily turn on code-eyballer highlighting (make sure to recomment after you build)
pre {
background-color: yellow;
}
---*/

/*----Uncomment to turn on automatic code wrapping
/*----Uncomment to turn on automatic code wrapping----*/

pre {
white-space: pre-wrap;
word-wrap: break-word;
}
----*/

/*----Uncomment to change the TOC start page (set
the number to one page _after_ the one you want;
Expand Down

0 comments on commit 26bb9a7

Please sign in to comment.