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

3405 Commits

Author SHA1 Message Date
Will Binns
465eb1e986
preface: Add contributor, Yoshimasa Tanabe 2020-04-30 14:12:58 -06:00
Will Binns
d9dd84cf3d
Merge pull request #675 from emag/fix-url-in-chapter-02
Fix Alice's transaction URL
2020-04-30 14:11:37 -06:00
Will Binns
24424fa541
preface: Add contributor, Nhan Vu 2020-04-30 11:11:08 -06:00
Will Binns
d87625f93a
Merge pull request #677 from jobnomade/patch-1
Replace OpenSSL with secp265k1
2020-04-30 11:08:09 -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
emag
5dce134ebb Fix Alice's transaction URL 2020-03-02 19:09:17 +09:00
Dan Nolan
f564e60226
Integer Typo 2020-02-12 16:53:32 -05:00
JoWo
0e2256e394 ensuring "constant width" of two references to nLocktime 2020-02-05 11:24:21 +01:00
Nicholas Chen
250b5dd841
small grammar corrections 2020-01-10 13:31:31 -05:00
Andrey Esaulov
83fe5aa632 The old link was throwing unkown error at the blockchain.com 2020-01-06 20:13:35 +01:00
Fan
c6fa743597
Update key-to-address-ecc-example.py
If line#24 use 'wif_compressed', it will produce a wrong Key (WIF-Compressed) started with 2.

So there should be 'wif', unless :
wif_compressed_private_key = bitcoin.encode_privkey(
    bitcoin.decode_privkey(private_key, 'hex'), 'wif_compressed')
