1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-05 23:10:03 +00:00
Commit Graph

1798 Commits

Author SHA1 Message Date
Andreas M. Antonopoulos
adc3e033d8 Merged branch ch08 into develop 2017-01-12 13:07:50 +07:00
Andreas M. Antonopoulos
e024f7880a renumber ch08 2017-01-12 13:05:18 +07:00
Andreas M. Antonopoulos
f5aa5d4b21 Merge pull request #214 from fjrojasgarcia/develop
Proposal to extend an even richer glossary of terms
2017-01-10 20:33:43 +07:00
Andreas M. Antonopoulos
c1cce527c1 Merge branch 'develop' into develop 2017-01-10 20:33:23 +07:00
Andreas M. Antonopoulos
7a2979c73e Merge pull request #218 from bitcoinbook/wbnns-bitcoins-case
Change references; 'bitcoins' to 'bitcoin'
2017-01-10 20:28:24 +07:00
Andreas M. Antonopoulos
c7ad113eef Merge pull request #217 from elias19r/patch-1
Format decoded transaction json
2017-01-10 20:27:26 +07:00
Andreas M. Antonopoulos
2ce209c830 Merge pull request #220 from bitpay/develop
Added Bitcore examples.
2017-01-10 20:26:45 +07:00
Andreas M. Antonopoulos
eace29e4f9 Merge pull request #221 from dimitris-t/patch-1
Update ch07.asciidoc
2017-01-10 20:26:07 +07:00
dimitris-t
5b5a5fd0ee Update ch07.asciidoc
Fixes 3 typos.
2017-01-10 13:42:01 +02:00
Andreas M. Antonopoulos
f2a03c5112 fixup ch07 edits 2017-01-10 17:40:56 +07:00
Andreas M. Antonopoulos
519e652c4f fixes
indent, one additional question,
2017-01-10 17:34:39 +07:00
Andreas M. Antonopoulos
a1c3e637ae fix image path 2017-01-10 17:29:39 +07:00
Andreas M. Antonopoulos
599af2a8ea remove debris files 2017-01-10 17:26:20 +07:00
Andreas M. Antonopoulos
ad822ee004 Merged branch ch07 into develop 2017-01-10 17:20:56 +07:00
Andreas M. Antonopoulos
45665805c3 edits and fee-sniping section 2017-01-10 17:20:14 +07:00
Andreas M. Antonopoulos
ef6fe6dde7 ch07 ready for review
finalized ch07,
segwit moved to appendix for future features
2017-01-10 14:46:54 +07:00
Chris Kleeschulte
02d79c2c64 Added Bitcore examples. 2016-12-29 16:59:00 -05:00
Will Binns
e09b77e15d
ch03: Revise VPS cost to account for space req 2016-12-21 11:51:54 -06:00
Will Binns
1188fdba63
ch03: Revise blockchain download time in Core 2016-12-21 11:47:00 -06:00
Will Binns
46c863093e
ch03: Update space req for node for room to grow 2016-12-21 11:43:50 -06:00
Will Binns
117027c65b
ch03: Update # of contributors as of Dec 2016 2016-12-21 11:30:58 -06:00
Will Binns
b2bcf6c9ac
Change references; 'bitcoins' to 'bitcoin' 2016-12-21 09:32:29 -06:00
Will Binns
8962fb074c
Remove Blockr, HTTPS expired / security warning 2016-12-21 08:39:01 -06:00
Will Binns
7fc2121e07
Remove hyphen, 'de-centralized' 2016-12-21 08:27:23 -06:00
Andreas M. Antonopoulos
6555dff6bb nLocktime, CLTV first draft 2016-12-17 22:55:17 +02:00
Elias Rodrigues
079ac0a2bd Format decoded transaction json 2016-12-17 15:14:35 -02:00
Andreas M. Antonopoulos
bc3fe531a3 ch07 reorg 2016-12-17 18:38:42 +02:00
Will Binns
8c4eaf1b6c
ch01: Update req for blockchain, room to grow 2016-12-17 09:31:29 -06:00
Will Binns
4c5af7b3d0
ch01: Update estimated current market cap 2016-12-17 09:16:52 -06:00
Will Binns
e83e316d03
preface: Remove redundant link to CC homepage 2016-12-17 09:02:33 -06:00
Will Binns
674e5ace8c
preface: Add link to CC-BY-NC 2016-12-17 08:58:08 -06:00
Andreas M. Antonopoulos
897ba7ad02 Merge pull request #216 from wlbentley/develop
Fixes display of extraneous backslashes in 3 places.
2016-12-16 16:55:56 +02:00
Andreas M. Antonopoulos
572667c69c Merge pull request #177 from kristjanr/develop
Fix unorderable types error&make code more uniform
2016-12-16 16:37:05 +02:00
Andreas M. Antonopoulos
fb3107824c ch07 outline fill 2016-12-16 14:18:37 +02:00
Andreas M. Antonopoulos
16f776af0a ch07 intro 2016-12-16 14:09:23 +02:00
Andreas M. Antonopoulos
9cba81699f Merged branch develop into master 2016-12-15 15:28:56 +02:00
Andreas M. Antonopoulos
158988d73c Merged branch ch06 into develop 2016-12-15 15:27:32 +02:00
Andreas M. Antonopoulos
6c2b6de993 ch06 final edits 2016-12-15 15:19:20 +02:00
Andreas M. Antonopoulos
1192c97c8e ch06 edits 2 2016-12-15 12:16:30 +02:00
Andreas M. Antonopoulos
81e79e3fdb ch06 edits round 1 2016-12-15 09:52:47 +02:00
Wm Bentley
898d0965e7 Fixes display of extraneous backslashes in 4 places.
On line 274: Removed backslash before '+' character in double quotes, wrapped '+' in backticks.
Only the first backslash was being correctly substituted, the second was erroneously displayed. (bug in asciidoctor?)

On line 460: Removed backslashes before '+' character in formula.
These backslashes were unnecessary; the '+' in an inline formula is rendered normally here and elsewhere.
2016-12-14 23:52:27 -08:00
Andreas M. Antonopoulos
a71ed6a4a6 Signatures, SIGHASH and ECDSA Math 2016-12-14 18:23:52 +02:00
Andreas M. Antonopoulos
f4ae9ae7ce move advanced transaction stuff to next chapter 2016-12-12 18:47:36 +02:00
Andreas M. Antonopoulos
2de323d6c1 ch06 fixup 2016-12-12 15:15:42 +02:00
Andreas M. Antonopoulos
54de3ac14d transaction fees 2016-12-12 15:00:27 +02:00
Will Binns
5e9f9e6e72 Revert "Merge pull request #208 from jonathancross/book-includes"
This reverts commit 52dadba957.

book.asciidoc is being used for the O'Reilly early-release program and should only contain the completed chapters from the in-progress second edition of the book. Please do not modify, thanks!
2016-12-09 09:16:34 +00:00
Will Binns
52dadba957 Merge pull request #208 from jonathancross/book-includes
Fixing book.asciidoc file includes to match actual file names.
2016-12-08 22:16:33 -06:00
Will Binns
3af657a347 Merge pull request #209 from jonathancross/chapter-5
ch05: Fixing list item content in 'mnemonic code' section.
2016-12-08 22:14:46 -06:00
Will Binns
3a18ae6905 Merge pull request #207 from jonathancross/whitepaper-fix
Fixing satoshi_whitepaper appendix id.
2016-12-08 22:00:21 -06:00
Will Binns
b67216f822 preface: Add contributor, venzen 2016-12-08 21:54:12 -06:00