-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc: How to install Dash Drive #1696
Comments
Just finished running through the instructions and can confirm that they are accurate, with one caveat: It may or may not be necessary to install |
Note: As per usual, the ~/.local/opt/protoc/bin/protoc --version
/usr/bin/protoc --version
How to install
|
I don't think we have such a section there anymore. DCG doesn't support any other installation than dashmate, atm. Shall we close the issue? |
Please reopen if you think otherwise |
Overview
Corrections for https://docs.dash.org/en/stable/docs/user/masternodes/setup-testnet.html#drive to install drive from the current codebase.
Notable changes:
Where is the repo to pull request changes to the out-of-date docs?
Table of Contents
System Requirements
(several GB will be used as build cache during compile)
Pre-reqs
Install:
Build from Source
IMPORTANT
Check https://github.com/dashpay/platform to see whether it's actually
master
or something else, likev1.0-dev
, that's the current working "main" branch.pushd ./dash-drive/
Build Dash Drive
(building unnecessary WASM components moved to its own section)
Configure Dash Drive
Test Run
./target/debug/drive-abci -c ~/.config/dash-drive/env start
Install as a System Service
Check the logs
Build WASM Components
Not required to run Dash Drive, but possibly useful as an SDK component for some other software that can consume WASM libraries.
The text was updated successfully, but these errors were encountered: