1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-10-09 09:33:16 +00:00
Commit Graph

51 Commits

Author SHA1 Message Date
drusselloctal@gmail.com
668d8555ae Made changes to ch08.asciidoc 2014-10-31 03:54:41 -07:00
drusselloctal@gmail.com
bcf9e5fbda Made changes to ch08.asciidoc 2014-10-31 03:47:27 -07:00
drusselloctal@gmail.com
840ff12591 Made changes to ch08.asciidoc 2014-10-31 03:44:45 -07:00
Chris Pappas
4f2958ec72 Fixing xref errors and mathml problem 2014-10-07 12:37:32 -04:00
Chris Pappas
753f79ea71 Removing some hard coded xrefs 2014-10-07 11:51:34 -04:00
Chris Pappas
c44017a5ee Renaming figure filerefs 2014-10-07 11:35:22 -04:00
Andreas M. Antonopoulos
aa332a7008 code examples 2014-09-28 11:52:50 -04:00
Andreas M. Antonopoulos
4b894c232c Merge branch 'am_review' into develop 2014-09-25 12:02:43 -04:00
Andreas M. Antonopoulos
8235b51ca8 review comments from Allyson MacDonald 2014-09-25 12:02:07 -04:00
Minh T. Nguyen
bd66bdc814 Light copy editing of some of the recent commits 2014-09-24 09:09:31 -07:00
Andreas M. Antonopoulos
a42063616d It takes a 51% attack to cause a double-spend. 2014-09-10 12:51:04 -04:00
Andreas M. Antonopoulos
e8bb0e7dae Merge branch 'code_samples' into develop 2014-09-07 11:53:18 -04:00
hizzvizz
a450708b4a Update ch08.asciidoc
Minor grammar fixes.
2014-08-29 11:33:53 -04:00
Andreas M. Antonopoulos
8828882153 added max_money.py code example 2014-08-29 10:51:02 -04:00
Bryan Gmyrek
fb85f8a14d more grammar fixes 2014-08-25 19:24:24 -07:00
Bryan Gmyrek
7622f0c77f grammar fix 2014-08-25 18:32:24 -07:00
Lornestar
06155bcb20 Never heard that ex nihilo before, no need 2014-08-25 01:52:05 +08:00
Lornestar
9322a60b83 Most won't know what a clearing house is 2014-08-25 01:50:03 +08:00
Lornestar
cc9ba043b1 Quick summary of miners role 2014-08-25 01:48:47 +08:00
Michalis Kargakis
6b852f2a8e Add missing comma 2014-08-20 02:31:14 +03:00
Minh T. Nguyen
2a8399dad1 Add 'virtually' to 'virtually impossible' when talking about hash collisions per issue #94 2014-08-17 16:00:05 -07:00
Minh T. Nguyen
683af91111 Change 'Jing’s node has assembled a chain of 277,314 blocks' to 'Jing's node has assembled a chain up to block 277,314.' per issue #92 2014-08-17 15:54:21 -07:00
Minh T. Nguyen
3de2551c7f Change 'In the example above' to 'In the hashing example above' to disambiguate which example is being referred to per issue #87 2014-08-17 15:40:14 -07:00
Minh T. Nguyen
c11901122c Reword the block verification checklist per Issue #85 2014-08-17 15:33:25 -07:00
Minh T. Nguyen
483c5b7373 Reword the transaction verification checklist per Issue #85 2014-08-17 15:27:19 -07:00
Minh T. Nguyen
30d6e767aa Fixing decimal calculation of target difficulty per Issue #93 2014-08-12 08:27:18 -07:00
Minh T. Nguyen
1f3fc48cad Finish copyediting of chapter 8 2014-08-11 23:08:43 -07:00
Minh T. Nguyen
a3daf44a57 Undoing or fixing some of the proposed changes from Issue #90 2014-08-10 22:21:15 -07:00
Minh T. Nguyen
7b665be009 Resolve merge conflicts following pull for issue #90 2014-08-10 22:11:25 -07:00
Minh T. Nguyen
4b866d2826 Undoing a comma from Issue #89 as it's not an enumeration of items 2014-08-10 21:43:58 -07:00
Minh T. Nguyen
2c0b6dcd18 Resolving merge conflicts with merge from issue #89 2014-08-10 21:42:31 -07:00
Erik Wahlström
3f12d6703b Update ch08.asciidoc
Proposed changes
2014-08-09 22:42:17 +02:00
Michalis Kargakis
8fc0a6f0f8 Ch.8 first parts fixes 2014-08-09 20:34:06 +03:00
Ed Eykholt
d1f5a6ae67 grammar and punctuation Chapter 8 2014-08-08 21:42:20 -07:00
Andreas M. Antonopoulos
e173d9e826 mining pools, p2pool, consensus attacks 2014-08-07 13:38:02 -05:00
Andreas M. Antonopoulos
1d0cf1166d forks, difficulty target, two new diagrams 2014-08-01 11:11:54 -04:00
Andreas M. Antonopoulos
c335c1cf6d difficulty targeting, block validation, chain selection 2014-07-31 17:22:08 -04:00
Andreas M. Antonopoulos
4055987987 fixed intro and flow of mining. 2014-07-30 14:38:54 -04:00
Andreas M. Antonopoulos
fa657f5e40 chapter re-organization, mining first, then consensus 2014-07-29 22:42:11 -04:00
Andreas M. Antonopoulos
efe3a962a9 coinbase data 2014-07-29 11:54:24 -04:00
Andreas M. Antonopoulos
b1cd52b9e9 generation Tx example 2014-07-29 11:39:31 -04:00
Andreas M. Antonopoulos
88030ed78d format fix 2014-07-29 11:22:32 -04:00
Andreas M. Antonopoulos
d5e4a9f2da block header and mining 2014-07-29 10:38:01 -04:00
Andreas M. Antonopoulos
5ff9890943 Constructing the block header, difficulty representation 2014-07-28 18:36:29 -04:00
Andreas M. Antonopoulos
4f4c60ca1f corrections, generation Tx, reward calculation, coinbase data 2014-07-28 15:47:06 -04:00
Andreas M. Antonopoulos
21f7f2d6e3 Transaction Verification moved to chapter 8. 2014-07-21 20:06:33 -05:00
Andreas M. Antonopoulos
1722dd4088 re-org part 2 2014-07-13 14:55:17 -04:00
Andreas M. Antonopoulos
c42c4f78ab re-organized chapter 6 2014-07-13 14:54:39 -04:00
Andreas M. Antonopoulos
ad50ac19d1 removed empty chapters from develop 2014-04-15 20:24:41 -04:00
Andreas M. Antonopoulos
a0728c0511 removed chapter names from title, removed intro and colo files 2013-07-24 13:06:29 -07:00