DMS Core v0.12.16.0 "Heidi"
News
- Document Revision v2
- BIP9 soft fork (CSV): BIP68, BIP112, BIP113
- New button "Use available balance" in send coins
- Turkish translation (new language)
- "Pay only the required fee" as default in Qt wallet
- RPC function: listdocuments verbose
- Several improvements
Installation
Detailed instructions for Wallet and Masternode setup can be found at https://documentchain.org/support/
The file "wallet.dat" in the data folder contains all your coins. Make backups and never delete a wallet.dat
Windows Wallet
- Download and install dmscore-0.12.16-winXX-setup.exe
- Execute "DMS Core" (dms-qt.exe)
- Select the data path
macOS Wallet
- Download and open dmscore-0.12.16-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.12.16.0/dmscore-0.12.16-x86_64-linux-gnu.tar.gz
tar -xzf dmscore-0.12.16-x86_64-linux-gnu.tar.gz
./dmsd -daemon
- The data path is located in ~/.dmscore
Masternode Update
cd dms
./dms-cli stop
wget https://github.com/Krekeler/documentchain/releases/download/v0.12.16.0/dmscore-0.12.16-x86_64-linux-gnu.tar.gz
tar -xzf dmscore-0.12.16-x86_64-linux-gnu.tar.gz
rm dmscore-0.12.16-x86_64-linux-gnu.tar.gz
./dmsd -daemon
./dms-cli masternode status
Files
- dmscore-0.12.16-win64-setup.exe: Windows 64 bit setup
- dmscore-0.12.16-win64.zip: Windows 64 bit executables for manual installation
- dmscore-0.12.16-win32-setup.exe: Windows 32 bit setup
- dmscore-0.12.16-win32.zip: Windows 32 bit executables for manual installation
- dmscore-0.12.16-osx.dmg: macOS disk image
- dmscore-0.12.16-x86_64-linux-gnu.tar.gz: Linux executables
- dmscore-0.12.16-arm-linux-gnueabihf.tar.gz: ARM (e.g. Pi) without Qt-Wallet