dash/doc
UdjinM6 865b63e52d Merge branch '0.10' into merge_btc010
Conflicts:
	doc/release-notes.md
	doc/release-process.md
2015-04-08 06:15:17 +03:00
..
gitian-building Add gitian build guide 2014-04-02 21:59:45 +02:00
img doc: Correct several typos in bootstrap.md 2014-11-07 11:38:51 +01:00
release-notes Merge branch '0.10' into merge_btc010 2015-04-08 06:15:17 +03:00
assets-attribution.md qt: better looking trayicon 2014-08-12 13:16:01 +02:00
bitcoin_logo_doxygen.png updated darkcoin logo 2015-01-13 11:55:07 -07:00
bootstrap.md doc: Correct several typos in bootstrap.md 2014-11-07 11:38:51 +01:00
build-osx.md 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
build-unix.md 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
coding.md 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
dnsseed-policy.md Remove DNS Seeds run by entities which were never well-established. 2014-09-03 00:41:54 -07:00
Doxyfile 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
files.md Markdown Cleanup - Part 2 2013-06-16 06:29:23 -04:00
gitian-building.md docs: update gitian building docs 2014-12-23 14:17:23 +01:00
guide-startmany.md fixed github reference 2015-03-20 09:30:23 -07:00
init.md Fix formatting in init.md 2014-09-30 10:41:31 -07:00
keepass.md Changed darkcoin references to dash 2015-03-19 12:03:14 -07:00
masternode_conf.md Merge branch 'v11.2-dash' into v0.11.2.x 2015-03-20 07:49:36 -07:00
multiwallet-qt.md 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
README_osx.txt docs: add/update docs for osx dmg signing 2014-11-26 01:00:42 -05:00
README_windows.txt 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
README.md 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
release-notes.md doc: Credit Jonas Nick in release notes 2015-04-06 09:27:41 +02:00
release-process.md Merge branch '0.10' into merge_btc010 2015-04-08 06:15:17 +03:00
REST-interface.md [REST] added /rest/block/notxdetails/<hash> into REST-interface.md documentation 2014-12-09 16:05:50 +01:00
tor.md 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
translation_process.md 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
travis-ci.txt travis: add doc 2014-08-25 11:48:31 -04:00
unit-tests.md more bitcoin->dash fixes 2015-04-06 00:56:58 +03:00

Dash Core 0.12.0

Setup

Bitcoin Core is the original Bitcoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Bitcoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. Thankfully you only have to do this once. If you would like the process to go faster you can download the blockchain directly.

Running

The following are some helpful notes on how to run Dash on your native platform.

Unix

You need the Qt4 run-time libraries to run Dash-Qt. On Debian or Ubuntu:

sudo apt-get install libqtgui4

Unpack the files into a directory and run:

  • bin/32/dash-qt (GUI, 32-bit) or bin/32/dashd (headless, 32-bit)
  • bin/64/dash-qt (GUI, 64-bit) or bin/64/dashd (headless, 64-bit)

Windows

Unpack the files into a directory, and then run dash-qt.exe.

OSX

Drag Dash-Qt to your applications folder, and then run Dash-Qt.

Need Help?

  • See the documentation at the Dash Wiki TODO for help and more information.
  • Ask for help on #dashpay on Freenode. If you don't have an IRC client use webchat here.
  • Ask for help on the DashTalk forums.

Building

The following are developer notes on how to build Dash on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.

Development

The Dash repo's root README contains relevant information on the development process and automated testing.

Resources

  • Discuss on the DashTalk forums, in the Development & Technical Discussion board.
  • Discuss on #dashpay on Freenode. If you don't have an IRC client use webchat here.

Miscellaneous

License

Distributed under the MIT/X11 software license. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com), and UPnP software written by Thomas Bernard.