1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-26 09:58:22 +00:00
Commit Graph

3776 Commits

Author SHA1 Message Date
Will Binns
db29978d3e
ch01: Drop redundant use (alluded to previously) 2021-03-11 09:01:41 +01:00
Will Binns
f7954eee1a
ch12: s/clicks/selects/ 2021-03-11 09:00:22 +01:00
Will Binns
acf4465ab6
ch01: s/clicks on/uses/ 2021-03-11 08:58:41 +01:00
Will Binns
cb5668aa5d
ch01: s/mneumonic/mnemonic/ 2021-03-11 08:57:15 +01:00
Will Binns
3f8789f8cb
Merge pull request #866 from krupawan5618/patch-2
ch01: Removed Mycelium and replaced with Bluewallet
2021-03-11 08:49:51 +01:00
Will Binns
8d55f0759a
ch05: Don't use web pages to generate mnemonics
Due to the recent controversy regarding bitcoinpaperwallet.com,
recommending we don't even point people to places where they can use
webpages to generate private keys and/or mnemonics.
2021-03-11 08:35:40 +01:00
Will Binns
2fb5578a37
Merge pull request #870 from rating89us/patch-66
ch10: update total hashing power list and charts
2021-03-11 07:25:38 +01:00
rating89us
8fb014f20e ch10: update total hashing power list and charts 2021-03-11 04:13:52 +01:00
Will Binns
77be794ca5
github_contrib: Add new contributors 2021-03-10 10:56:28 +01:00
Will Binns
f47d4379d4
ch10: s/100/82/
Closes #790
2021-03-10 10:21:58 +01:00
Will Binns
553e1a51fb
ch07: Swap placement of sender and receiver
Closes #760
2021-03-10 10:18:58 +01:00
Will Binns
e6f8c9d880
ch03: Add mention that full node is required
Closes #758
2021-03-10 10:16:00 +01:00
Will Binns
6661b9cbec
ch07: Update script example to account for bug
Closes #624
2021-03-10 09:36:12 +01:00
Will Binns
db678d15c0
ch06: s/operators/pointers/
Closes #622
2021-03-10 09:30:24 +01:00
Will Binns
1d47698552
ch06: Add mention of 'OP_0'
Closes #621
2021-03-10 09:25:15 +01:00
Will Binns
97fc0ed895
ch05: Revise wording regarding derivation
Closes #552
2021-03-10 09:08:36 +01:00
Will Binns
eb4851d113
Merge pull request #865 from rating89us/patch-66
ch10: stale block -> fix text, update diagrams & subtitle
2021-03-10 08:38:49 +01:00
Will Binns
ef8a9158f7
Merge pull request #864 from krupawan5618/patch-1
ch06 - Added ScriptSig serialization table for completeness
2021-03-10 08:38:13 +01:00
Will Binns
6b8e6ca895
Merge pull request #849 from krupawan5618/patch-7
Update ch07.asciidoc -  Clarify current restrictions of standard multisig vs. P2SH
2021-03-10 08:35:58 +01:00
Will Binns
8f059d8330
Merge pull request #847 from krupawan5618/patch-6
Update ch07.asciidoc - Removed Public Key for unlocking script for P2SH
2021-03-10 08:34:20 +01:00
Will Binns
0ddb88f925
github_contrib: Add 'Jolly-Pirate' 2021-03-10 08:18:13 +01:00
Will Binns
c4a233cd30
Merge pull request #829 from Jolly-Pirate/patch-1
Fix for Private Key (WIF-Compressed)
2021-03-10 08:17:03 +01:00
Will Binns
06b8fe01cc
Merge branch 'develop' into patch-1 2021-03-10 08:16:25 +01:00
Will Binns
3190b5a49b
ch10: Update size of blockchain 2021-03-09 22:17:44 +01:00
Will Binns
d10161ab82
ch10: Update hashlib excerpt for Python 3 2021-03-09 21:24:41 +01:00
Will Binns
65bd520926
ch10: Update result for use of Python 3 2021-03-09 19:17:32 +01:00
Will Binns
7b7128f2f0
ch09: s/2017/2021/ 2021-03-09 19:05:37 +01:00
Will Binns
6b60154d5e
ch09: Update testnet3 size 2021-03-09 18:58:14 +01:00
Will Binns
569c02c373
ch08: Combine sentences regarding bloom filters 2021-03-09 16:02:05 +01:00
Will Binns
ef7fd81d89
ch07: Fix 'BOOLOR' styling to match other operators 2021-03-09 14:52:46 +01:00
Will Binns
cda3029400
ch05: s/Mycelium Gear/BTCPay Server/ 2021-03-09 10:36:59 +01:00
Will Binns
ec6887c389
ch05: Fix redirected link 2021-03-09 10:29:28 +01:00
krupawan5618
ae33c56980
Update ch01.asciidoc 2021-03-08 17:50:46 -05:00
krupawan5618
ff378189cd
Update ch01.asciidoc 2021-03-08 17:18:58 -05:00
krupawan5618
f5bc0ba02a
Update ch01.asciidoc 2021-03-08 17:17:21 -05:00
krupawan5618
0bff7b8f13
Update ch01.asciidoc
typos
2021-03-08 17:15:27 -05:00
krupawan5618
a5e377f42a
Update ch01.asciidoc 2021-03-08 17:14:25 -05:00
krupawan5618
a127847dc2
Update ch01.asciidoc 2021-03-08 17:12:38 -05:00
krupawan5618
5eaf59a8fe
Update ch01.asciidoc 2021-03-08 16:35:59 -05:00
krupawan5618
2da8710372
Update ch01.asciidoc 2021-03-08 16:35:01 -05:00
krupawan5618
b0ad3150fd
Update ch01.asciidoc 2021-03-08 16:31:54 -05:00
rating89us
4dcaf5b1f8 ch10: stale block -> fix text, update diagrams & subtitle 2021-03-08 22:15:11 +01:00
krupawan5618
6635f27e85
Update ch01.asciidoc 2021-03-08 16:10:12 -05:00
krupawan5618
be941d5585
Update ch01.asciidoc 2021-03-08 16:07:47 -05:00
krupawan5618
3c819ec440
Update ch01.asciidoc 2021-03-08 16:06:06 -05:00
krupawan5618
dc9733339c
Update ch01.asciidoc 2021-03-08 15:54:48 -05:00
krupawan5618
5a562bfb74
Add files via upload 2021-03-08 15:42:12 -05:00
krupawan5618
0cb81479af
Update ch01.asciidoc 2021-03-08 15:34:00 -05:00
krupawan5618
a344ffb053
Update ch05.asciidoc
Replacing mycelium with Bluewallet.
2021-03-08 14:49:15 -05:00
krupawan5618
778f50fd8a
Update ch06.asciidoc
A quick note that scriptsig is just one type of unlocking script - adheres to chapters main intent of using "unlocking/locking script" more broadly.
2021-03-08 13:42:59 -05:00