Luke Dashjr
f85c631cae
DevDocs: Block Chain: Transaction Data: Many corrections
2014-10-03 19:17:44 +00:00
Luke Dashjr
66edff8d73
DevDocs: Block Chain: Block Height and Forking: Many corrections
2014-10-03 19:17:44 +00:00
Luke Dashjr
24708ae969
DevDocs: Block Chain: Proof of Work: Many corrections
2014-10-02 01:34:07 +00:00
Luke Dashjr
71f6b293d5
DevDocs: Block Chain: Overview: Many corrections
2014-10-02 01:34:07 +00:00
Luke Dashjr
9360489490
DevDocs: Block Chain: The important part is ordering, not timestamping
2014-10-02 01:19:18 +00:00
Luke Dashjr
78962123fa
Bugfix: "merkle root" and "merkle tree" are common nouns, so generally lowercase
2014-10-02 01:19:05 +00:00
Luke Dashjr
00ccadba59
Refer to BitcoinTalk by name
2014-10-01 19:38:53 +00:00
Luke Dashjr
9d01c3aa67
DevDocs: Don't recommend BitcoinTalk
2014-10-01 19:36:14 +00:00
Luke Dashjr
d5babd7bc6
Add PGP key for Luke Dashjr (BD02942421F4889F)
2014-10-01 19:23:16 +00:00
Saivann
5ebee77e56
Fix Mac OS X download link
2014-09-27 12:35:47 -04:00
saivann
5d79858f46
Merge pull request #572 from bitcoin/0.9.3
...
Add 0.9.3 release
2014-09-27 12:26:59 -04:00
Saivann
b15a777d60
Add 0.9.3 release
2014-09-27 10:01:35 -04:00
theymos
8490061706
Update/fix block size limits
...
Bitcoin limits are usually defined using decimal-friendly numbers of bytes. The block size is limited to 1 MB, not 1 MiB, for example. Also, the latest block size limit is 750 KB, not 350 KB.
2014-09-26 15:52:10 -05:00
Saivann
fbd5101ae8
Update da, fr translations
2014-09-26 10:39:55 -04:00
saivann
9503efe044
Merge pull request #575 from arvicco/master
...
Updated news resources (Cointelegraph, BitNovosti, Coinspot)
2014-09-26 00:11:55 -04:00
David A. Harding
6b4e8e3a66
Remove reference to removed image. Thanks @garethtdavies! ( fixes #576 )
2014-09-25 09:23:01 -04:00
arvicco
d814f06a85
Correct Cointelegraph links in EN, RU, ES translations
2014-09-24 12:00:03 -07:00
arvicco
8dd401d6c8
BTCRussia is unavailable, replace it with Bitnovosti and CoinSpot
2014-09-24 11:38:19 -07:00
arvicco
56318c0f6e
CoinTelegraph added to resources
2014-09-24 11:30:21 -07:00
Saivann
b5d98322cb
Merge remote-tracking branch 'remotes/arvicco/master'
2014-09-24 13:20:47 -04:00
David Harding
645f076a5c
Merge branch 'script-terms'
2014-09-24 10:42:28 -04:00
arvicco
36cae335e5
Template syntax corrected
2014-09-24 06:43:54 -07:00
arvicco
43df1b4c43
Russian bitcointalk news for Russian translation only
2014-09-24 03:42:40 -07:00
arvicco
e17cc331c2
Russian News at bitcointalk link corrected
2014-09-24 03:36:31 -07:00
arvicco
2b2354f761
Russian translation modified and updated for TREZOR
2014-09-24 03:02:53 -07:00
Saivann
994f4f1814
Update events ( fixes #551 #568 )
2014-09-23 21:05:21 -04:00
Saivann
64a3883e20
Merge remote-tracking branch 'remotes/arvicco/master'
2014-09-23 11:36:39 -04:00
Saivann
48d47dd035
Fix deprecated use of gravatar_id with the GitHub API
2014-09-23 10:47:56 -04:00
Saivann
468f48686a
Add "Bangkok Bitcoin Expo" event ( fixes #571 )
2014-09-23 10:46:55 -04:00
Saivann
4926dc65d2
Update sl, hu translations
2014-09-22 12:28:40 -04:00
Saivann
c368323da2
Fix a typo
2014-09-22 12:24:01 -04:00
arvicco
15d51e4579
Corrected degradation in Russian PDF
2014-09-22 07:47:49 -07:00
Saivann
061fd819ca
Add "Bitcoin Law" event ( fixes #565 )
2014-09-21 10:17:11 -04:00
arvicco
67b6b55028
Russian translations of the original PDF paper modified
2014-09-20 20:57:04 -07:00
David A. Harding
6afc6835bf
Use Terms "Pubkey Script" And "Signature Script"
...
This modifies commits provided by @petertodd to use the terms "pubkey
script" and "signature script" instead of other terms.
* Rename "scriptPubKey" and "output script" to "pubkey script"
(suggested by @luke-jr). We leave a token "scriptPubKey" at the point
where we define pubkey script so that searchers can find it.
* Rename "scriptSig" to "signature script" (suggested by @luke-jr). We
also leave a token "scriptSig" at this definition point.
* Rename "redeemScript" to "redeem script"
* Defined ECDSA on secp256k1 curve as the crypto used in the Transaction
section and added references to secp256k1 private/public keys and
signatures.
* Removed "The Parts Of A Transaction" illustration by commenting it out
in the HTML. Shoehorning the pubkey/signature script terms into this
image was becoming difficult, and I'm not very fond of that
illustration anyway. I'll see if I can think of a nicer replacement
illustration for some point in the future.
* Add a short paraphrased version @petertodd's description of scripts as
generalized crypto.
* Updated all the illustrations which referred to either pubkey scripts
or signature scripts to use these terms.
2014-09-20 15:07:42 -04:00
David A. Harding
89cb2fff08
Small fixes to scriptPubKey/scriptSig pull
...
* Small grammar fixes.
* Lower case #term-scriptPubKey as all our other anchor links are
lower case
* Replace script/scripts with scriptPubKey/scriptPubKeys in
_autocrossref.yaml. (Fixes `make test` errors from broken
auto-crossref links.)
2014-09-20 08:42:07 -04:00
Peter Todd
c77556c786
Replace misleading 'return' terminology with 'push'
...
Saying opcodes return values gives the impression the script is being
returned.
2014-09-20 08:37:19 -04:00
Peter Todd
9183f98bc1
Fix incorrect usage of 'script' rather than 'scriptPubKey'
...
This is causing quite a bit of confusion, for example by people looking
in the Bitcoin Core sourcecode and seeing the term 'scriptPubKey'
instead.
2014-09-20 08:35:39 -04:00
Saivann
d27cf78449
Only list Bitcoin-related events from meetup ( fixes #558 )
2014-09-19 11:18:06 -04:00
Saivann
231ee547fa
Add Texas Bitcoin Conference ( fixes #557 )
2014-09-19 00:55:39 -04:00
saivann
96d7722d66
Merge pull request #545 from bitcoin/trezor
...
Add Trezor to wallets
2014-09-19 00:42:31 -04:00
Peter Todd
879f85fca3
Remove OP_1NEGATE mention
...
Never used in standard transactions
2014-09-18 22:07:10 -04:00
Peter Todd
4010c0228d
Fix OP_RETURN misconception
...
Satoshis sent to an OP_RETURN-using output are simply unspendable; they
do not go to mining fees.
2014-09-18 22:07:10 -04:00
David A. Harding
0e4514c72d
Remove duplicate "how" from sentence (thanks @astern7!). closes #561
2014-09-18 15:22:03 -04:00
Saivann
5217e0b6da
Add @arvicco in the list of contributors for his work on Russian translations
2014-09-16 23:49:42 -04:00
arvicco
127b393fb5
Links to Russian translations of the original PDF paper added
2014-09-16 15:27:16 -07:00
arvicco
7e5dcd00c5
First version of the Bitcoin paper translated to Russian
2014-09-16 15:25:57 -07:00
Saivann
1ad6bfffbe
Clarify requirements for the "transparency" score (thanks @harding)
2014-09-13 15:16:19 -04:00
Saivann
9bcd3a9070
Update ru translation (thanks arvicco)
2014-09-11 23:24:16 -04:00
Saivann
2d36585438
Revert "UGLY HACK removal of sourceforge from translations"
...
This reverts commit 10724ec96d
.
2014-09-11 17:25:11 -04:00