user135711
a6194e565b
made link relative
...
made relative
2018-04-29 21:04:58 -07:00
user135711
97eb6fce80
Removed external links for print book
...
I forgot this was a print book, so I removed the reference to external sites in my pull request.
2018-04-29 20:57:12 -07:00
user135711
043f1aa53a
Update ch03.asciidoc
2018-04-29 20:04:25 -07:00
user135711
c565747670
Update ch03.asciidoc
2018-04-29 19:25:19 -07:00
user135711
96e5036ca2
bitcoin.conf is not created automatically
...
The file didn't exist after building and installing the .16 most recent release and according to the documentation in the added [link](https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File ) and [bitcoin stackexchange](https://bitcoin.stackexchange.com/questions/11190/where-is-the-configuration-file-of-bitcoin-qt-kept ) you are supposed to make it yourself.
2018-04-29 19:14:16 -07:00
Omar Boukli-Hacene
73f288dcaf
Normalize animals.oreilly.com URL in colophon
2018-04-28 12:12:03 +04:00
Omar Boukli-Hacene
f33a8de918
Fix double whitespaces in chapter 1
2018-04-27 10:12:08 +04:00
Omar Boukli-Hacene
f18d93d18a
Normalize and update URL to HTTPS scheme
2018-04-27 09:19:01 +04:00
Omar Boukli-Hacene
9c67786252
Normalize URLs
2018-04-27 00:43:41 +04:00
Omar Boukli-Hacene
cfabc0d271
Update URLs to HTTPS scheme
2018-04-27 00:28:38 +04:00
Omar Boukli-Hacene
86034b6ecd
Fix inconsistent date format
2018-04-26 04:03:12 +04:00
Omar Boukli-Hacene
111b6b6a7f
Fix missing comma
2018-04-26 03:35:03 +04:00
Nelson R. Perez
a13096089e
Adjusted size of the figure
2018-04-22 21:40:49 -05:00
Nelson R. Perez
d6e1399c35
Adding a diagram to better illustrate what the different bit flag combinations imply
2018-04-22 21:38:05 -05:00
Patrick Stockwell
d50fdfc720
Change 'inputs' to 'outputs'
...
Anything value unspent would have to come from an output.
...uses previously unspent `outputs`, and ...
2018-04-14 23:43:04 +10:00
Lorenzo Manacorda
3a62587d88
Remove "short" from timelock sentence
...
I think that short provides an unnecessary detail to the explanation. The timelock can be short or long.
Also, in the provided example, the timelock expires after around 7 days, which may or may not be short.
2018-04-14 13:04:11 +02:00
Chris McBride
db6370b735
fix double negative in example
...
the double negative changes the example output to 13 instead of the expected 7
2018-04-04 17:59:58 -04:00
Arthur O'Dwyer
40206be146
s/indexi/index/
2018-03-26 14:27:06 -07:00
Arthur O'Dwyer
8fb3e8946e
Add a missing period.
...
(This sentence appears in Appendix D, in my PDF copy!)
2018-03-26 14:18:40 -07:00
Arthur O'Dwyer
c4f2e530df
Replace some hyphens.
2018-03-26 14:17:11 -07:00
Arthur O'Dwyer
f0beb7b613
Italicize a few disabled opcodes.
2018-03-26 13:52:51 -07:00
Arthur O'Dwyer
e9e2b53769
Fix the description of OP_TUCK.
...
The code is
https://github.com/bitcoin/bitcoin/blob/master/src/script/interpreter.cpp#L686-L693
valtype vch = stacktop(-1);
stack.insert(stack.end()-2, vch);
which looks to me like it turns
bottom-> ..., D, C, B, A <-top
into
bottom-> ..., D, C, A, B, A <-top
2018-03-26 13:39:13 -07:00
Arthur O'Dwyer
1a8484b81f
Revert accidental s/=/==/ in the Bitcoin Whitepaper appendix.
...
This looks like a `sed` accident in commit 44eecb1b
.
2018-03-26 13:01:22 -07:00
Arthur O'Dwyer
dc1ead7d15
Spelling nit: s/Berkley/Berkeley/
2018-03-25 20:22:49 -07:00
Arthur O'Dwyer
9504d804e0
Stop using numeric_limits for the constant "255", and fix a bug.
...
The bug is that `x % 255` is not quite the same thing as `x % 256`;
but `x & 255` is.
The stylistic issue is that `numeric_limits<uint8_t>::max()` is a
very verbose way of spelling `255`.
2018-03-25 20:17:35 -07:00
koshikraj
d70a0f91f2
fixed hashlib library error for python3
2018-03-16 20:32:21 +05:30
kristen@oreilly.com
ab5ae32bae
Edited ch07.asciidoc with Atlas code editor
2018-03-15 10:09:31 -07:00
kristen@oreilly.com
ee84b330e5
Updated atlas.json
2018-03-15 09:45:24 -07:00
kristen@oreilly.com
abb074e41e
Updated atlas.json
2018-03-15 09:40:43 -07:00
kristen@oreilly.com
76c22db899
Edited colo.html with Atlas code editor
2018-03-15 09:34:21 -07:00
kristen@oreilly.com
bab88e00aa
Edited ch07.asciidoc with Atlas code editor
2018-03-15 09:30:29 -07:00
kristen@oreilly.com
8ac54c414b
Edited ch04.asciidoc with Atlas code editor
2018-03-15 09:28:26 -07:00
kristen@oreilly.com
bff5117c28
Updated atlas.json
2018-03-14 13:59:32 -07:00
Andreas M. Antonopoulos
f8b883dcd4
Merge branch 'master' into develop
2018-03-14 14:59:36 -05:00
kristen@oreilly.com
6486a74a86
Edited ch07.asciidoc with Atlas code editor
2018-03-14 11:20:39 -07:00
kristen@oreilly.com
b58b819411
Edited copyright.html with Atlas code editor
2018-03-14 11:19:15 -07:00
kristen@oreilly.com
02cf61ecef
Edited ch07.asciidoc with Atlas code editor
2018-03-14 11:18:44 -07:00
kristen@oreilly.com
ff3472c3eb
Edited ch10.asciidoc with Atlas code editor
2018-03-14 10:59:23 -07:00
kristen@oreilly.com
cd2d1d6c1a
Edited ch10.asciidoc with Atlas code editor
2018-03-14 10:58:18 -07:00
kristen@oreilly.com
33d62ab636
Edited ch10.asciidoc with Atlas code editor
2018-03-14 10:55:39 -07:00
kristen@oreilly.com
0e9a423f41
Edited ch10.asciidoc with Atlas code editor
2018-03-14 10:51:34 -07:00
kristen@oreilly.com
9fc3bc2424
Edited ch10.asciidoc with Atlas code editor
2018-03-14 10:45:57 -07:00
kristen@oreilly.com
a68ca9165f
Edited ch10.asciidoc with Atlas code editor
2018-03-14 10:42:38 -07:00
kristen@oreilly.com
9cd4be7e55
Edited glossary.asciidoc with Atlas code editor
2018-03-14 10:25:34 -07:00
kristen@oreilly.com
b16467a4f2
Edited preface.asciidoc with Atlas code editor
2018-03-14 10:24:47 -07:00
Andreas M. Antonopoulos
1fb8d09851
Merge branch 'master' into develop
2018-03-14 11:04:51 -06:00
Andreas M. Antonopoulos
3d22d30685
Errata 163567
2018-03-14 10:58:05 -06:00
Andreas M. Antonopoulos
56dcd82bc9
Merge branch 'master' of git.atlas.oreilly.com:oreillymedia/mastering-bitcoin-2e
2018-03-14 10:54:51 -06:00
Andreas M. Antonopoulos
79434212d6
Errata 163573
2018-03-14 10:52:52 -06:00
kristen@oreilly.com
1030ea9bcf
Updated images/mbc2_0204.png
2018-03-14 09:48:25 -07:00