1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-15 12:39:01 +00:00
Commit Graph

4093 Commits

Author SHA1 Message Date
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
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
rating89us
5b0ab20667
ch10: changes to the analogy of a dice game 2021-03-06 13:30:00 +01:00
Will Binns
a24e87f0ba
github_contrib: Add new contributors 2021-03-06 13:26:52 +01:00
rating89us
6edcea1ece
ch10: equal to or lower than the bitcoin network's target 2021-03-06 12:54:04 +01:00
Will Binns
f681618620
Merge pull request #848 from rating89us/patch-54
ch10: block reward decreases over time
2021-03-06 03:40:09 +01:00
Will Binns
f4cba4e09e
Merge pull request #843 from rating89us/patch-53
ch10: also known as block reward or coinbase reward
2021-03-06 03:39:06 +01:00
krupawan5618
a9a5ed38a9
Update ch07.asciidoc
refactored text to create sizeable tip box; fixed typos
2021-03-05 19:48:37 -05:00
krupawan5618
73c3af32c3
Update ch07.asciidoc
Elaborated a bit more on IsStandard() function and provided clarity to the examples written above. 

Reference: ed25cb58f6/src/policy/policy.cpp (L53)
2021-03-05 19:44:54 -05:00
krupawan5618
d2a386cf7f
Update ch07.asciidoc
Aim is to clarify the current restrictions of standard multisig vs. P2SH. The aim is to further clarify why a transaction would be invalid, in each perspective. On a technical note, saying that it 'invalidates the transaction' may not be correct, but my current understanding is that a 2 of 5 multisig transaction would enter the mempool but then become invalid by nodes. 

On the other hand, nodes wouldn't have a way to tell if a P2SH hash has within it 15 public keys as it is just a hash; therefore, the only way to tell is to analyze unlocking script of a transaction in input, unless the basis for 15 public keys is a size restriction? Thank you
2021-03-05 17:54:26 -05:00
rating89us
5fb752cf6e
ch10: block reward decreases over time 2021-03-05 23:52:58 +01:00