Commit graph

1183 commits

Author SHA1 Message Date
David A. Harding
8a9abffe6a
Updates To Compressed Keys Based On Reviewer Feedback
Several reviewers kindly provided feedback via IRC tonight, resulting in
the following changes:

* Mention that compressed keys are used in the offical secp256k1
  documentation with the prefix bytes used by Bitcoin. I could not find
  a publicly-available officialish document defining the prefix bytes,
  but they're used repeatedly in the offical SECG documentation we
  autoxref "secp256k1" to, so I went with that.

* Remove the mention that Bitcoin Core uses OpenSSL. While true, there
  is an effort to slowly move away from using OpenSSL for EC in
  Bitcoin Core.

* Change the phrasing of the relative curve location for 0x02 & 0x03 to
  a form more correct for actuality instead of the illustrated
  abstraction.

* Drop quotes around "uncompressed" since that's the term used in the
  official secp256k1 docs, not something Bitcoin-specific.
2014-06-11 23:30:09 -04:00
David A. Harding
968d9c1f64
Describe Uncompressed And Compressed Public Keys
A quick little subsection the two different public key formats possible
in Bitcoin.
2014-06-09 22:16:31 -04:00
David A. Harding
87e31affba
Add Subsection About Wallet Programs, Incl. Hardware Wallets
Describe the essential functions of a wallet program and how multiple
programs can work together to fulfill those functions, as in the case of
a signing-only wallet.
2014-06-07 19:27:49 -04:00
Saivann
d0f96357ee Fix/update one italian string 2014-06-01 16:41:01 -04:00
saivann
f1ca207d33 Merge pull request #414 from gwb3/add-italian-translation-052114
Add Italian Translation
2014-06-01 16:39:45 -04:00
Garland William Binns III
cd1903c83b Add English-to-Italian Translation 2014-06-01 16:08:43 -04:00
David A. Harding
4ee31f7347
Merge remote-tracking branch 'origin/standardtxes' 2014-06-01 09:46:12 -04:00
David A. Harding
183afa76c4
Terminology And Key Pool Fixes
Two minor changes suggested by iwilcox on IRC (thanks!):

* s/brute-force find/brute-force/ in HD wallet section

* Correct mistaken assertion that the keypool isn't refreshed until all
  keys are used. If the wallet is unencrypted or unlocked, the keypool
  is refreshed after each time a key is used.
2014-06-01 03:18:50 -04:00
David A. Harding
b55fae9451
Standard Tx Modifications
* Remove contentious sentence about mining non-standard txes possibly
  creating orphaned blocks and loss of block reward.  Suggested by
  @luke-jr (thanks!)

* Remove unnecessary value judgement ("unfortunately") against
  non-standard redeemScripts. Mention that they can be used deliberately
  by someone who wants to easily receive payment to a non-standard
  output script. Suggested by @luke-jr (thanks!)
2014-05-31 10:51:40 -04:00
Saivann
322707f807 Apply bitlegal.io link to tax text in "You need to know" 2014-05-31 00:55:24 -04:00
saivann
3d74ad210f Merge pull request #431 from bitcoin/develdocreadme
Add "Developer Documentation" subsection in the README
2014-05-31 00:33:01 -04:00
saivann
cbaf816bfe Merge pull request #432 from bitcoin/docmenu
Add "Documentation" entry in the menu
2014-05-31 00:32:57 -04:00
saivann
b08a7950cc Merge pull request #433 from bitcoin/langmenumodulo
Use modulo instead of cycle to split language menu
2014-05-31 00:32:38 -04:00
David A. Harding
f33ea7196a
The "Why" For Standard Transactions, Plus Std Tx Tweaks
Based on a discussion tonight on IRC with comments from @gmaxwell,
bitcoin428, and kadoban.

* Add a new introduction to the Standard Transaction section which
  explains the purpose behind standard transactions so readers
  understand that these aren't limitations for limitation's sake. More
  specifically, note that bug-prevention isn't the only reason for
  standard transactions---thanks to @gmaxwell for explaining the forward
  compatablity reason to me.

* Make it clear that isStandard() only applies to loose transactions and
  that it doesn't apply to txes in blocks.  Thanks to bitcoin428 for
  pointing out this source of confusion.

* Make it cleare that a non-standard redeemScript is a script that would
  not pass isStandard().  Thanks to kadoban for pointing out the absense
  of that information.
