dash/doc
Odysseas Gabrielides 811f6177ba
feat(rpc): Disable submission of triggers and gobject vote-conf RPC (#5552)
## Issue being fixed or feature implemented
With #5525 , MNs shouldn't use Sentinel anymore. 

## What was done?
In order to force them to remove Sentinel:
-  `gobject submit` RPC won't accept triggers anymore.
-  `gobject vote-conf` RPC isn't available anymore.


## How Has This Been Tested?
`feature_governance.py` and `feature_governance_object.py`

## Breaking Changes
Normally, only Sentinel should be broken.

## Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [x] I have added or updated relevant unit/integration/functional/e2e
tests
- [x] 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)_

---------

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
2023-08-31 12:09:05 -05: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#20685: Add I2P support using I2P SAM 2023-07-24 20:45:49 +03: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 merge bitcoin#22112: Force port 0 in I2P 2023-07-24 20:45:49 +03: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 merge bitcoin#19191: Extract download permission from noban 2023-06-05 10:11:03 -05:00
release-notes-5225.md
release-notes-5273.md
release-notes-5338.md
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-5508.md refactor: Global renaming from hpmn to evo (#5508) 2023-08-17 14:01:12 -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-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 Merge #17585: rpc: deprecate getaddressinfo label 2023-05-31 18:14:23 -05:00
release-notes-18466.md
release-notes-18594.md
release-notes-18733.md
release-notes-18807.md
release-notes-19191.md merge bitcoin#19191: Extract download permission from noban 2023-06-05 10:11:03 -05:00
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 Merge bitcoin/bitcoin#22420: doc: Specifiy how to set the value of TORGROUP 2023-06-10 17:40:23 -05: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.