Commit Graph

  • 9b6e771645 Better wording for 'be they are legitimate governments' from issue #41 Minh T. Nguyen 2014-06-06 08:13:13 -0700
  • 49444f7d64 Correcting the block number of Alice's transaction as reported by Issue #40 Minh T. Nguyen 2014-06-06 07:56:13 -0700
  • 56f093a8ec Changing casing of millibits to milliBits following the standard on https://en.bitcoin.it/wiki/MilliBit Minh T. Nguyen 2014-06-06 07:53:31 -0700
  • 26c929da66 A public key should be 520 bits / 65 bytes; reported by Issue #39 Minh T. Nguyen 2014-06-05 23:04:48 -0700
  • 40c25b65cb Using the correct public key and x/y coordinates as reported by Issue #39 Minh T. Nguyen 2014-06-05 23:00:43 -0700
  • b4468d0aa9 Correcting the math of the range of patterns for 1Kids* reported with Issue #38 Minh T. Nguyen 2014-06-03 21:54:28 -0700
  • 7ef14e8c65 Merge pull request #37 from erikwam/patch-6 Minh T. Nguyen 2014-06-03 21:41:03 -0700
  • 740d2f7c8d Merge pull request #36 from nagarajhubli/patch-1 Minh T. Nguyen 2014-06-03 21:38:57 -0700
  • de38f59be4 ch5 outline Andreas M. Antonopoulos 2014-06-04 00:17:57 -0400
  • 4c3f9a6919 Update ch04.asciidoc #37 Erik Wahlström 2014-06-03 16:18:09 +0200
  • 7694ede81f minor change #36 Nagaraj Hubli 2014-06-03 14:54:12 +0530
  • 85b0e5574d Merge pull request #35 from nagarajhubli/develop Minh T. Nguyen 2014-06-02 22:12:47 -0700
  • b2728fe8fb Update ch04.asciidoc #35 Nagaraj Hubli 2014-06-03 02:17:24 +0530
  • 2a5a865f17 fixed heading and command output Andreas M. Antonopoulos 2014-06-02 15:16:16 -0400
  • 774a778a45 added code example in text and the output of running the code Andreas M. Antonopoulos 2014-06-02 15:10:42 -0400
  • 4ab26920b9 added python code sample for key and address generation in various formats Andreas M. Antonopoulos 2014-06-02 15:04:18 -0400
  • 2505ada6fe corrected text for ECC "addition to self" G+G, 2G+2G etc Andreas M. Antonopoulos 2014-06-01 21:42:23 -0400
  • 233d97c4d6 corrected EC chart Andreas M. Antonopoulos 2014-06-01 21:39:32 -0400
  • 586c850e5f Light grammatical changes Minh T. Nguyen 2014-06-01 16:47:50 -0700
  • c79af1be5e Merge branch 'jayaddison-develop' into develop Minh T. Nguyen 2014-06-01 16:15:23 -0700
  • 266c8d9f13 Merging a good portion of Issue #33, but not all Minh T. Nguyen 2014-06-01 16:15:07 -0700
  • b011af9243 First proofreading / editing pass #33 James Addison 2014-05-31 18:31:19 -0700
  • b22390950d Updated book.asciidoc andreas@antonopoulos.com 2014-05-31 16:45:00 -0700
  • dc8e0fe995 Merged latest changes from chapter 4 Andreas M. Antonopoulos 2014-05-31 19:40:19 -0400
  • 3d8008caa4 remove book.asciidoc Andreas M. Antonopoulos 2014-05-31 19:36:00 -0400
  • 270bf067a0 remove book.asciidoc (index file) from repo Andreas M. Antonopoulos 2014-05-31 19:33:25 -0400
  • 8704772875 chapter sections and headings re-organization Andreas M. Antonopoulos 2014-05-31 19:26:34 -0400
  • c3bb3651cd p2sh, multisig and paper wallets Andreas M. Antonopoulos 2014-05-31 00:23:15 -0400
  • fa69036d63 bip0038 section done Andreas M. Antonopoulos 2014-05-30 21:45:46 -0400
  • f3c9ba00ac finished vanity section Andreas M. Antonopoulos 2014-05-30 21:12:19 -0400
  • d1a156ffa6 Suggest changing 'no more' to 'no easier' in this sentence. I think that's what you meant Minh T. Nguyen 2014-05-30 00:41:01 -0700
  • 43cd392fe8 Minor grammatical fixes Minh T. Nguyen 2014-05-30 00:40:01 -0700
  • a0bbbab260 Changing Base58Check encoded 'address' to 'payload' to drive down the point that this allows for differentiation of different *types* of data Minh T. Nguyen 2014-05-30 00:14:57 -0700
  • da35f9e99c Missing period Minh T. Nguyen 2014-05-30 00:12:21 -0700
  • 38b95f339f Capitalize english -> English Minh T. Nguyen 2014-05-30 00:06:57 -0700
  • af51ad3086 expand time labels in vanity table Andreas M. Antonopoulos 2014-05-28 20:36:52 -0400
  • b606e44a0d more formatting fixes Andreas M. Antonopoulos 2014-05-28 20:35:04 -0400
  • 092017829c formatting fixes Andreas M. Antonopoulos 2014-05-28 20:34:04 -0400
  • 656e60caeb wallets, non-deterministic, seeds, bip0039, vanity addresses Andreas M. Antonopoulos 2014-05-28 20:24:38 -0400
  • 691c759ba8 Merge branch 'develop' into chapter/Chapter4 Andreas M. Antonopoulos 2014-05-27 12:53:51 -0400
  • 092d0b1236 moved key storage section to last updated base58check diagram (fix sequence of operations, checksum on version+payload) updated public key to bitcoin address diagram Andreas M. Antonopoulos 2014-05-27 12:49:13 -0400
  • d12004e24c RIPEMD160 produces a 160 bit number which is 20 bytes, not 80 bytes Minh T. Nguyen 2014-05-27 00:01:35 -0700
  • 85f0d8cd86 Reapplying the merge from Issue #29 which has been (accidentally?) overwritten recently Minh T. Nguyen 2014-05-26 23:52:28 -0700
  • a8dbc622c5 Re-applying some other spelling/punctuation fixes that were recently overwritten by a merge Minh T. Nguyen 2014-05-26 23:42:30 -0700
  • 4794f17548 New clients have to account for transactions from older clients; see Issue #31 Minh T. Nguyen 2014-05-26 23:34:01 -0700
  • 184c42f2e6 Re-applying fix from Issue #28, which seems to have been accidentally ovewritten by a recent merge Minh T. Nguyen 2014-05-26 23:16:04 -0700
  • c999309a78 Minor grammatical/punctuation fixes Minh T. Nguyen 2014-05-26 23:14:41 -0700
  • 9d7a17071b moved key storage section to last updated base58check diagram (fix sequence of operations, checksum on version+payload) updated public key to bitcoin address diagram Andreas M. Antonopoulos 2014-05-27 12:49:13 -0400
  • bf89cc50ca RIPEMD160 produces a 160 bit number which is 20 bytes, not 80 bytes Minh T. Nguyen 2014-05-27 00:01:35 -0700
  • 4b248497cd Reapplying the merge from Issue #29 which has been (accidentally?) overwritten recently Minh T. Nguyen 2014-05-26 23:52:28 -0700
  • b73363b6bb Re-applying some other spelling/punctuation fixes that were recently overwritten by a merge Minh T. Nguyen 2014-05-26 23:42:30 -0700
  • 6081a06d41 New clients have to account for transactions from older clients; see Issue #31 Minh T. Nguyen 2014-05-26 23:34:01 -0700
  • 94df849716 Re-applying fix from Issue #28, which seems to have been accidentally ovewritten by a recent merge Minh T. Nguyen 2014-05-26 23:16:04 -0700
  • 0d23827f85 Minor grammatical/punctuation fixes Minh T. Nguyen 2014-05-26 23:14:41 -0700
  • d95beb599f formatting fixes and clarification Andreas M. Antonopoulos 2014-05-26 20:51:23 -0400
  • 399cfb16f2 moved paragraph about WIF-compressed format Andreas M. Antonopoulos 2014-05-26 19:16:39 -0400
  • 64ecbed6b6 format fixes and flow Andreas M. Antonopoulos 2014-05-26 19:14:33 -0400
  • 781b63b8c9 formatting fixes Andreas M. Antonopoulos 2014-05-26 19:10:52 -0400
  • cce1ac079d spelling mistakes and formatting fixes Andreas M. Antonopoulos 2014-05-26 19:07:25 -0400
  • 48c8a2603e Merge branch 'develop' Andreas M. Antonopoulos 2014-05-26 19:02:20 -0400
  • eaaf9e7ffa Merge branch 'chapter/Chapter4' into develop Andreas M. Antonopoulos 2014-05-26 18:57:25 -0400
  • 2bbb8a7c0b re-arranged private key content and started on wallets Andreas M. Antonopoulos 2014-05-26 17:20:32 -0400
  • 797c599974 content fixes, clarifications, new diagrams, flow fix Andreas M. Antonopoulos 2014-05-26 17:02:40 -0400
  • 55c1a4fc39 ch4 flow and comment fixes Andreas M. Antonopoulos 2014-05-26 12:33:19 -0400
  • 09997de063 ch4 fixes Andreas M. Antonopoulos 2014-05-26 09:52:53 -0400
  • 5a65f7994c Merge branch 'develop' of https://github.com/aantonop/bitcoinbook into develop Minh T. Nguyen 2014-05-26 14:42:47 -0700
  • eaedbbafce Fix Issue #25: the change of transaction 82 should be 0.085 (ignoring fees for now) Minh T. Nguyen 2014-05-26 14:32:14 -0700
  • 4171a17bdc Merge commit '924ea7bdc4799d06b8edb1cfddad0eb4cfb5db67' into develop Andreas M. Antonopoulos 2014-05-26 17:24:11 -0400
  • 2e35c37816 ignore python virtualenv and csv files Andreas M. Antonopoulos 2014-05-26 17:22:16 -0400
  • 924ea7bdc4 Fixing non-controversial spelling mistakes in chapter 4 Minh T. Nguyen 2014-05-25 18:02:27 -0700
  • dd5f5ae200 Merge branch 'kargakis-develop' into develop Minh T. Nguyen 2014-05-25 17:52:19 -0700
  • 00a5761bbc Inserting comma in enumeration; reverting back to Andreas' original sentence to 'Let`s look at how this works...' Minh T. Nguyen 2014-05-25 17:51:50 -0700
  • 585ee74181 Merge branch 'develop' of https://github.com/kargakis/bitcoinbook into kargakis-develop Minh T. Nguyen 2014-05-25 17:44:44 -0700
  • 3b76fc6112 To create private key, we retry when the random number is less than n - 1; even if it is n - 1; Issue #28 Minh T. Nguyen 2014-05-25 17:23:47 -0700
  • f2483c94e8 chapter 4 syntax, grammar and markdown fixes #29 kargakis 2014-05-26 00:01:06 +0300
  • 9064688e73 Merge branch 'chapter/Chapter4', compressed keys, into develop Andreas M. Antonopoulos 2014-05-24 12:16:56 -0400
  • 4d78debacc further explain WIF-compressed Andreas M. Antonopoulos 2014-05-24 12:16:12 -0400
  • 89fb743be5 base58check encodings, compressed public keys, compressed WIF Andreas M. Antonopoulos 2014-05-24 12:13:28 -0400
  • 52045782de chapter 4: re-organized flow, expanded sections - private key, ecc, public key, address, base58, base58check. Andreas M. Antonopoulos 2014-05-22 20:19:51 -0400
  • 57edb8bc41 downgrade acknowledgments to a level 3 heading Andreas M. Antonopoulos 2014-05-21 20:57:18 -0400
  • 8e081c2454 Updated book.asciidoc andreas@antonopoulos.com 2014-05-21 16:52:41 -0700
  • efefb7e417 Merge appendix-bips Andreas M. Antonopoulos 2014-05-21 19:49:20 -0400
  • e1638034d1 Merge branch 'chapter/Chapter5' Andreas M. Antonopoulos 2014-05-21 19:48:37 -0400
  • 7af925fabb Merge branch 'chapter/Chapter4' Andreas M. Antonopoulos 2014-05-21 19:48:07 -0400
  • 4f95b138dd Added appendix with selected BIPs. Converted from mediawiki using pandoc and edited manually Andreas M. Antonopoulos 2014-05-21 19:40:55 -0400
  • 8c53f6221c Merge branch 'chapter/Chapter4', key relationship diagram into develop Andreas M. Antonopoulos 2014-05-21 18:52:17 -0400
  • efc638c733 typo fix and addition of key-relationships (privK to pubK to addressA) diagram Andreas M. Antonopoulos 2014-05-21 18:51:45 -0400
  • a760513287 Updated book.asciidoc andreas@antonopoulos.com 2014-05-21 15:26:26 -0700
  • ebb914aa9a Merge branch 'chapter/Chapter4', ECC Illustrated, into develop Andreas M. Antonopoulos 2014-05-21 18:22:49 -0400
  • 053b26739b ECC illustrated Andreas M. Antonopoulos 2014-05-21 18:21:47 -0400
  • a1e7251df3 Merge pull request #5 from oreillymedia/zaremba zaremba-oreilly 2014-05-21 14:14:27 -0400
  • d1fdec14f2 updating atlas book skeleton Adam Zaremba 2014-05-21 14:02:58 -0400
  • c5458f2a57 Merge pull request #4 from oreillymedia/master zaremba-oreilly 2014-05-21 13:34:04 -0400
  • db09a6c42d Merge branch 'chapter/Chapter5' into develop Andreas M. Antonopoulos 2014-05-19 21:14:56 -0400
  • a44bc4324b scriptSig, scriptPubKey and transaction script evaluation diagrams Andreas M. Antonopoulos 2014-05-19 21:03:58 -0400
  • ceccc2e038 added note to replace ECC diagrams with ones showing correct points Andreas M. Antonopoulos 2014-05-19 08:44:04 -0400
  • 7424ccf138 added base58check encoding image and caption Andreas M. Antonopoulos 2014-05-19 08:40:33 -0400
  • 78865bdc96 updated image file names in chapter Andreas M. Antonopoulos 2014-05-19 08:37:52 -0400
  • fe048ccddc renamed images, to remove spaces Andreas M. Antonopoulos 2014-05-19 08:37:11 -0400
  • 48bc5ddbf7 Merge branch 'chapter/Chapter4' into develop Andreas M. Antonopoulos 2014-05-19 08:45:35 -0400