1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-13 19:38:56 +00:00
Commit Graph

3752 Commits

Author SHA1 Message Date
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
rating89us
4dcaf5b1f8 ch10: stale block -> fix text, update diagrams & subtitle 2021-03-08 22:15:11 +01: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
krupawan5618
e6e0b43d4c
Update ch06.asciidoc 2021-03-08 13:35:08 -05:00
krupawan5618
911d4a073e
Update ch06.asciidoc 2021-03-08 13:21:40 -05:00
krupawan5618
a3ce7114be
Update ch06.asciidoc 2021-03-08 13:15:00 -05:00
krupawan5618
17ff33257e
Added ScriptSig table for completeness
The public key was lost in this chapter when dissecting the transaction in whole. For completeness, a table demonstrating a breakdown of the ScriptSig was necessary to cover this.
2021-03-08 13:07:05 -05:00
Will Binns
39d663ed30
ch04: Fix 'key-to-address-ecc-example'
The 'pybitcointools' library is deprecated. Vitalik mentions using the
fork from 'primal100'. This updates the code sample which is currently
broken, to use the Python package for that fork.

Runs all good now.
2021-03-08 15:59:01 +01:00
Will Binns
de68a97638
ch03: s/archieved fork/archived fork of/ 2021-03-08 15:11:42 +01:00
Will Binns
ea93a3da15
Merge pull request #850 from rating89us/patch-56
ch10: equal to or lower than the bitcoin network's target
2021-03-08 14:31:45 +01:00
Will Binns
db0f37b731
Merge pull request #851 from rating89us/patch-58
ch10: changes to the analogy of a dice game
2021-03-08 14:15:12 +01:00
Will Binns
947f18ca69
Merge pull request #852 from rating89us/patch-59
ch10: add hard/soft forks to tip
2021-03-08 13:57:30 +01:00
Will Binns
99a0114ad5
Merge pull request #853 from rating89us/patch-60
ch10: candidate blocks -> winning/valid blocks; some other fixes
2021-03-08 13:56:53 +01:00
Will Binns
b5e2f83eeb
Merge pull request #855 from rating89us/patch-61
ch10: fixing diagrams and text of blockchain fork event
2021-03-08 13:55:32 +01:00
Will Binns
801eb92661
Merge pull request #859 from rating89us/patch-62
ch10: coinbase -> coinbase data
2021-03-08 13:40:12 +01:00
Will Binns
e1e7e256d7
Merge pull request #860 from rating89us/patch-63
appdx-bitcoinwhitepaper: and -> which
2021-03-08 13:39:39 +01:00
Will Binns
e5595689be
Merge pull request #861 from rating89us/patch-64
glossary: block/coinbase/mining reward; coinbase data; halving
2021-03-08 13:39:09 +01:00
Will Binns
ea20a9a312
Merge branch 'develop' into patch-64 2021-03-08 13:39:03 +01:00
Will Binns
f15be3a63e
Merge pull request #862 from rating89us/patch-65
ch10: add candidate block; edit stale block
2021-03-08 13:36:02 +01:00
rating89us
666b304900
ch10: add candidate block; edit stale block 2021-03-06 22:02:14 +01:00
rating89us
c1e03f85ed glossary: block reward, coinbase reward, mining reward 2021-03-06 21:42:46 +01:00
rating89us
635d9ae2b0
appdx-bitcoinwhitepaper: and -> which 2021-03-06 20:53:31 +01:00
rating89us
7bc0385c3a
ch10: coinbase -> coinbase data 2021-03-06 17:40:07 +01:00
rating89us
e6a534e9c8 ch10: fixing diagrams and text of blockchain fork event 2021-03-06 17:09:33 +01:00
rating89us
dc2ec6a072
ch10: candidate blocks -> winning/valid blocks; some other fixes 2021-03-06 15:19:37 +01:00
rating89us
b1d987ee51
ch10: add hard/soft forks to tip 2021-03-06 15:09:16 +01:00
Will Binns
0a62adef85
ch01: Update market cap and largest transaction to date 2021-03-06 13:36:55 +01:00