1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-15 20:49:21 +00:00
Commit Graph

3274 Commits

Author SHA1 Message Date
Minh T. Nguyen
4b248497cd Reapplying the merge from Issue #29 which has been (accidentally?) overwritten recently 2014-05-26 23:52:28 -07:00
Minh T. Nguyen
b73363b6bb Re-applying some other spelling/punctuation fixes that were recently overwritten by a merge 2014-05-26 23:42:30 -07:00
Minh T. Nguyen
6081a06d41 New clients have to account for transactions from older clients; see Issue #31 2014-05-26 23:34:01 -07:00
Minh T. Nguyen
94df849716 Re-applying fix from Issue #28, which seems to have been accidentally ovewritten by a recent merge 2014-05-26 23:16:04 -07:00
Minh T. Nguyen
0d23827f85 Minor grammatical/punctuation fixes 2014-05-26 23:14:41 -07:00
Andreas M. Antonopoulos
d95beb599f formatting fixes and clarification 2014-05-26 20:51:23 -04:00
Andreas M. Antonopoulos
399cfb16f2 moved paragraph about WIF-compressed format 2014-05-26 19:16:39 -04:00
Andreas M. Antonopoulos
64ecbed6b6 format fixes and flow 2014-05-26 19:14:33 -04:00
Andreas M. Antonopoulos
781b63b8c9 formatting fixes 2014-05-26 19:10:52 -04:00
Andreas M. Antonopoulos
cce1ac079d spelling mistakes and formatting fixes 2014-05-26 19:07:25 -04:00
Andreas M. Antonopoulos
48c8a2603e Merge branch 'develop' 2014-05-26 19:02:20 -04:00
Andreas M. Antonopoulos
eaaf9e7ffa Merge branch 'chapter/Chapter4' into develop
* chapter/Chapter4:
  re-arranged private key content and started on wallets
  content fixes, clarifications, new diagrams, flow fix
  ch4 flow and comment fixes
  ch4 fixes

Conflicts:
	ch04.asciidoc
