DASH wallet/daemon management utilities - version 0.1.31
To install dashman do:
sudo apt-get update
sudo apt-get install python git unzip pv
cd ~ && git clone https://github.com/dotexx/dashman
To perform a new install of dash, do:
dashman/dashman install
To update your existing version 12 32/64bit linux dash wallet to the latest dashd, do:
dashman/dashman update
To overwrite an existing dash install, do:
dashman/dashman reinstall
To update dashman to the latest version, do:
dashman/dashman sync
To restart (or start) dashd, do:
dashman/dashman restart
To get the current status of dashd, do:
dashman/dashman status
To install or reinstall sentinel, do:
dashman/dashman install sentinel
"dashman sync" updates dashman to the latest version from github
"dashman install" downloads and initializes a fresh dash install into ~/.dashcore unless already present
"dashman reinstall" downloads and overwrites existing dash executables, even if already present
where it all began, "dashman update" searches for your dashd/dash-cli executibles in the current directory, ~/.dashcore, and $PATH. It will prompt to install in the first directory found containing both dashd and dash-cli. Multiple wallet directories are not supported. The script assumes the host runs a single instance of dashd.
"dashman restart [now]" restarts (or starts) dashd. Searches for dash-cli/dashd the current directory, ~/.dashcore, and $PATH. It will prompt to restart if not given the optional 'now' argument.
"dashman status" interrogates the locally running dashd and displays its status
DASH: Xj7Y4Cpc3Eh7S8o9mw8JnS2QjVrNWLXHyy
Create an issue or submit a pull request.