Commit graph

762 commits

Author SHA1 Message Date
thephez
6aec3e3b05
Cleanup (#128)
* Config - remove unused keys

* Remove aliases

* Script - minor updates

* Remove bitcoin papers

* Delete all but a couple example events

* Update all QE BIP links to reflect current reop location

* One more BIP link update
2019-05-03 10:38:51 -04:00
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
78347fd82e Link fixes 2018-01-10 09:32:47 -05:00
thephez
5c207ed953 Remove unused _templates/ pages 2018-01-10 09:32:47 -05:00
thephez
89da1af838 Disable unnecessary plugins (alerts, contrib, events, wallets)
- Remove related files to ensure successful build
2018-01-10 09:32:47 -05:00
thephez
abd191981c Minor updates
- Start vocabulary changes
 - Update links on -for-developers page
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
Mirobit
c940373465 IRC/Slack update 2017-08-21 18:53:36 +02:00
theymos
d33e9dbf1f remove remnant quote 2017-08-17 16:05:20 -05: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
Will Binns
4634bec69f Merge pull request #1730 from agustinf/master
Adds exchange in Chile, Colombia and Peru
2017-08-07 19:17:03 -06:00
Agustin Feuerhake
a49b295911 feat(exchanges): add SurBTC in Chile, Colombia and Peru 2017-08-07 09:33:19 -04:00
Michael
6772fedf54 Dev Projects links updated 2017-08-06 18:25:27 +02:00
Will Binns
f3fc2a23f4 Merge pull request #1665 from vitalkadrug/kiwi-coin
exchanges: Add Kiwi-Coin (New Zealand)
2017-08-06 09:27:44 -06:00
Michael Rotarius
5a59ad7520 Remaining multibit mentions removed 2017-07-31 23:56:08 +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
James Sangalli
bf0ba40175 added bitcoinprojects.net in same format as other directories in tab 2017-07-25 09:33:46 +10:00
James Sangalli
76a2cda068 added bitcoinprojects.net to directories 2017-07-21 10:16:50 +10:00
Igor Kuzmenko
d206471809 Updating choose-your-wallet. Adds wallets page generator with translations. 2017-07-18 15:21:36 +02:00
Igor Kuzmenko
c07521d032 Replace page.wallets with site.wallets in _templates/choose-your-wallet.html 2017-07-15 16:26:07 +02:00
Anton Kumaigorodski
1feb854235 Fix typo in validation description 2017-07-10 10:14:47 +03:00
Anton Kumaigorodski
52f444e829 Change validation type 2017-07-10 09:29:17 +03:00
Vitaly Druzhinin
4e25d7e62a exchanges: Add Kiwi-Coin (New Zealand) 2017-07-05 11:30:44 +10:00
Will Binns
f46bc80d42
exchanges: Add Bitsewa (Nepal) 2017-07-01 19:12:01 -06:00
Michael Rotarius
2ff47a808a Exchanges fixed 2017-06-28 17:55:24 +02:00
Will Binns
68ade2d323 Merge pull request #1646 from bitcoin-dot-org/wbnns-june-maintenance
Add new events, exchanges, associations
2017-06-25 04:39:48 -06: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
Will Binns
d95cd88a94
exchanges: Add Luno (Singapore) 2017-06-24 20:45:29 -06:00
Will Binns
6bf8d2b1c1
exchanges: Add Luno (Nigeria) 2017-06-24 20:41:52 -06:00
Will Binns
e1b7e622df
exchanges: Add Luno (Malaysia) 2017-06-24 20:38:55 -06:00
Will Binns
742ed5fc25
exchanges: Add Luno (Indonesia) 2017-06-24 20:34:39 -06:00
Will Binns
69b3781922
exchanges: Add BitMae (Costa Rica) 2017-06-24 20:25:42 -06:00
Michael Rotarius
306d92e08e Added Bitaccess.io and CoinATMRadar 2017-06-24 18:27:08 -06:00
Michael Rotarius
9579edddf8 Added Chinese exchanges 2017-06-24 18:26:53 -06:00
Michael Rotarius
436756e6ec Added Urkaine Exchange 2017-06-24 18:26:43 -06:00
Michael Rotarius
1b7813d095 Added Europe Exchanges 2017-06-24 18:25:35 -06:00
Will Binns
ffb38077fd
exchanges: Add 'Bitcoin Cambodia' 2017-06-24 17:01:50 -06:00
Will Binns
46d317d0b2
community: Add 'Avalbit' (Spain) 2017-06-24 08:56:00 -06:00
Will Binns
d798d97194
community: Add Fundacion Bitcoin de Venezuela 2017-06-24 08:51:32 -06:00
Will Binns
60e260a8ea
exchanges: Add 'Cryptobuyer' (Venezuela) 2017-06-24 08:51:05 -06:00
Will Binns
cfe4e6faff
exchanges: Move BitOasis domicile to UAE
Closes #1636
2017-06-24 07:56:36 -06:00
Will Binns
be6167d8fb Merge pull request #1634 from Daunus/patch-1
Add HardBlock exchange
2017-06-21 18:34:53 -06:00
Chris Wagner
133079fe08 Resources page: Remove link to UseBitcoins.info. 2017-06-21 13:33:32 -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
Daniel Wilczynski
83946d37f9 Update exchanges.html
Added my Australian Exchange Hardblock.net. We have been operating for over three years. Contact me if more info needed.
2017-06-16 14:21:02 +02:00
John L. Jegutanis
22033fc683 Update Coinomi wallet listing 2017-06-09 23:48:28 +03:00
David A. Harding
a0fa907b4a
Events plugin: stop requesting events from Meetup.com
Closes #1617 (Meetup.com events no longer display)
2017-06-03 08:52:21 -04:00
Craig Watkins
955a988e96 Remove wallet listing multibithd 2017-06-02 14:16:59 -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