Commit graph

708 commits

Author SHA1 Message Date
thephez
edc6412b8c
Dash for devs updates (#78)
* Content - Remove bitcoin logo from button

* Content - Dashify "for developers" page
2018-06-29 16:35:28 -04:00
thephez
58400dd4eb Update navigation
- Simplify nav header
 - Use index for main Dev Doc page (instead of separate page)
2017-12-07 16:28:48 -05:00
thephez
be0bf9b93c Update some vocabulary items 2017-12-07 09:09:11 -05:00
thephez
abd191981c Minor updates
- Start vocabulary changes
 - Update links on -for-developers page
2017-12-07 09:09:11 -05:00
thephez
3d26a3b490 Guide - transaction updates
Minor reference update
Some Bitcoin -> Dash conversions in translation yml
2017-12-07 09:09:11 -05:00
thephez
703c54ffbc Dev ref conversion (#2)
Developer reference/guide updates to this point

* Update some reference documents
 - Adjust ref_intro to reference Dash
 - Start updating p2p network ref
 - Adjust some items in references.md to point to Dash URLs

* Update P2P networking protocol versions and message headers sections
Update subheading-links
Update more items in references.md

* Update inventories to include Dash specific items
 - Update references.md with them also
Update disclaimer (Bitcoin -> Dash)

* Remove reference to bitcoin mailing list from ref_intro

* Add Spork/GetSporks message details
Add placeholders for Dash specific messages
 - Added subsections for InstantSend, PrivateSend, Masternodes, and
Governance

* Some Bitcoin->Dash conversions
 - Update title / section name for Dev Doc/Dev Reference
 - Updated favicon

* Updates for the Data Network section of P2P reference

* Added Alert message details from Bitcoin back and removed feefilter

* More updates for Control Messages section of P2P network
 - Bitcoin->Dash reference changes
 - Reject and Version message updates

* InstantSend subsection of P2P reference detail
 - Added ix, txlvote message details and associated references

* Governance subsection (P2P)
 - Start adding govobj, govobjvote details
 - Add spork references

* Missed spork xref in previous

* Governance (P2P) updates
 - Add details to govobjvote and govsync

* Governance object P2P messages
 - Add additional description/details

* PrivateSend P2P messages
 - Added details for dsa, dsc, dsf, dsi, dsq, dss, dssu, and dstx
messages
  - Added references also
  - Hexdump examples for all but dsi and dss

* PrivateSend P2P minor updates

* Masternode P2P messages
 - Add descriptions
 - Add hexdump details

* Masternode P2P messages (dseg, mnb, mnget, mnp, mnv, mnw, mnwb, ssc)
 - Add reference/crossref entries
 - Add message structure

* P2P messages - minor formatting and corrections

* Block chain reference
 - Version info updates

* Update Block Chain reference (Headers)
 - Update version details
 - Update block reward info

* Update Transactions reference
 - Add some Dash specific updates

* Minor Transactions reference change

* RPC reference updates

* RPC reference updates
 - Added/removed commands to match available Dash commands

* Core API updates

* Renamed devdocs/bitcoin-core to dash-core
 - Updated developer-reference.md to point at new location

* Update filename to use dash-core instead of bitcoin-core

* Add Dash-specific GetAddressBalance RPC command and associated updates
Update RPC quick reference list

* Added cross reference/reference placeholders for remaining GetAddress... RPC commands
Added RPC template placeholder files for remaining GetAddress...
commands

* Scripts for environment setup and frequently used builds

* Add details for GetAddressDeltas/Mempool RPCs
Update path in Makefile bitcoin-core -> dash-core

* Add GetAddressTxids/Utxos details
Update minor formatting, etc. for GetAddressBalance/Deltas/Mempool
Changed reference to Dash Core and updated denominations for Dash

* Misc minor cleanup

* Work on updating existing Block Chain RPCs
 - GetBestBlockHash, GetBlock, GetBlockChainInfo, GetBlockCount,
GetBlockHash

* Continue updating existing Block Chain RPCs
 - GetBlockHeader, GetChainTips, GetDifficulty, GetMemPoolInfo,
GetRawMemPool

* Update RPCs quick-ref
 - Added descriptions for Dash
 - Updated description for Bitcoin related items for clarity

* Comment out content of non-implemented Block chain RPCs (GetMemPoolAncestors, GetMemPoolDescendants, GetMemPoolEntry, PreciousBlock, PruneBlockChain)

* Continue updating existing Block Chain RPCs
 - GetTxOut, GetTxOutProof, GetTxOutSetInfo, VerifyChain,
VerifyTxOutProof
Update previous block hash type to indicate X11 instead of double SHA256

* Add script to create basic RPC md file
Set up empty GetBlockHashes/Headers and GetSpentInfo RPCs

* Add GetBlockhashes details
Minor correction in Empty RPC generation script

* Add GetBlockHeaders details
Minor formatting updates

* Update Address Index related RPCs to indicate the necessity of enabling addressindex to use them

* Actual details of GetBlockHeaders

* Add details for GetSpentInfo

* Update existing Control RPCs (GetInfo, Help, Stop)

* Add Debug RPC

* Expand empty RPC generation script to add example section and fix format

* Added empty RPC files and cross-ref details for all Dash RPCs

* Add details for some Dash RPCs
- GetGovernanceInfo, GetPoolInfo, GetSuperblockBudget

* Add details for MasternodeList RPC (Dash section)

* Add details for MnSync RPC (Dash section)

* Dash RPC updates
 - Add Result section to MasternodeList
 - Formatting updates to MnSync

* Expand script to add placeholders for parameters/resuls/example

* Add details for PrivateSend RPC (Dash section)

* Update Generating RPCs
 - Added details back for GetGenerate/SetGenerate which were deprecated
in Bitcoin

* Formatting and example updates

* Add result detail and example to GetBlockTemplate

* Update existing Mining RPCs
 - GetMiningInfo, GetNetworkHashPs, PrioritiseTransaction, SubmitBlock

* Minor formatting updates

* Update most existing Network RPCs
 - AddNode, ClearBanned, DisconnectNode, GetAddedNodeInfo,
GetConnectionCount, GetNetTotals,GetNetworkInfo, GetPeerInfo,
ListBanned, Ping, SetBan
 - Added some norefs as needed (Network RPCs only)

* Misc cleanup

* SetNetworkActive (Network RPC)

* Misc updates
 - Change logo
 - Disable some headers (alert, donation)
 - Disable footer

* Governance updates
 - Add description of govsync to P2P guide
 - Updates to P2P reference

* Governance
 - Add governance message SVG image
 - Typo fixes

* Dseg updates
 - Added clarifying details regarding how to request single/all nodes
 - Ban warning

* Minor governance updates

* Governance updates / MN sync
 - Correct some reference links
 - Add MN sync info to guide
 - Update dseg, mnget, ssc, and govsync messages to include more detail

* Governance updates
 - Guide updated to show both stages of govsync
 - Reference
  - Correcte ssc typo and add sync item detail
  - Update govobjvote to include detail about propagation
  - Update govsync details

* Governance updates
 - More clarification on govsync (guide and reference)

* Raw Transaction RPC
 - Previously uncommitted CreateRawTransaction update

* Dash RPC (Gobject)
 - Add details for count and get sub-commands

Also added description for govobj types

* P2P messages
 - Spork updated to include verification details and a hexdump

Minor typo / note updates

* P2P Message - mnv
 - Draft details regarding use and operation

* P2P message (mnv)
 - Additional detail updates based on info from Udjin

Minor update to mnp

* Guide - Masternode payment
 - Add section and start putting in details

* P2P Messages - deprecated
 - Move deprecated messages to their own group

* Misc minor non-content updates
2017-10-25 09:17:55 -04:00
Will Binns
3835e5ba62 Merge pull request #1755 from Mirobit/chat
IRC/Slack update
2017-08-23 04:59:31 -06:00
Will Binns
c6651b46c0 Merge pull request #1756 from Mirobit/removeoldwallets
Removed old wallets strings
2017-08-23 04:56:07 -06:00
Will Binns
1f647ddd14 Merge pull request #1758 from Mirobit/press
Fixed BitGive url
2017-08-23 04:45:48 -06:00
Mirobit
929a73c44f Improve buy bitcoin title 2017-08-23 00:38:12 +02:00
Mirobit
94bce1b135 Fixed BitGive url 2017-08-23 00:24:09 +02:00
Mirobit
3c0bc9ed57 Clean up 2017-08-21 19:04:52 +02:00
Mirobit
c940373465 IRC/Slack update 2017-08-21 18:53:36 +02:00
theymos
f051dfd6a5 Remove Copay/BitPay/Bitcore 2017-08-17 15:07:44 -05:00
Will Binns
5c2e8415f4
buy-bitcoin: Add 'Buy Bitcoin' page
This adds a 'Buy Bitcoin' page to Bitcoin.org. This page will allow us
to begin ranking and capturing traffic on search engines for the key
phrase 'buy bitcoin' which receives upwards of 100,000 unique searches a
month on Google, alone.

This strategy was employed with our Bitcoin Exchanges page, now the
fourth most-visited page on the site for the last three months. It has
received over 1,000,000 page views since it was added and is now also
the first search result on Google when the search term 'bitcoin
exchange' is used.

Unless others object, this will be merged on Tuesday, August 15th.

Closes #1573
2017-08-13 15:33:08 -06:00
Igor Kuzmenko
79a3f9cb66 Adds Ukrainian and Russian translations for Donation bar and modal 2017-08-06 19:43:56 +02:00
Igor Kuzmenko
75a6f07e4d Updates English strings for Donation bar and modal 2017-08-06 19:43:29 +02:00
Igor Kuzmenko
153f66dbb4 Merge branch 'master' into feature-donation 2017-08-05 22:25:07 +02:00
Will Binns
d80b16ea0b Merge pull request #1718 from Mirobit/multibit
Remaining multibit mentions removed
2017-08-05 14:24:24 -06:00
Igor Kuzmenko
9dc45b2827 Adds donation banner and modal window.
Includes auto-conversions between USD and BTC and autogeneration of QR code.
2017-08-05 22:23:57 +02:00
Will Binns
2646e6fc81 Merge pull request #1722 from kuzzmi/translation-uk
Updates Ukrainian translation with one updated on Transifex
2017-08-05 14:20:26 -06:00
Igor Kuzmenko
f6796be63e Updates Ukrainian translation with one updated on Transifex 2017-08-01 03:28:57 +02:00
Michael Rotarius
5a59ad7520 Remaining multibit mentions removed 2017-07-31 23:56:08 +02:00
Igor Kuzmenko
c49e7187b5 Merge with master 2017-07-31 11:13:06 +02:00
Igor Kuzmenko
73f6c9ab29 Resolves conflict on master 2017-07-31 11:10:16 +02:00
Will Binns
103b1b35f5 Merge pull request #1691 from kuzzmi/wallets-pages
Refactor wallet listings and categories into individual web pages
2017-07-30 18:40:11 -06:00
Igor Kuzmenko
9d821dea9c Adds language key to the translation file 2017-07-29 22:54:19 +02:00
Igor Kuzmenko
a9020d7c51 Updates URL names in Russian translations 2017-07-29 20:23:19 +02:00
Igor Kuzmenko
8ba147a507 Updates Russian translation with one updated on Transifex 2017-07-29 19:12:37 +02:00
James Sangalli
bf0ba40175 added bitcoinprojects.net in same format as other directories in tab 2017-07-25 09:33:46 +10:00
Igor Kuzmenko
eca2d54ddb Renames walletbitcoinqt to walletbitcoincore in translations. 2017-07-17 22:23:38 +02:00
Anton Kumaigorodski
4c021184ef Update wallet description 2017-07-10 09:35:23 +03:00
Will Binns
175654afa2 Merge pull request #1584 from JustAHappyKid/spend-updates
New "Spending Bitcoins" page (plus few other minor tweaks, wording fixes, etc.)
2017-06-25 04:39:19 -06:00
Chris Wagner
d38ff191cc Spend Bitcoin page: Swap link to UseBitcoins.info for one to 99bitcoins.com page (that includes links to many BTC-accepting merchants), and remove disclaimer (that was aimed at UseBitcoins.info) about directory containing defunct businesses. 2017-06-21 13:33:15 -04:00
David A. Harding
bdfb496ca0
Wallets: delist Coinomi
Closes #1622

Coinomi no longer provides updated public source code, violating the
Bitcoin.org listing policy for wallets with local key storage.
2017-06-18 06:19:51 -04:00
Chris Wagner
68675380d3 Move spend-bitcoin.html from 'en' directory to '_templates', and add 'spend-bitcoin' to 'url' section of en.yml. 2017-05-31 19:21:10 -04:00
Chris Wagner
fe2bfe8921 _translations/en.yml: Change link to Coinmap.org (for new Spend page) to only wrap text "Coinmap.org" (not "use Coinmap.org"). 2017-05-31 13:38:28 -04:00
Chris Wagner
4faa2b9df3 _translations/en.yml: Attempt to "tone down" the disclaimer about defunct businesses/websites at UseBitcoins.info (on new Spend page). 2017-05-31 13:37:37 -04:00
Chris Wagner
ef928c8919 _translations/en.yml: Shorten link to UseBitcoins.info (for new Spend page) to just wrap text "online directories". 2017-05-31 13:33:15 -04:00
Chris Wagner
9b7b6dae64 _translations/en.yml: Change "search-engine" to "search engine" (removing hyphen), and for link to Spendabit.co only hyperlink the site name ("Spendabit") as opposed to the whole phrase "search engine like Spendabit". 2017-05-31 13:30:30 -04:00
Chris Wagner
baae33afbe _translations/: Revert all changes to non-en (non-English) translation files that relate to new "Spend Bitcoin" page. 2017-05-31 13:27:52 -04:00
David A. Harding
29ede93b27
Translations: put chain size in l11n strings 2017-05-31 04:26:15 -04:00
Chris Wagner
4ca9c12b77 _translations/en.yml: Minor wording tweaks to 'usedtxt1' string of FAQ. 2017-05-22 09:20:01 -04:00
Chris Wagner
81c9e2321f _translations/en.yml: Fix link for 'directory' section of Spending Bitcoin page, so it points to UseBitcoins.info (and not the Spending Bitcoin page itself). 2017-05-16 13:02:00 -04:00
Chris Wagner
fa53e37e7d English FAQ: Bring answer for question "Is Bitcoin really used by people?" up-to-date given current realities (market-cap, sites that take BTC); plus minor wording tweaks. 2017-04-29 19:57:23 -04:00
Chris Wagner
1cc88fa762 Update text for button on "Spend bitcoins" section of Getting Started page to read "Find merchants and products". 2017-04-29 19:43:48 -04:00
Chris Wagner
2e63ad21e6 Add new "Spending Bitcoin" page (at /en/spend-bitcoin), and replace all links to UseBitcoins.info (except for the one on the Resources page, which expressly points to that site) with links to this new page. 2017-04-29 19:42:28 -04:00
Craig Watkins
3508a3087b
Add fee scoring to wallets 2017-04-20 14:43:25 -04:00
alejandro.delatorre
75c16ff292 without dot 2017-03-13 21:39:38 +01:00
alejandro.delatorre
d83c285bbe remove our from en.yml 2017-03-13 21:11:48 +01:00