Commit graph

1890 commits

Author SHA1 Message Date
louisjc
de3138da5a Restore getstarted link and add developer-documentation link 2015-02-24 14:54:19 +01:00
louisjc
a811c9cdb0 Update chart caption (now time independent) 2015-02-22 17:27:40 +01:00
louisjc
e9e1dbf1cf Update merchants map 2015-02-22 17:20:03 +01:00
louisjc
d0357100c8 Update price chart (2013-2015) 2015-02-21 15:39:39 +01:00
Saivann
095c9fdf72 Add links to givebtc.org (fixes #734) 2015-02-05 21:27:53 -05:00
Saivann
7dcf67d5a8 Merge remote-tracking branch 'remotes/louisjc/master' 2015-02-04 11:49:06 -05:00
louisjc
98c6f208e2 Fix "bit" French translation 2015-02-04 17:15:15 +01:00
Saivann
c865f7224d Update link to Hive Mac 2015-02-04 09:48:59 -05:00
Saivann
a4d028906b Merge remote-tracking branch 'remotes/louisjc/master' 2015-02-04 09:29:00 -05:00
David A. Harding
c2ce87ebe1
Events: Add First Friday Event (NV, USA)
Closes #729
2015-02-03 12:33:30 -05:00
David A. Harding
11c69452e6
Merge Pull #727: Dev Docs: Deprecate gethashespersec rpc call 2015-02-03 12:25:39 -05:00
louisjc
66f6744cf6 Remove "France Bitcoin" from resources page 2015-02-02 21:34:10 +01:00
louisjc
deb021f9c1 Moving "France Bitcoin" to the News section 2015-02-02 19:00:01 +01:00
Rui Marinho
8fcbcbe3dc Merge pull request #1 from harding/ghps
Dev Docs: Tweak GetHashesPerSec Deprecation
2015-02-02 17:17:31 +00:00
Saivann
0d26b7610c Merge remote-tracking branch 'remotes/louisjc/master' 2015-02-02 12:07:48 -05:00
David A. Harding
848429f0c9
Dev Docs: Tweak GetHashesPerSec Deprecation
* Ran `make manual-updates` to grab new summary

* Clarified that GHPS is part of 0.10.0 and is removed in master

* Autocrossref'd "Bitcoin Core master" to GitHub repo

* Removed GHPS from list of Mining RPCs now that it's in Removed RPCs
2015-02-02 09:59:20 -05:00
Rui Marinho
f2e268da4a Dev Docs: Deprecate gethashespersec rpc call in 0.10.0. 2015-02-02 01:19:36 +00:00
David A. Harding
a1b7d1e532
Dev Docs: Put summary_ variables in alphabetical order
* Simply ran `make manual-updates` using previously-commited sort patch
2015-02-01 18:21:51 -05:00
David A. Harding
e0f1a369da
Dev Docs: Merge Pull #685 and Pull #721
* 685: Dev Docs: Document Blocks-First IBD & Orphan Blocks
* 721: Dev Docs: Mention Upcoming v3 Blocks/BIP66
2015-02-01 18:20:38 -05:00
louisjc
a5bde04a69 Logo SVG optimisation
Optimisation of the logo svg : remove useless groups and tags.
2015-02-01 18:37:20 +01:00
Saivann
cd760b03a8 Update hi translations 2015-02-01 10:09:17 -05:00
Saivann
23fef01063 Update hu translations 2015-01-31 21:14:25 -05:00
David A. Harding
3109903065
Dev Docs: Corrections to IBD Suggested By Saivann (Thanks!) 2015-01-31 16:12:57 -05:00
David A. Harding
ccda4caa0c
Dev Docs: Document Blocks-First IBD & Orphan Blocks
This commit provides a detailed overview of the current block download
method, which I've retroactively named blocks-first for parallelism with
headers-first.

New And Significantly Revised:

* New Initial Block Download (IBD) section (h3) with Blocks-First
  subsection (h4)

* New Orphan Block subsection (under Blocks Broadcasting) describing
  orphan blocks and how they're handled under blocks-first. Also
  includes a simple illustration of the difference between orphan blocks
  and stale blocks. Thanks to luke-jr for his s/orphan block/stale
  block/ commit a couple months ago---that made this commit much easier.

Edits:

* Cleaned up a couple cases missed by previous s/orphan/stale/ commit
  because they used past tense (orphaned).

* In P2P reference section, mentioned that a `block` message can be sent
  unsolicited by miners.

* Mention that `getheaders` and `headers` were added in protocol
  version 31800.

* Moved a few internal links around and added a few new internal links.

Administrivia:

* Started adding "TODOv0.10" in HTML comments to places that need to be
  updated when 0.10 is released so that I can easily git grep for that
  tag later.
2015-01-31 15:48:16 -05:00
Saivann
c4cce0e8f9 Update da translations 2015-01-31 11:22:22 -05:00
Saivann
4c9dcd5f9e Update de translations 2015-01-30 10:12:34 -05:00
David A. Harding
4a0d0343a9
Merge Pull #722 and Pull #678
* 722: Dev Docs: Merge RPC and RPC Intro
* 678: Add NBitcoin to the list of free software projects
2015-01-30 08:18:52 -05:00
Saivann
109db2629c Update da translations 2015-01-29 15:42:11 -05:00
Saivann
812c016c5e Update pl translations 2015-01-29 14:58:51 -05:00
Saivann
f80aa4be3a Add Coinfest as an international event 2015-01-29 14:52:49 -05:00
Saivann
0db3a01cbe Update de translations 2015-01-29 14:51:01 -05:00
Nicolas Dorier
9c83f5c5e8 Add NBitcoin to the list of free software projects 2015-01-28 01:33:34 +01:00
David A. Harding
2312aa10fd
Dev Docs: Merge RPC and RPC Intro
This commit merges the RPC introduction section (h4), "JSON-RPC &
bitcoin-cli" into the currently-empty RPC section (h3).  To do this, it
splits the contents of the file `_includes/ref_core_rpc_intro.md` into
the new files `_includes/ref/bitcoin-core/api-intro.md` and
`_includes/ref/bitcoin-core/rpcs/intro.md`
2015-01-27 18:40:20 -05:00
David A. Harding
cf6b148cd5
Events: Add Chambe-Carnet: Bitcoin, initiation à l’argent P2P et opportunités
Closes #702
2015-01-27 15:52:58 -05:00
David A. Harding
73eb097dd4
Dev Docs: REST: Add Security Note & Reindex Note
Added both notes to both JSON-RPC and REST docs.

Suggested by Jonas Schnelli (thanks!)
2015-01-26 14:41:05 -05:00
David A. Harding
dc5c161ee2
Dev Docs: Mention Upcoming v3 Blocks/BIP66 2015-01-26 14:14:54 -05:00
David A. Harding
5f532c59da
Dev Docs: Add REST Documentation
* Uses same basic format as JSON-RPC documentation.

Closes #715
2015-01-26 11:29:07 -05:00
Saivann
4214856cff Merge branch 'hsts' 2015-01-24 12:09:07 -05:00
Saivann
9fbdf3f4e7 Update events (fixes #716) (fixes #717) (fixes #718) 2015-01-24 12:06:48 -05:00
Saivann
2c6b2c6089 Merge remote-tracking branch 'remotes/coinapult/coinapult' 2015-01-22 12:25:32 -05:00
saivann
c308aaaadd Merge pull request #714 from bitcoin/versionint
Order release history and set latest version using versions number instead of releases date
2015-01-21 12:38:17 -05:00
Saivann
03254f0f13 Merge remote-tracking branch 'remotes/kanzure/majority-miner-hashrate' 2015-01-20 16:49:45 -05:00
Saivann
3e87efe009 Add long time duration HSTS as a requirement for wallets
Drop Circle until the service supports HSTS
2015-01-20 16:14:29 -05:00
Bryan Bishop
9d6b832ac0 powerful mining -> powerful miners 2015-01-20 14:47:32 -06:00
Saivann
efc1183c82 Update pl translations 2015-01-19 17:43:34 -05:00
Saivann
f2a576bf91 Update hu translations 2015-01-19 17:20:25 -05:00
Saivann
f80d57b7d7 Order release history and set latest version using versions number instead of releases date 2015-01-19 15:42:49 -05:00
Bryan Bishop
43ed2cf8b5 switch wording to "powerful mining"
https://github.com/bitcoin/bitcoin.org/pull/713#issuecomment-70396180
2015-01-18 09:25:30 -06:00
Bryan Bishop
6f1665e26c fix error in statement about "majority of miners"
Instead of talking about a majority of miners, it is better to talk
about a majority of available hashrate. There is no way to determine the
number of miners that exist, and it is confusing to talk about a
"majority of miners" as a consequence of this and other reasons.
2015-01-17 20:51:18 -06:00
Saivann
9b98b65f8d Merge branch 'circle' 2015-01-15 13:54:58 -05:00