Commit graph

10 commits

Author SHA1 Message Date
thephez
da8a1f1737 Minor Bitcoin to Dash changes 2018-01-11 14:02:38 -05:00
thephez
088f104adf Build updates, cont.
- Fix cross-reference issues
 - Properly comment out unused sections (coinjoin, payment processing)
 - Link correction
 - Subheading corrections
2018-01-10 09:32:47 -05:00
thephez
fbe53a41c4 Guide - P2P network updates
- Peer discovery / IBD start
2017-12-07 09:09:11 -05:00
thephez
40fbb25c80 Guide - wallet section updates
Misc other changes
2017-12-07 09:09:11 -05:00
Nikolai Fischer
266315acca Update guide_wallets.md 2017-05-17 14:58:13 +02:00
Nikolai Fischer
442a5cee7b Fixed Missing word in guide_wallets.md
"work" was missing in the first sentence describing the point() function.
2017-05-17 14:12:33 +02:00
fivepiece
f741ed7cb9 Take remainder from the curve's prime instead of G
Instances of `point( ( key + i ) % G )` should read `point( (key + i) % p )`
2016-11-11 09:29:48 +02:00
Jeremy Kun
06fc7e3ae3 guide_wallets.md: Fix typos, added clarification 2016-03-30 14:35:21 -07:00
mruddy
070162d294 correct ecc equation 2015-10-22 09:31:02 -04:00
Saivann
af1704002b Group _includes files in subfolders 2015-09-05 20:49:55 -04:00
Renamed from _includes/guide_wallets.md (Browse further)