2014-05-26 18:57:25 -04:00
Andreas M. Antonopoulos
2bbb8a7c0b re-arranged private key content and started on wallets 2014-05-26 18:20:46 -04:00
Andreas M. Antonopoulos
797c599974 content fixes, clarifications, new diagrams, flow fix 2014-05-26 18:20:45 -04:00
Andreas M. Antonopoulos
55c1a4fc39 ch4 flow and comment fixes 2014-05-26 18:20:45 -04:00
Andreas M. Antonopoulos
09997de063 ch4 fixes 2014-05-26 18:20:45 -04:00
Minh T. Nguyen
5a65f7994c Merge branch 'develop' of https://github.com/aantonop/bitcoinbook into develop 2014-05-26 14:42:47 -07:00
Minh T. Nguyen
eaedbbafce Fix Issue #25: the change of transaction 82 should be 0.085 (ignoring fees for now) 2014-05-26 14:32:14 -07:00
Andreas M. Antonopoulos
4171a17bdc Merge commit '924ea7bdc4799d06b8edb1cfddad0eb4cfb5db67' into develop 2014-05-26 17:24:11 -04:00
Andreas M. Antonopoulos
2e35c37816 ignore python virtualenv and csv files 2014-05-26 17:22:16 -04:00
Minh T. Nguyen
924ea7bdc4 Fixing non-controversial spelling mistakes in chapter 4 2014-05-25 18:02:27 -07:00
Minh T. Nguyen
dd5f5ae200 Merge branch 'kargakis-develop' into develop 2014-05-25 17:52:19 -07:00
Minh T. Nguyen
00a5761bbc Inserting comma in enumeration; reverting back to Andreas' original sentence to 'Let`s look at how this works...' 2014-05-25 17:51:50 -07:00
Minh T. Nguyen
585ee74181 Merge branch 'develop' of https://github.com/kargakis/bitcoinbook into kargakis-develop 2014-05-25 17:44:44 -07:00
Minh T. Nguyen
3b76fc6112 To create private key, we retry when the random number is less than n - 1; even if it is n - 1; Issue #28 2014-05-25 17:23:47 -07:00
kargakis
f2483c94e8 chapter 4 syntax, grammar and markdown fixes 2014-05-26 00:01:06 +03:00
Andreas M. Antonopoulos
9064688e73 Merge branch 'chapter/Chapter4', compressed keys, into develop 2014-05-24 12:16:56 -04:00
Andreas M. Antonopoulos
4d78debacc further explain WIF-compressed 2014-05-24 12:16:12 -04:00
Andreas M. Antonopoulos
89fb743be5 base58check encodings, compressed public keys, compressed WIF 2014-05-24 12:13:28 -04:00
Andreas M. Antonopoulos
52045782de chapter 4: re-organized flow, expanded sections - private key, ecc, public key, address, base58, base58check. 2014-05-22 20:19:51 -04:00
Andreas M. Antonopoulos
57edb8bc41 downgrade acknowledgments to a level 3 heading 2014-05-21 20:57:18 -04:00
andreas@antonopoulos.com
8e081c2454 Updated book.asciidoc 2014-05-21 16:52:41 -07:00
Andreas M. Antonopoulos
efefb7e417 Merge appendix-bips 2014-05-21 19:49:20 -04:00
Andreas M. Antonopoulos
e1638034d1 Merge branch 'chapter/Chapter5' 2014-05-21 19:48:37 -04:00
Andreas M. Antonopoulos
7af925fabb Merge branch 'chapter/Chapter4' 2014-05-21 19:48:07 -04:00
Andreas M. Antonopoulos
4f95b138dd Added appendix with selected BIPs. Converted from mediawiki using pandoc and edited manually 2014-05-21 19:40:55 -04:00
Andreas M. Antonopoulos
8c53f6221c Merge branch 'chapter/Chapter4', key relationship diagram into develop 2014-05-21 18:52:17 -04:00
Andreas M. Antonopoulos
efc638c733 typo fix and addition of key-relationships (privK to pubK to addressA) diagram 2014-05-21 18:51:45 -04:00
andreas@antonopoulos.com
a760513287 Updated book.asciidoc 2014-05-21 15:26:26 -07:00
Andreas M. Antonopoulos
ebb914aa9a Merge branch 'chapter/Chapter4', ECC Illustrated, into develop 2014-05-21 18:22:49 -04:00
Andreas M. Antonopoulos
053b26739b ECC illustrated 2014-05-21 18:21:47 -04:00
zaremba-oreilly
a1e7251df3 Merge pull request #5 from oreillymedia/zaremba
Updated Getting Started skeleton doc to point to new Help page
2014-05-21 14:14:27 -04:00
Adam Zaremba
d1fdec14f2 updating atlas book skeleton 2014-05-21 14:02:58 -04:00
zaremba-oreilly
c5458f2a57 Merge pull request #4 from oreillymedia/master
merging from master
2014-05-21 13:34:04 -04:00
Andreas M. Antonopoulos
db09a6c42d Merge branch 'chapter/Chapter5' into develop 2014-05-19 21:14:56 -04:00
Andreas M. Antonopoulos
a44bc4324b scriptSig, scriptPubKey and transaction script evaluation diagrams 2014-05-19 21:03:58 -04:00
Andreas M. Antonopoulos
ceccc2e038 added note to replace ECC diagrams with ones showing correct points 2014-05-19 08:48:39 -04:00
Andreas M. Antonopoulos
7424ccf138 added base58check encoding image and caption 2014-05-19 08:48:39 -04:00
Andreas M. Antonopoulos
78865bdc96 updated image file names in chapter 2014-05-19 08:48:39 -04:00
Andreas M. Antonopoulos
fe048ccddc renamed images, to remove spaces 2014-05-19 08:48:39 -04:00