Skip to content

DMS Core v0.13.4.0 "Judy"

Compare
Choose a tag to compare
@Krekeler Krekeler released this 04 Feb 17:29
· 89 commits to master since this release
15e0cd0

News

  • Simple registration of a deterministic masternode. Sending the provider transaction consists of several steps. These can now be done by a simple click on "DIP3 Update" on the Masternode tab.
  • Adjustments of llmq values. Judy is the mediator between version 0.13 and 0.17 - between classical and deterministic masternodes.
  • New testnet4 deployed
  • RPC functions devgetinfo and devlistspecialtxes added
  • armv7l build support

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
Tip: You can download the blockchain for fast synchronization.

Windows Wallet

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

macOS Wallet

  1. Download and open dmscore-0.13.4-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.4.0/dmscore-0.13.4-x86_64-linux-gnu.tar.gz
  4. tar -xzf dmscore-0.13.4-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.4.0/dmscore-0.13.4-x86_64-linux-gnu.tar.gz
  5. tar -xzf dmscore-0.13.4-x86_64-linux-gnu.tar.gz
  6. rm dmscore-0.13.4-x86_64-linux-gnu.tar.gz
  7. ./dmsd -daemon
  8. ./dms-cli getinfo

Files

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