Skip to content

DMS Core v0.13.3.1 "Ivan"

Compare
Choose a tag to compare
@Krekeler Krekeler released this 05 May 17:35
· 109 commits to master since this release
7ec823b

News

  • DIP0002 - Special Transactions
  • DIP0003 - Deterministic Masternode List
  • DIP0004 - Simplified Verification of Deterministic Masternode Lists
  • New information and notes page on main form
  • BIP9 soft fork (CSV): BIP68, BIP112, BIP113
  • This version was newly forked from Dash 0.13.3

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.13.3-winXX-setup.exe
  2. Execute "DMS Core" (dms-qt.exe)
  3. Select the data path

macOS Wallet

  1. Download and open dmscore-0.13.3-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.13.3.1/dmscore-0.13.3-x86_64-linux-gnu.tar.gz
  4. tar -xzf dmscore-0.13.3-x86_64-linux-gnu.tar.gz
  5. ./dmsd -daemon
  6. The data path is located in ~/.dmscore

Masternode Update

  1. cd dms
  2. rm dmsd # if auto execute for the daemon is activated
  3. ./dms-cli stop
  4. wget https://github.com/Krekeler/documentchain/releases/download/v0.13.3.1/dmscore-0.13.3-x86_64-linux-gnu.tar.gz
  5. tar -xzf dmscore-0.13.3-x86_64-linux-gnu.tar.gz
  6. rm dmscore-0.13.3-x86_64-linux-gnu.tar.gz
  7. ./dmsd -daemon
  8. ./dms-cli getinfo
  9. Because the protocol version has changed, the masternode must be restarted. Click on "Start alias" in your local wallet.

Files

  • dmscore-0.13.3-win64-setup.exe: Windows 64 bit setup
  • dmscore-0.13.3-win64.zip: Windows 64 bit executables for manual installation
  • dmscore-0.13.3-win32-setup.exe: Windows 32 bit setup
  • dmscore-0.13.3-win32.zip: Windows 32 bit executables for manual installation
  • dmscore-0.13.3-osx.dmg: macOS disk image
  • dmscore-0.13.3-x86_64-linux-gnu.tar.gz: Linux executables
  • dmscore-0.13.3-arm-linux-gnueabihf.tar.gz: ARM (e.g. Pi) without Qt-Wallet