Skip to content

DMS Core v0.12.16.0 "Heidi"

Compare
Choose a tag to compare
@Krekeler Krekeler released this 08 Oct 16:49
· 646 commits to master since this release
18e784c

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

  1. Download and install dmscore-0.12.16-winXX-setup.exe
  2. Execute "DMS Core" (dms-qt.exe)
  3. Select the data path

macOS Wallet

  1. Download and open dmscore-0.12.16-osx.dmg
  2. Drag DMS-Qt to your applications folder
  3. Execute "DMS Core"
  4. Select the data path

Linux Daemon

  1. Create a folder "dms" in your home directory or any other
  2. cd dms
  3. wget https://github.com/Krekeler/documentchain/releases/download/v0.12.16.0/dmscore-0.12.16-x86_64-linux-gnu.tar.gz
  4. tar -xzf dmscore-0.12.16-x86_64-linux-gnu.tar.gz
  5. ./dmsd -daemon
  6. The data path is located in ~/.dmscore

Masternode Update

  1. cd dms
  2. ./dms-cli stop
  3. wget https://github.com/Krekeler/documentchain/releases/download/v0.12.16.0/dmscore-0.12.16-x86_64-linux-gnu.tar.gz
  4. tar -xzf dmscore-0.12.16-x86_64-linux-gnu.tar.gz
  5. rm dmscore-0.12.16-x86_64-linux-gnu.tar.gz
  6. ./dmsd -daemon
  7. ./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