This is also right. 
However, use the 'compressed_private_key' and 'wif_compressed' is wrong.
2019-12-04 11:39:59 +08:00
blip151
fb2b9b6c8e
Update ch02.asciidoc
When I looked at the hard copy of the book, I was concerned about space on the page. The changes I have suggested could have been put closer to Figure 2.8, but as a newbie I was referring to the text, then following the process described in the text as it appeared in Figure 2.8. My vote is that it fits better where I put it. I also tried to use as few words as possible while making sure "Best Practice" was clearly emphasized as early as possible in a newbies investigations/studies/indoctrination. Pick a word.    :)
2019-11-08 06:29:25 +10:00
blip151
2c90780159
Update ch01.asciidoc
I feel this small change shifts the emphasis from the single word "lot" to both of the words "is" and "lot." By doing so you would emphasise the reality of both the depth of the Bitcoin protocol and its ecosystem.
2019-11-06 18:50:53 +10:00
blip151
d85220a503
Update glossary.asciidoc 2019-11-06 17:59:07 +10:00
blip151
2db7fcfac7
Update glossary.asciidoc
This change reflects the current status of Segregated Witness and adjusts the tenses used to reflect current realities.
2019-11-06 17:18:19 +10:00
blip151
535e002897
Update glossary.asciidoc
Many people have heard that the Timechain is immutable. As a newbie, I was a little confused (ot unusual) until I did some web searches and found examples of "off Blockchain transactions." I'm not associated with Opendimes in any way other than as a customer.
2019-11-06 17:04:55 +10:00
blip151
14a5f17f8d
Update glossary.asciidoc
This is an update that reflects the current status of the Lightning Project.
2019-11-06 16:27:06 +10:00
blip151
a6863b0068
Update glossary.asciidoc
It's not an exact comparison because you could have many email addresses and a single bitcoin amount could be sent to many more than one of your bitcoin addresses. From a reader's viewpoint, I feel that the new text makes the flow of the sentence clearer without getting pedantic.
2019-11-06 16:18:44 +10:00
Stacie Waleyko
ee79882eb8
Fix typo in chapter 7 ("to" => "with") 2019-10-28 08:30:42 -04:00
Harry Moreno
15d2ec3e37
Remove unneeded env var declaration
The NODE_PATH is not needed to run these examples. Also this is an unreliable way to set the environment variable anyway (didn't work for me).
2019-10-12 00:47:57 -04:00
Gus
6599228da5 Removes sentence structure error: "outputs" 2019-10-10 08:35:27 -06:00
Will Binns
84e0899d0e
Merge pull request #560 from user135711/patch-1
bitcoin.conf is not created automatically
2019-10-05 09:40:41 +02:00
Will Binns
bb8e103a8d
ch03: Tweak wording regarding creation of config 2019-10-05 09:40:16 +02:00
Will Binns
22a5950abf
Merge pull request #540 from Quuxplusone/op-tuck
Bunch of random errata
2019-10-05 09:13:56 +02:00
Will Binns
1bdd74320a
Merge branch 'develop' into op-tuck 2019-10-05 09:07:24 +02:00
Will Binns
cec55847b0
Merge pull request #616 from terzim/patch-2
Update ec-math.py
2019-10-04 21:41:25 +02:00
Will Binns
dd0f71eb0f
Merge pull request #610 from tiagocanto01/patch-1
In CKD function the public key is compressed
2019-10-04 18:32:09 +02:00
Will Binns
e1163b8f77
Merge pull request #558 from oboukli/chapter-01-updates
Chapter 01 Minor Corrections
2019-10-04 13:02:45 +02:00
Will Binns
df5e77fbf9
Merge pull request #550 from bilthon/develop
Illustration of the effect of the different SIGHASH flag combinations
2019-10-04 12:56:28 +02:00
Will Binns
f9863fad0d
Merge pull request #641 from mikong/update-domain
Update domain for bitcoinfees website in ch06
2019-10-04 12:44:43 +02:00
Will Binns
15388c041a
Merge pull request #633 from nyashasachikonye/fix-connection_description
changed the word from reliable to persistant for clarity
2019-10-04 10:48:06 +02:00
Will Binns
e1290e42d6
ch08: Remove space preceding hyphen 2019-10-04 10:46:08 +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
Will Binns
3717f7b7a8
Merge pull request #645 from danra/patch-2
Change parameter block->blocks in description to match code
2019-10-03 14:59:06 +02:00
Will Binns
fceed57c15
Merge pull request #647 from danra/patch-3
Clarify warning in ch4
2019-10-03 14:56:49 +02:00
Will Binns
452296b8f2
Merge pull request #648 from danra/patch-4
ch5 - Fix intro to seed generation examples
2019-10-03 14:55:23 +02:00
Will Binns
d46067acf6
Merge pull request #650 from danra/patch-5
[ch6] Use n instead of p for group order of EC
2019-10-03 14:53:55 +02:00
Will Binns
38e5bd84a6
Merge pull request #642 from practicalswift/typos
Fix typos
2019-09-25 00:07:25 +02:00
Dan Raviv
302a95857c
[ch6] Use n instead of p for group order of EC
This is to match existing common conventions.
By convention, n, not p, is used to indicate the prime group order of the EC.
This is currently extra confusing because p *is* (by convention) used to indicate the order of the EC's finite field.

References:
https://github.com/bitcoin-core/secp256k1/blob/master/src/ecdsa_impl.h
http://www.secg.org/sec2-v2.pdf
https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm
2019-09-07 19:14:42 +03:00
Dan Raviv
57a1cb9c85
ch5 - Fix intro to seed generation examples
Intro indicates all the examples are without any passphrase, even though one of the examples is with a passphrase.
2019-09-07 04:25:01 +03:00
Dan Raviv
d43744cd4c
Clarify warning in ch4 2019-09-06 15:48:29 +03:00
Dan Raviv
9ba567c74b
Change parameter block->blocks in description to match code
The example gets the `blocks` parameter. The preceding description says it takes the `block` parameter. This seems to be a typo.
2019-09-06 08:34:21 +03:00
Dan Raviv
0a10c34e90
Note should be a warning 2019-09-06 08:26:53 +03:00
practicalswift
fed7506d88 Fix typos 2019-08-27 12:31:52 +00:00
mikong
e596e02229
Update domain for bitcoinfees website in ch06 2019-08-25 21:55:50 +08:00
Will Binns
98761d9d92
Merge pull request #609 from sudeshnas25/patch-1
Update README.md
2019-06-19 23:26:40 +02:00
Will Binns
b900916251
Merge pull request #600 from bchase/patch-1
fix typo: "diffent" -> "different"
2019-06-19 23:23:35 +02:00
Will Binns
f6f5b29822
Merge pull request #594 from ottosch/develop
Fixed typo: "note than" -> "note that"
2019-06-19 23:21:37 +02:00
Will Binns
950d220264
Merge pull request #589 from hebasto/ch07-fixed-typo
ch07 - fixed typo
2019-06-19 23:14:26 +02:00