News
- Extensive upgrade of codebase from 0.13 to 0.17
- Final deployment of deterministic masternodes
- Modern user interface
- Document revision algorithm SHA3
- Guided masternode provisioning
- Several improvements
Installation
Detailed instructions for Wallet and Masternode setup can be found at https://documentchain.org/start-now/#howto
Tip: The file "wallet.dat" in the data folder contains all your coins. Make backups and never delete a wallet.dat
Tip: You can download the blockchain for fast synchronization.
Windows Wallet
- Download and install dmscore-0.17.0-win64-setup.exe
- Execute "DMS Core" (dms-qt.exe)
- Select the data path
macOS Wallet
- Download and open dmscore-0.17.0-osx.dmg
- Drag DMS-Qt to your applications folder
- Execute "DMS Core"
- Select the data path
Linux Daemon
- Create a folder "dms" in your home directory or any other
cd dms
wget https://github.com/Krekeler/documentchain/releases/download/v0.17.0.3/dmscore-0.17.0-x86_64-linux-gnu.tar.gz
tar -xzf dmscore-0.17.0-x86_64-linux-gnu.tar.gz
./dmsd -daemon
- The data path is located in ~/.dmscore
Masternode Update
cd dms
rm dmsd
# if auto execute for the daemon is activated./dms-cli stop
wget https://github.com/Krekeler/documentchain/releases/download/v0.17.0.3/dmscore-0.17.0-x86_64-linux-gnu.tar.gz
tar -xzf dmscore-0.17.0-x86_64-linux-gnu.tar.gz
rm dmscore-0.17.0-x86_64-linux-gnu.tar.gz
./dmsd -daemon
./dms-cli getinfo
Files
- dmscore-0.17.0-win64-setup.exe: Windows 64 bit setup
- dmscore-0.17.0-win64.zip: Windows 64 bit executables for manual installation
- dmscore-0.17.0-win32-setup.exe: Windows 32 bit setup
- dmscore-0.17.0-win32.zip: Windows 32 bit executables for manual installation
- dmscore-0.17.0-osx.dmg: macOS disk image
- dmscore-0.17.0-x86_64-linux-gnu.tar.gz: Linux executables
- dmscore-0.17.0-arm-linux-gnueabihf.tar.gz: ARM (e.g. Pi)