1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-14 03:48:58 +00:00
Commit Graph

3724 Commits

Author SHA1 Message Date
rating89us
0e3b6afe1b ch02: aggr. tx: add tx batching, saving in fees and exchange withdrawal example 2021-02-20 15:27:52 +01:00
rating89us
7af5264b3f ch10: adding "stale block", removing "orphan block" 2021-02-20 15:17:22 +01:00
Will Binns
9a8224e0cc
Merge pull request #768 from Matthiti/ch04-period-in-quote
Chapter 4: put period outside of quote marks.
2021-02-20 13:41:13 +00:00
Will Binns
86376a99f3
Merge pull request #771 from ffilozov/ch03_fix1
Fixing typo
2021-02-20 13:25:57 +00:00
Will Binns
2ca87a4e5c
Merge pull request #772 from ffilozov/ch04_fix1
Rewording phrase to be consistent with earlier phrasing
2021-02-20 13:25:38 +00:00
Will Binns
c9dab0d991
Merge pull request #773 from ffilozov/ch04_fix2
Adding missing preposition.
2021-02-20 12:54:46 +00:00
Will Binns
06588b50d1
Merge pull request #774 from ffilozov/ch07_fix1
Added missing word.
2021-02-20 12:53:50 +00:00
Will Binns
90a71a9198
Merge pull request #776 from ffilozov/ch10_fix1
Fixing typo.
2021-02-20 12:40:17 +00:00
Will Binns
48b03b42f6
Merge pull request #778 from ffilozov/ch10_fix3
Fixing off-by-one dice target, and adding more precision to the outcome.
2021-02-20 11:13:16 +00:00
Will Binns
76d42815cc
Merge pull request #779 from ffilozov/ch10_fix4
Changing phrase to a more conventional one.
2021-02-20 11:11:46 +00:00
Will Binns
db262aac6a
Merge pull request #780 from ffilozov/ch10_fix5
Changing phrase to a more conventional one.
2021-02-20 11:09:14 +00:00
Will Binns
e79c1c09a7
Merge pull request #781 from ffilozov/ch12_fix1
Adding missing bitcoin amounts
2021-02-20 11:05:33 +00:00
Will Binns
61f59bbfaf
Merge pull request #784 from rating89us/patch-24
ch04: fix multisig explanation
2021-02-20 11:01:11 +00:00
Will Binns
be76404e18
Merge pull request #786 from rating89us/patch-26
simple-payment-verification -> simplified-payment-verification (SPV)
2021-02-20 10:55:48 +00:00
Will Binns
a42f111b9c
Merge pull request #787 from rating89us/patch-27
ch01: wallets -> wallet
2021-02-20 10:43:46 +00:00
Will Binns
0f92746738
ch04: Remove bash symbol from comments 2021-02-20 11:36:33 +01:00
Will Binns
375ecc49f9
Merge pull request #796 from rating89us/patch-35
ch04: paper wallet = private key + address
2021-02-20 10:29:04 +00:00
Will Binns
9958254350
Merge pull request #798 from rating89us/patch-37
ch05: keys -> addresses
2021-02-20 10:23:29 +00:00
Will Binns
9f10eb6259
Merge pull request #794 from rating89us/patch-33
ch11: fix multisig explanation
2021-02-20 10:11:49 +00:00
Will Binns
03f57404aa
Merge pull request #793 from ogennadi/patch-1
Fix typo
2021-02-20 10:09:27 +00:00
Will Binns
a6ca7173f4
Merge pull request #791 from rating89us/patch-30
ch02: explain that both outputs are in a single tx
2021-02-20 10:04:24 +00:00
Will Binns
15a43b927c
Merge pull request #789 from rating89us/patch-29
ch01: Alice's address -> Alice's wallet
2021-02-20 10:03:16 +00:00
rating89us
388da74024
ch05: keys -> addresses 2021-02-20 02:15:30 +01:00
rating89us
b640698e0f
ch04: paper wallet = private key + address 2021-02-19 01:58:46 +01:00
rating89us
57dba437c5
ch11: fix multisig explanation 2021-02-16 16:41:01 +01:00
Oge Nnadi
8c30f250b4
Fix typo 2021-02-15 12:51:42 -06:00
rating89us
b80ffe0bfe
ch02: explain that both outputs are in a single tx 2021-02-14 18:27:46 +01:00
rating89us
4956c6f6c9
ch01: Alice's address -> Alice's wallet 2021-02-13 02:05:39 +01:00
rating89us
76fa766a09
ch01: wallets -> wallet 2021-02-13 01:23:16 +01:00
rating89us
407fd8180b
ch09: simple -> simplified (SPV) 2021-02-12 22:37:30 +01:00
rating89us
6e2568bdff
ch08: simple -> simplified (SPV) 2021-02-12 22:36:47 +01:00
rating89us
c939ce53cb
ch01: simple -> simplified (SPV) 2021-02-12 22:35:29 +01:00
rating89us
0261f4c086
ch02: simple -> simplified (SPV) 2021-02-12 22:33:41 +01:00
rating89us
a65b9fbcd6
ch04: fix multisig explanation 2021-02-12 15:39:11 +01:00
Felix Filozov
cdcfeb16e8 Fixing typo. 2021-02-10 21:24:29 -05:00
Felix Filozov
c66298c3c5 Added missing word. 2021-02-10 21:21:42 -05:00
Felix Filozov
4ee95ea2a9 Adding missing preposition. 2021-02-10 21:20:03 -05:00
Felix Filozov
71d99e62a2 Adding missing bitcoin amounts 2021-02-10 21:10:37 -05:00
Felix Filozov
9fa9fd891e Changing phrase to a more conventional one. 2021-02-10 21:08:19 -05:00
Felix Filozov
879243bf95 Changing phrase to a more conventional one. 2021-02-10 21:06:17 -05:00
Felix Filozov
e60b823854 Fixing off-by-one dice target, and adding more precision to the outcome.
The minimum target cannot be 2, because you can't throw
a pair of dice and get a value less than 2.
2021-02-10 21:00:20 -05:00
Felix Filozov
f8bd256311 Rewording phrase to be consistent with earlier phrasing 2021-02-10 20:13:33 -05:00
Felix Filozov
984005648a Fixing typo 2021-02-10 20:10:13 -05:00
Matthijs Roelink
5b03ecb3df Chapter 4: put period outside of quote marks. 2021-02-08 15:12:06 +01:00
rating89us
4971598b5a
glossary: add passphrase entry 2021-02-08 01:47:23 +01:00
jerzybrzoska
b56735ae9c
ch08.asciidoc I specified where UTXO pool is stored in Bitcoin Core to avoid confusion
When came across this paragraph I assumed, thinking "some [other than Bitcoin Core] implementations of the bitcoin client" that Bitcoin Core does not store its UTXO pool anywhere. I did [some research] (https://bitcoin.stackexchange.com/questions/102267/where-in-bitcoin-are-mempool-and-utxo-pools-written) and it turns out that it does. Providing 
such a detail to the readers would help avoid unnecessary confusion.
2021-02-05 16:18:13 +01:00
jerzybrzoska
e0af335152
ch08.asciidoc: Implementation status of BIP-150 and BIP-151 (
In fact, [BIP-151](https://github.com/bitcoin/bips) was withdrawn.
2021-02-05 10:52:45 +01:00
rating89us
eb57ec48a0
ch12: transaction -> transactions 2021-01-31 18:22:49 +01:00
rating89us
5a999ae452
ch06: that -> each 2021-01-31 16:27:36 +01:00
rating89us
d4fa3e590a
ch06: extracted -> extracts (parallelism) 2021-01-31 16:17:08 +01:00