dash/doc
2024-03-03 23:34:35 -06:00
..
man
release-notes/dash
.gitignore
assets-attribution.md
benchmarking.md
bips.md Merge #20119: BIP155 follow-ups 2024-01-22 19:47:13 -06:00
bitcoin_logo_doxygen.png
build-freebsd.md
build-netbsd.md
build-openbsd.md Merge #19605: doc: set CC_FOR_BUILD when building on OpenBSD 2024-01-19 10:34:33 -06:00
build-osx.md Merge #21346: doc: install qt5 when building on macOS 2024-01-23 22:14:10 -06:00
build-unix.md Merge #21064: refactor: use std::shared_mutex & remove Boost Thread 2024-01-16 09:29:52 -06:00
build-windows.md
dash-conf.md Merge bitcoin/bitcoin#25883: doc: Security config warning 2024-02-29 09:35:00 -06:00
dependencies.md
descriptors.md
developer-notes.md partial bitcoin#20842: consolidate typo & url fixing 2024-02-19 10:17:12 -06:00
dnsseed-policy.md
Doxyfile.in Merge #15382: util: add RunCommandParseJSON 2024-02-01 09:22:03 -06:00
files.md Merge bitcoin/bitcoin#21818: doc: fixup -coinstatsindex help, update bitcoin.conf and files.md 2024-02-27 12:01:02 -06:00
fuzzing.md
guix.md
i2p.md
init.md
instantsend.md
JSON-RPC-interface.md
managing-wallets.md
masternode-budget.md
multiprocess.md Merge #18677: Multiprocess build support 2024-01-16 09:34:26 -06:00
productivity.md Merge bitcoin/bitcoin#25359: doc: add distcc to productivity notes 2024-02-22 20:58:44 -06:00
psbt.md
README_doxygen.md
README_windows.txt
README.md
reduce-memory.md
reduce-traffic.md
release-notes-4738.md feat(rpc): Tweak protx info to be able to show info for a specific block (#4738) 2024-02-07 12:34:16 -06:00
release-notes-5342.md
release-notes-5493.md
release-notes-5742.md test: multiple linter warnings to suppress or fix (#5880) 2024-02-20 08:22:37 -06:00
release-notes-5765.md
release-notes-5774.md
release-notes-5775.md
release-notes-5776.md feat(rpc): added optional block height in getassetunlockstatuses (#5849) 2024-02-01 09:15:20 -06:00
release-notes-5806.md feat: rpc submitchainlock short circuit if possible and always return… (#5806) 2024-02-01 10:14:59 -06:00
release-notes-5807.md feat: enable HD wallets by default (#5807) 2024-02-09 11:36:14 -06:00
release-notes-5834.md partial bitcoin#20833: enable packages through testmempoolaccept 2024-02-02 23:14:06 -06:00
release-notes-5839.md feat: new rpc getrawtransactionmulti (#5839) 2024-01-22 19:33:24 -06:00
release-notes-5853.md feat(rpc): quorum dkginfo rpc (#5853) 2024-02-01 09:17:40 -06:00
release-notes-15367.md
release-notes-16525.md
release-notes-18244.md Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock manually selected coins 2024-01-22 19:44:36 -06:00
release-notes-18309.md
release-notes-18982.md
release-notes-19725.md
release-notes-19731.md Merge #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_transaction in getpeerinfo 2024-01-28 22:20:47 +07:00
release-notes-22407.md
release-notes-26896.md
release-notes-bitcoin-17219.md
release-notes.md
release-process.md docs: update release process for generating seeds: new PR as a reference 2024-03-03 23:34:35 -06:00
REST-interface.md
shared-libraries.md
tor.md feat: add onion_seeds to seed creation; do seed creation (#5866) 2024-02-14 22:31:24 -06:00
translation_process.md
translation_strings_policy.md
zmq.md

Dash Core

This is the official reference wallet for Dash digital currency and comprises the backbone of the Dash peer-to-peer network. You can download Dash Core or build it yourself using the guides below.

Running

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

Unix

Unpack the files into a directory and run:

  • bin/dash-qt (GUI) or
  • bin/dashd (headless)

Windows

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

macOS

Drag Dash Core to your applications folder, and then run Dash Core.

Need Help?

Building

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

Development

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

Resources

Miscellaneous

License

Distributed under the MIT software license.