Commit graph

362 commits

Author SHA1 Message Date
thephez
4e4255c2c1 MN/Goverance P2P messages
- Add diagram of message exchange

Update Dash Core 0.12.2 release date
2017-12-07 09:09:11 -05:00
thephez
160bde7d39 MN Sync
- Add ongoing sync drawing
 - Re-arrange layout / rename some sections
 - Add additional details about ongoing sync

Correct issue w/ mnget P2P message in dev ref
Add masternode sync drawing
2017-12-07 09:09:11 -05:00
thephez
458b143573 MN Sync
- Create drawing of initial MN sync steps for clarity
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
Agustin Feuerhake
7d59b1d165 feat(flags): add missing flags, Chile & Peru 2017-08-07 09:33:19 -04: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
Vitaly Druzhinin
958c8609cd The NZ flag icon was updated to the shiny version (as requested by Mirobit) 2017-08-03 07:54:11 +10: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
f5a483c86b Added hardware and web icons (ported from menu) 2017-07-18 17:49:15 +02:00
Ben Thompson
1133e6b20e Added images. 2017-07-10 07:49:18 +01: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
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
69b3781922
exchanges: Add BitMae (Costa Rica) 2017-06-24 20:25:42 -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
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
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
Will Binns
3323766165
blog: Add post for release of 0.14.2
This adds a new post containing all of the relevant information
pertaining to the release of Bitcoin Core Version 0.14.2 (release notes,
change log, etc.).
2017-06-17 18:35:27 -06:00
Will Binns
a563ab55bd Merge pull request #1624 from Mirobit/shinyflags
Use shiny flags
2017-06-11 14:33:43 -06:00
John L. Jegutanis
22033fc683 Update Coinomi wallet listing 2017-06-09 23:48:28 +03:00
Michael Rotarius
0c6aea4636 New shiny flags 2017-06-06 00:26:35 +02:00
Craig Watkins
955a988e96 Remove wallet listing multibithd 2017-06-02 14:16:59 -04:00
Will Binns
b0fb5cf3f7
blog: Add release notes for 0.14.1 2017-05-08 19:19:09 -06:00
David A. Harding
60a49735ce
Wallets: Fee Scoring: Add icons & adjust CSS 2017-04-20 14:43:26 -04:00
Thomas Kerin
ef221641ab update btc.com logo 2017-04-11 09:56:38 +02:00
alejandro.delatorre
8302f3c23b 144x144 2017-03-13 21:09:52 +01:00
alejandro.delatorre
e69d8f8f2c changed logo 2017-03-13 16:19:23 +01:00
alejandro.delatorre
23ce175a04 (trying to fix the travis error) 2017-03-13 15:32:13 +01:00
alejandro.delatorre
2e7609f2b6 (changed img name) 2017-03-13 15:32:13 +01:00
alejandro.delatorre
df6ef334cd (adding correct screenshot name) 2017-03-13 15:32:13 +01:00
alejandro.delatorre
98fcfce603 (adding btccom wallet) 2017-03-13 15:29:39 +01:00
Will Binns
c15120e2c2
post: Rev date, add getinfo table, markdown fixes 2017-03-10 14:38:58 -06:00
Will Binns
dfade2787e blog: Add announcement of Bitcoin Core 0.14.0
This adds a blog post containing all of the information pertaining to
the release of Bitcoin Core Version 0.14.0.
2017-03-09 20:46:00 -06:00
Will Binns
8f385ef498
blog: Add 'Bitcoin Exchanges' post 2017-03-01 09:52:07 -06:00
Will Binns
9472e2e472
community: Add Fundacion Bitcoin Columbia 2017-02-16 04:52:24 -06:00
Will Binns
d010027f9e Merge pull request #1459 from stequald/arcbitwallet
Adding ArcBit wallet
2017-02-16 04:27:39 -06:00
Will Binns
5a07a0ff8d flags: Fix misnaming of ID/CN flags 2017-01-22 12:40:00 -06:00
Will Binns
860bf37580 flags: Add flag for United States 2017-01-22 12:40:00 -06:00
Will Binns
272f771c28 flags: Add flag for European Union 2017-01-22 12:40:00 -06:00
Will Binns
2ee0c4dd7e flags: Add flag for United Kingdom 2017-01-22 12:40:00 -06:00
Will Binns
fe4ecaea69 flags: Add flag for Turkey 2017-01-22 12:40:00 -06:00
Will Binns
c7e50e0d6c flags: Add flag for South Korea 2017-01-22 12:40:00 -06:00
Will Binns
c2979148be flags: Add flag for South Africa 2017-01-22 12:40:00 -06:00
Will Binns
df44d4053f flags: Add flag for Saudi Arabia 2017-01-22 12:40:00 -06:00
Will Binns
024f2cd7c9 flags: Add flag for Japan 2017-01-22 12:39:59 -06:00