dash/doc
UdjinM6 1b8d9ecc6b
docs: update tor and i2p docs (#5673)
## Issue being fixed or feature implemented
Fix Dash Core version in i2p.md and update list of nodes in tor.md (we
do not support v2 tor anymore).

## What was done?
ran a node with `-onlynet=oinion` and picked 8 nodes

## How Has This Been Tested?
n/a

## Breaking Changes
n/a

## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have added or updated relevant unit/integration/functional/e2e
tests
- [ ] I have made corresponding changes to the documentation
- [x] I have assigned this pull request to a milestone _(for repository
code-owners and collaborators only)_
2023-11-06 09:23:20 -06:00
..
gitian-building
man chore: run gen-manpages.sh for v19.2 (#5442) 2023-06-17 19:27:37 +03:00
release-notes/dash doc: Archive 19.2 release notes 2023-07-25 23:37:26 +03:00
.gitignore
assets-attribution.md
benchmarking.md
bips.md
bitcoin_logo_doxygen.png
build-freebsd.md
build-netbsd.md
build-openbsd.md
build-osx.md merge bitcoin#23909: use a static .tiff for macOS .dmg over generating 2023-06-18 11:47:54 -05:00
build-unix.md merge bitcoin#22930: remove glibc back compat 2023-08-01 12:07:31 -05:00
build-windows.md Merge #21342: doc: Remove outdated comment 2023-08-28 11:24:41 -05:00
dash-conf.md
dependencies.md merge bitcoin#25719: Bump Qt to 5.15.5 in depends 2023-08-08 06:05:02 -05:00
descriptors.md
developer-notes.md Merge #18645: [doc] Update thread information in developer docs 2023-08-29 22:00:59 -05:00
dnsseed-policy.md
Doxyfile.in
files.md merge bitcoin#22570: Ignore banlist.dat 2023-09-24 09:50:50 -05:00
fuzzing.md Merge #21398: doc: Update fuzzing docs for afl-clang-lto 2023-08-28 11:31:55 -05:00
gitian-building.md
guix.md
i2p.md docs: update tor and i2p docs (#5673) 2023-11-06 09:23:20 -06:00
init.md
instantsend.md
JSON-RPC-interface.md merge bitcoin#19762: Allow named and positional arguments to be used together 2023-07-28 00:18:27 -05:00
masternode-budget.md
productivity.md
psbt.md
README_doxygen.md
README_windows.txt
README.md merge bitcoin#22250: add basic I2P documentation 2023-07-24 20:45:49 +03:00
reduce-memory.md
reduce-traffic.md
release-notes-5121.md docs: Added release notes for #5121 (#5559) 2023-09-07 12:09:45 -05:00
release-notes-5225.md
release-notes-5262.md docs: Added release notes for #5262 (#5558) 2023-09-04 21:39:42 -05:00
release-notes-5273.md
release-notes-5338.md
release-notes-5342.md docs: add release notes for 5342 (#5568) 2023-09-09 12:26:36 -05:00
release-notes-5377.md feat: mnlistdiff v20 CL sig quorums (#5377) 2023-07-10 11:23:09 -05:00
release-notes-5447.md doc: Add 19.3 release notes 2023-07-26 13:15:14 +03:00
release-notes-5493.md docs: Added release notes for #5493 (#5556) 2023-09-07 12:06:28 -05:00
release-notes-5508.md refactor: Global renaming from hpmn to evo (#5508) 2023-08-17 14:01:12 -05:00
release-notes-5525.md docs: Added release notes for #5525 (#5557) 2023-09-04 21:38:16 -05:00
release-notes-5552.md feat(rpc): Disable submission of triggers and gobject vote-conf RPC (#5552) 2023-08-31 12:09:05 -05:00
release-notes-5588.md feat!: Block Reward Reallocation (Doubling Treasury) (#5588) 2023-10-03 09:32:53 -05:00
release-notes-5624.md feat(rpc): return activation_height in getblockchaininfo for BIP9 softforks (#5624) 2023-10-23 10:56:10 -05:00
release-notes-5639.md feat!: Block reward reallocation activation at v20 (#5639) 2023-10-23 11:57:32 -05:00
release-notes-11413.md Merge #11413: [wallet] [rpc] sendtoaddress/sendmany: Add explicit feerate option 2023-07-21 16:03:00 -05:00
release-notes-16060.md
release-notes-16185.md
release-notes-16524.md
release-notes-17004.md
release-notes-17056.md
release-notes-17437.md
release-notes-17578.md
release-notes-18466.md
release-notes-18594.md
release-notes-18733.md
release-notes-18807.md
release-notes-19191.md
release-notes-19550.md merge bitcoin#19550: Add getindexinfo RPC 2023-07-28 00:18:27 -05:00
release-notes-19762.md merge bitcoin#19762: Allow named and positional arguments to be used together 2023-07-28 00:18:27 -05:00
release-notes.md Merge branch 'master' into merge_master_19.3.0 2023-07-31 19:58:19 +03:00
release-process.md
REST-interface.md
shared-libraries.md
tor.md docs: update tor and i2p docs (#5673) 2023-11-06 09:23:20 -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.