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

98 Commits

Author SHA1 Message Date
Minh T. Nguyen
df2a0e3e92 Standardizing the use of bitcoin-cli over bitcoind in a few other places following commit 8235b51ca8 2014-10-09 23:36:18 -04:00
Andreas M. Antonopoulos
aa332a7008 code examples 2014-09-28 11:52:50 -04:00
Andreas M. Antonopoulos
b786ce566f fixes 2014-09-25 12:13:18 -04:00
Andreas M. Antonopoulos
4b894c232c Merge branch 'am_review' into develop 2014-09-25 12:02:43 -04:00
Andreas M. Antonopoulos
8235b51ca8 review comments from Allyson MacDonald 2014-09-25 12:02:07 -04:00
Minh T. Nguyen
e294098eda Being specific about the exclusiveness of the end points for normal vs. hardened key ranges and fixing some hexadecimal conversions 2014-09-24 09:41:55 -07:00
Minh T. Nguyen
59b2b890db I believe m/44'/2'/0'/0/1 is the *second* private key not the first 2014-09-24 09:28:58 -07:00
Minh T. Nguyen
bd66bdc814 Light copy editing of some of the recent commits 2014-09-24 09:09:31 -07:00
Andreas M. Antonopoulos
43c0b0357f bip32 examples, xpub, xprv encoding 2014-09-23 18:45:35 -04:00
Andreas M. Antonopoulos
b58da2bca0 replaced SVG with PNG 2014-09-22 23:26:35 -04:00
Andreas M. Antonopoulos
c3a755a721 fixes 2014-09-22 21:38:31 -04:00
Andreas M. Antonopoulos
51c319c54c bip32, bip43, bip44 initial commit 2014-09-22 18:58:53 -04:00
Andreas M. Antonopoulos
23a6c8276c ch4 and ch5 fixes, moved OP list to appendix 2014-09-07 13:39:44 -04:00
Andreas M. Antonopoulos
d4a2526c32 cleaned up ECC math, fixed to ch4 2014-09-07 13:22:17 -04:00
Sam Ritchie
47a79e36e0 Small typo re: x axis reflection
Following the previous example, reflecting -4G should give us 4G, not G.
2014-08-29 09:49:20 -06:00
Andreas M. Antonopoulos
209e6a808c Amir Taaki's comments and corrections 2014-08-25 11:36:44 -04:00
Lornestar
c3190cd32c Improved description of keys ownership 2014-08-23 20:28:20 +08:00
ethers
f048a7c24c be more precise about secp256k1 curve
(is also more consistent with further text in the chapter)
2014-08-18 23:30:30 -07:00
ethers
d18aa9d9ce grammar 2014-08-18 23:18:28 -07:00
Minh T. Nguyen
0283588c75 Changing commutative to associative when discussing properties of addition per issue #95 2014-08-12 08:36:11 -07:00
Minh T. Nguyen
713fe0e562 More revertion to original text or minor text adaptation following the merge from #74 2014-07-31 00:04:13 -07:00
Ed Eykholt
8c0e2d49ef wordsmithing ch04.asciidoc
Also merged two tips that had duplicate wording.
2014-07-30 00:52:10 -07:00
Minh T. Nguyen
8320b175e7 Minor revertion to its original sentence structure albeit keeping Richard's ;calculation' 2014-07-17 08:20:33 -07:00
Minh T. Nguyen
20fea47e40 Merge branch 'develop' of https://github.com/richardkiss/bitcoinbook into richardkiss-develop 2014-07-17 08:14:42 -07:00
Alex Waters
77335865e9 Typo 2014-07-13 19:46:28 -04:00
Alex Waters
be4e57f01b 'key' to 'keyspace'
The term 'keyspace' more accurately reflects the nature of this statement.
2014-07-13 19:43:53 -04:00
Richard Kiss
b6d32c4f11 Some starter text on elliptic curves. 2014-07-01 16:50:01 -07:00
Richard Kiss
c6967c19cf Added "discrete logarithm". 2014-07-01 16:47:44 -07:00
Richard Kiss
3664a80bba This doesn't seem like a trivial operation to me (ie. it can't reasonably
be done by humans on paper).
2014-07-01 16:46:12 -07:00
Andreas M. Antonopoulos
6ed49d07e7 Eugenia correction and gender pronoun fix 2014-06-24 14:26:33 -04:00
Minh T. Nguyen
de7efe9eb9 Changing 'a 50% reductio'n to 'almost 50% reduction' suggested by Issue #43 2014-06-10 22:39:02 -07:00
Michalis Kargakis
0464511207 Display header on ch04 correctly 2014-06-08 03:41:59 +03:00
Minh T. Nguyen
56f093a8ec Changing casing of millibits to milliBits following the standard on https://en.bitcoin.it/wiki/MilliBit 2014-06-06 07:53:31 -07:00
Minh T. Nguyen
26c929da66 A public key should be 520 bits / 65 bytes; reported by Issue #39 2014-06-05 23:04:48 -07:00
Minh T. Nguyen
40c25b65cb Using the correct public key and x/y coordinates as reported by Issue #39 2014-06-05 23:00:43 -07:00
Minh T. Nguyen
b4468d0aa9 Correcting the math of the range of patterns for 1Kids* reported with Issue #38 2014-06-03 21:54:28 -07:00
Minh T. Nguyen
7ef14e8c65 Merge pull request #37 from erikwam/patch-6
Update ch04.asciidoc
2014-06-03 21:41:03 -07:00
Erik Wahlström
4c3f9a6919 Update ch04.asciidoc
Suspected typos.
2014-06-03 16:18:09 +02:00
Nagaraj Hubli
7694ede81f minor change
In the last sentence, since we are referring to the older wallets first as...

"This allows the importing wallet to distinguish between private keys originating from older or newer wallets"

At the end of the sentence it would be nice to have "uncompressed, or the compressed respectively", rather than "compressed, or the uncompressed"
2014-06-03 14:54:12 +05:30
Nagaraj Hubli
b2728fe8fb Update ch04.asciidoc 2014-06-03 02:17:24 +05:30
Andreas M. Antonopoulos
2a5a865f17 fixed heading and command output 2014-06-02 15:16:16 -04:00
Andreas M. Antonopoulos
774a778a45 added code example in text and the output of running the code 2014-06-02 15:10:42 -04:00
Andreas M. Antonopoulos
2505ada6fe corrected text for ECC "addition to self" G+G, 2G+2G etc 2014-06-01 21:42:23 -04:00
Minh T. Nguyen
586c850e5f Light grammatical changes 2014-06-01 16:47:50 -07:00
Minh T. Nguyen
266c8d9f13 Merging a good portion of Issue #33, but not all 2014-06-01 16:15:07 -07:00
James Addison
b011af9243 First proofreading / editing pass 2014-05-31 18:53:34 -07:00
Andreas M. Antonopoulos
8704772875 chapter sections and headings re-organization 2014-05-31 19:26:34 -04:00
Andreas M. Antonopoulos
c3bb3651cd p2sh, multisig and paper wallets 2014-05-31 00:23:15 -04:00
Andreas M. Antonopoulos
fa69036d63 bip0038 section done 2014-05-30 21:45:46 -04:00
Andreas M. Antonopoulos
f3c9ba00ac finished vanity section 2014-05-30 21:12:19 -04:00