1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-12 10:58:55 +00:00
Commit Graph

398 Commits

Author SHA1 Message Date
Will Binns
b9a5fdb605
Merge pull request #825 from rating89us/patch-38
ch04: add missing line break
2021-03-04 19:37:54 +01:00
Will Binns
50f36c4943
Merge pull request #818 from krupawan5618/patch-2
Update ch04.asciidoc - consistency with hexadecimal and bytes
2021-03-04 19:28:29 +01:00
Will Binns
4a469266ee
Merge pull request #817 from vasild/fix_vertical_line_vs_tangent
ch04: the line through (x,y) and (x,-y) is not "tangent"
2021-03-04 19:25:03 +01:00
Will Binns
ff5e3fddb8
Merge pull request #816 from krupawan5618/patch-1
Update ch04.asciidoc - added "8G"
2021-03-04 19:23:50 +01:00
Will Binns
f54b6736c0
Merge pull request #743 from syncom/syncom/ch04-suggest-a-more-appropriate-xref
chp04: xref <<vanity_minor_code>> seems better for note on std:random…
2021-03-04 18:54:51 +01:00
rating89us
485fc5b5ad
ch04: add missing line break 2021-02-26 16:32:54 +01:00
Andreas M. Antonopoulos
07da92ac95 Paper wallet warning and removal of bitcoinpaperwallet.com 2021-02-25 09:23:46 -06:00
krupawan5618
29455e4657
Update ch04.asciidoc
Values changed to hexadecimal and bytes to maintain consistency with concurrent graphs and images.
2021-02-25 02:07:02 -05:00
Vasil Dimov
821580d2c7
ch04: the line through (x,y) and (x,-y) is not "tangent"
On the elliptic curve, a line that goes through two different points
with the same `x` coordinates, but different `y` coordinates (they must
be `y` and `-y`) is not "tangent".
2021-02-25 07:23:18 +01:00
krupawan5618
608c0c0318
Update ch04.asciidoc
Added 8G for completeness and as depicted by image.
2021-02-24 20:45:50 -05:00
Will Binns
363030efb5
Merge pull request #800 from rating89us/patch-35
ch04: Base-58 -> Base58
2021-02-20 21:46:55 +00:00
Will Binns
fe1c8ab907
Merge pull request #797 from rating89us/patch-36
ch04: add "web, desktop, or mobile" wallet
2021-02-20 21:45:30 +00:00
Will Binns
2cacfc186a
Merge pull request #753 from rating89us/patch-13
ch04: sentence is about vanity pool, not pools in general
2021-02-20 18:40:51 +00:00
Will Binns
835c964fb9
Merge pull request #756 from rating89us/patch-16
ch04: add . to end sentence
2021-02-20 18:38:00 +00:00
rating89us
4306ebdb6e
ch04: Base-58 -> Base58 2021-02-20 17:30:11 +01:00
rating89us
57eaed3c52 ch04: add "web, desktop, or mobile" wallet 2021-02-20 15:32:05 +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
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
61f59bbfaf
Merge pull request #784 from rating89us/patch-24
ch04: fix multisig explanation
2021-02-20 11:01:11 +00:00
Will Binns
0f92746738
ch04: Remove bash symbol from comments 2021-02-20 11:36:33 +01:00
rating89us
b640698e0f
ch04: paper wallet = private key + address 2021-02-19 01:58:46 +01:00
rating89us
a65b9fbcd6
ch04: fix multisig explanation 2021-02-12 15:39:11 +01:00
Felix Filozov
4ee95ea2a9 Adding missing preposition. 2021-02-10 21:20:03 -05:00
Felix Filozov
f8bd256311 Rewording phrase to be consistent with earlier phrasing 2021-02-10 20:13:33 -05:00
Matthijs Roelink
5b03ecb3df Chapter 4: put period outside of quote marks. 2021-02-08 15:12:06 +01:00
rating89us
bbc3572fdc
ch04: add . to end sentence 2021-01-23 18:51:10 +01:00
rating89us
eef7d4308b
ch04: sentence is about vanity pool, not pool in general 2021-01-22 00:21:48 +01:00
Ning Shang
06f1a947e9
chp04: xref <<vanity_minor_code>> seems better for note on std:random_device
Because 'std::random_device' appears in xref vanity_miner_code as opposed to xref vanity_miner_run, it feels more appropriate to use the former in this note.
2021-01-18 20:25:31 -08:00
Andreas M. Antonopoulos
0eb5d5eb30
Merge pull request #733 from hebasto/210113-trap
ch04: Fix mathematical terms
2021-01-15 06:46:52 -06:00
Hennadii Stepanov
a8c672ffb5
ch04: Fix mathematical terms
1. EC multiplication is a "one-way" function, not a "trapdoor" one.
There is no information that makes reverse function easy.
See:
  - https://en.wikipedia.org/wiki/Trapdoor_function
  - https://en.wikipedia.org/wiki/One-way_function