2014-05-30 23:18:17 -04:00
Saivann
21da24c509 Drop deprecated translation strings 2014-05-30 16:09:43 -04:00
Saivann
1fecd1c83a Update de, hu, es translations 2014-05-30 14:55:21 -04:00
Saivann
93bda6a626 Fix one typo 2014-05-30 12:04:33 -04:00
saivann
1998c7eab9 Merge pull request #435 from cbeams/patch-2
Fix typo in English publictxt translation
2014-05-30 11:01:22 -04:00
saivann
5aa2ea724b Merge pull request #434 from cbeams/patch-1
Fix typo in English receivetxt translation
2014-05-30 11:01:15 -04:00
Chris Beams
f5c992f57d Fix typo in English publictxt translation 2014-05-30 08:43:49 +02:00
Chris Beams
efdc63b1d8 Fix typos in English receivetxt translation 2014-05-30 08:38:20 +02:00
Saivann
9e08adb0d4 Automatically split language menu 2014-05-30 00:19:24 -04:00
Saivann
19c52a7315 Add "Developer Documentation" subsection in the README 2014-05-29 14:56:12 -04:00
Saivann
2b5ac2b0f2 Use modulo instead of cycle to split language menu 2014-05-29 14:13:04 -04:00
saivann
0efc267ca3 Merge pull request #417 from bitcoin/sl
Add Slovenian (sl) translation
2014-05-29 13:26:40 -04:00
Saivann
add06883b4 Add some space in the language menu 2014-05-29 12:50:55 -04:00
Saivann
b6abc8118d Add "Documentation" entry in the menu 2014-05-28 23:56:26 -04:00
Matija Mazi
3273d51eee Add Slovenian (sl) translation 2014-05-28 14:13:48 -04:00
Saivann
763eb1cff6 Re-order open-source projects by alphabetical order 2014-05-27 22:22:07 -04:00
Saivann
42c73dcca0 Fix broken default contributors image url 2014-05-27 12:09:08 -04:00
Saivann
085fd624bb Re-order core developers list in alphabetical order with Wladimir as the new maintainer 2014-05-27 11:27:45 -04:00
Saivann
73510fe526 Improve core developers list layout 2014-05-27 09:43:33 -04:00
David A. Harding
7595014dd2
Minor Additions: Payment Req Generator & 210,000 Block Halving
Two unrelated minor additions which were requested at nearly the same
time.

* @mikehearn requested we add a link to @gavinandresen's PaymentRequest
  generator. Added to _includes/guide_payment_processing.md with link
  definition in _includes/references.md

* @Burrito-Bazooka requested we mention that the block reward halves
  every 210,000 blocks. Added to _includes/ref_block_chain.md
2014-05-26 21:25:52 -04:00
saivann
9187e500e5 Merge pull request #428 from mikegogulski/libbitcoin_obelisk_sx
add libbitcoin, obelisk and sx
2014-05-26 10:39:31 -04:00
saivann
5edf81fde5 Merge pull request #423 from bitcoin/devel-resources
Add "Additional Resources" subsection in devel-docs
2014-05-26 10:39:21 -04:00
saivann
7615012e07 Merge pull request #420 from bitcoin/bitlegal
Link to Bitlegal.io for legal status around the globe
2014-05-26 10:38:15 -04:00
saivann
cc03f390bc Merge pull request #426 from bitcoin/devel-anchors
Provide "GitHub-like" anchor links affordance
2014-05-26 10:37:55 -04:00
Saivann
20ce85f7df Fix language names and order 2014-05-26 10:31:33 -04:00
Saivann
031c4f679f Update development layout for ko translation 2014-05-25 19:16:16 -04:00
Mike Gogulski
e174489153 add libbitcoin, obelisk and sx 2014-05-25 17:29:47 +02:00
Mike Gogulski
7cc1f2d0f5 Remove unnecessary value judgment about laundries 2014-05-25 17:08:46 +02:00
Saivann
3730b4222f Use SVG icon for anchor link affordance 2014-05-25 09:31:34 -04:00
David A. Harding
f022b19a50
Update Info About Minimum Fees
* Correct misinformation about the dust limit. Reported by @dbilitch and
  confirmed by @gmaxwell. Thanks!

* Drop reported minimum relay fee from 10,000 to 1,000 satoshis.
2014-05-24 23:50:10 -04:00
Saivann
c4a8c26465 Provide "GitHub-like" anchor links affordance (thanks @cbeams) 2014-05-24 23:44:51 -04:00
Saivann
5015b34f77 Use new WUC video for all languages 2014-05-24 21:31:21 -04:00
Saivann
f759e6c927 Fix broken links in ko translation 2014-05-24 21:03:56 -04:00
saivann
4c4a1fcf10 Merge pull request #413 from gwb3/add-korean-translation-052114
Add Korean Translation
2014-05-24 21:03:23 -04:00
Garland William Binns III
64f0dac71d Apply sans.less Stylesheet 2014-05-24 15:20:56 -06:00
Garland William Binns III
f2da828a72 Update Language Configuration 2014-05-24 15:20:10 -06:00
Garland William Binns III
d579dcffd2 Add English-to-Korean Translation 2014-05-24 15:04:39 -06:00