2. The "discrete logarithm" is more usual term for the reverse operation
for EC multiplication.
2021-01-15 09:23:51 +02:00
Hennadii Stepanov
3d34e80ef5
ch04: Fix terms of ScriptSig
For P2PKH outputs the ScriptSig contains a public key, but not its hash.
2021-01-14 02:08:19 +02:00
Will Binns
eb2c8cc7ad
ch04: Fix subscript
Resolves #679
2020-07-16 18:12:16 +02:00
Will Binns
cc227c673a
ch04: Drop reference to BIP-38
Resolves #635
2020-07-16 17:30:55 +02:00
Vincent DENIEL
1283e0598d
Update ch04.asciidoc
Clarifying that multiple signatures can be checked against the public key.
2020-06-27 16:44:57 +02:00
Will Binns
3234b12cd3
ch04: Drop incorrect reference to function 2020-04-30 20:36:14 -06:00
Will Binns
52f39e1969
ch04: Fix typo and update link 2020-04-30 11:07:07 -06:00
Nhan Vu
16361241c8
Replace OpenSSL with secp265k1
According to the tweet https://twitter.com/aantonop/status/1255853793805287429 I replaced OpenSSL with secp265k1 and point to the bitcoin core github repository. Feel free to generate your bit.ly url. My name is Tri Nhan Vu focussing on blockchain education for german speaking people https://chainist.de/.
2020-04-30 16:02:48 +02:00
Will Binns
ca98e92e0b
Merge pull request #644 from danra/patch-1
Note should be a warning
2019-10-03 15:05:36 +02:00
Dan Raviv
d43744cd4c
Clarify warning in ch4 2019-09-06 15:48:29 +03:00
Dan Raviv
0a10c34e90
Note should be a warning 2019-09-06 08:26:53 +03:00
kristen@oreilly.com
8ac54c414b Edited ch04.asciidoc with Atlas code editor 2018-03-15 09:28:26 -07:00
kristen@oreilly.com
214bd5c1cd Edited ch04.asciidoc with Atlas code editor 2018-03-05 11:28:07 -08:00
Andreas M. Antonopoulos
177c2e6afe 1.158e77 should have been 1.1578e77 #481 2018-03-03 14:35:50 -06:00
Yancy Ribbens
8704220047 Unable to compile without providing c++ version flag 2018-02-20 23:02:07 -06:00
Andreas M. Antonopoulos
69c00abc34 Moved example down and added tip #449
Example produces a compressed public key, which is not introduced as a concept until later. This results in a different address, causing confusion. Moved the example to after the section on compressed public keys and added a TIP to clarify
2018-02-04 10:26:45 -06:00
Andreas M. Antonopoulos
ff996795f9 Clarification of os.urandom "quality" caution #417 2018-02-03 19:17:35 -06:00
Andreas M. Antonopoulos
19952cdec0 Cleaned up script, enclosed in quotes, removed spaces #403 2018-02-03 18:26:59 -06:00
Andreas M. Antonopoulos
ef4b4f72f0 Merge remote-tracking branch 'github/develop' into develop 2018-02-02 15:09:38 -06:00
Andreas M. Antonopoulos
9f7a0a8cd6 Merge branch 'master' into develop
Editorial changes from ORM
2018-01-12 10:07:39 -06:00