Skip to content

Releases: Krekeler/documentchain

DMS Core v0.17.0.3 "Kenji"

16 May 09:37
60cba21
Compare
Choose a tag to compare

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

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

macOS Wallet

  1. Download and open dmscore-0.17.0-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.17.0.3/dmscore-0.17.0-x86_64-linux-gnu.tar.gz
  4. tar -xzf dmscore-0.17.0-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.17.0.3/dmscore-0.17.0-x86_64-linux-gnu.tar.gz
  5. tar -xzf dmscore-0.17.0-x86_64-linux-gnu.tar.gz
  6. rm dmscore-0.17.0-x86_64-linux-gnu.tar.gz
  7. ./dmsd -daemon
  8. ./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)

DMS Core v0.13.4.0 "Judy"

04 Feb 17:29
15e0cd0
Compare
Choose a tag to compare

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

DMS Core v0.13.3.1 "Ivan"

05 May 17:35
7ec823b
Compare
Choose a tag to compare

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

DMS Core v0.12.16.0 "Heidi"

08 Oct 16:49
18e784c
Compare
Choose a tag to compare

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

DMS Core v0.12.15.0 "Grace"

17 Apr 15:51
f5f00cb
Compare
Choose a tag to compare

News

  • Document index: total count and search for document hash
  • Permanently locked unspents
  • 2 MB block size (DIP0001)
  • Logo with trademark
  • GUI and RPC enhancements

Installation

Detailed instructions for Wallet and Masternode setup can be found at https://documentchain.org/support/

Files

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

DMS Core v0.12.14.0 "Faythe"

29 Nov 14:31
226c2aa
Compare
Choose a tag to compare

News

  • Sync issue fix (PoW calculation)
  • New logo and icons
  • Weblinks
  • Mining hashrate info on main form
  • Public testnet

Files

  • dmscore-0.12.14-osx.dmg: macOS disk image
  • dmscore-0.12.14-win32-setup.exe: Windows 32 bit setup
  • dmscore-0.12.14-win32.zip: Windows 32 bit executables for manual installation
  • dmscore-0.12.14-win64-setup.exe: Windows 64 bit setup
  • dmscore-0.12.14-win64.zip: Windows 64 bit executables for manual installation
  • dmscore-0.12.14-x86_64-linux-gnu.tar.gz: Linux executables

DMS Core v0.12.13.0 "Erin"

16 Aug 18:06
b8e28a2
Compare
Choose a tag to compare

News

  • macOS Wallet
  • GUI design, new logo and icons
  • Weak mining
  • BIP65 start block 84100
  • BIP66 start block 84000
  • bitcoin#9049
  • Public testnet

Files

  • dmscore-0.12.13-osx.dmg: macOS disk image
  • dmscore-0.12.13-win32-setup.exe: Windows 32 bit setup
  • dmscore-0.12.13-win32.zip: Windows 32 bit executables for manual installation
  • dmscore-0.12.13-win64-setup.exe: Windows 64 bit setup
  • dmscore-0.12.13-win64.zip: Windows 64 bit executables for manual installation
  • dmscore-0.12.13-x86_64-linux-gnu.tar.gz: Linux executables

DMS Core v0.12.12.1 "Dave"

15 May 16:52
e8c430c
Compare
Choose a tag to compare

News

Final determination of block reward split between miner and masternode

Files

  • dmscore-0.12.12.1-win64-setup.exe: Windows 64 bit setup
  • dmscore-0.12.12.1-win32-setup.exe: Windows 32 bit setup
  • dmscore-0.12.12.1-win64.zip: Windows 64 bit executables for manual installation
  • dmscore-0.12.12.1-win32.zip: Windows 32 bit executables for manual installation
  • dmscore-0.12.12.1-x86_64-linux-gnu.tar.gz: Linux executables

DMS Core v0.12.12.0 "Dave"

15 Apr 05:24
7d86e65
Compare
Choose a tag to compare

News

  • Document revision within the wallet
  • Mining command in main menu and status icon
  • Main menu improvements
  • Additional functions for data exchange with document management systems

Files

  • dmscore-0.12.12-win64-setup.exe: Windows 64 bit setup
  • dmscore-0.12.12-win32-setup.exe: Windows 32 bit setup
  • dmscore-0.12.12-win64.zip: Windows 64 bit executables for manual installation
  • dmscore-0.12.12-win32.zip: Windows 32 bit executables for manual installation
  • dmscore-0.12.12-x86_64-linux-gnu.tar.gz: Linux executables

DMS Core v0.12.11.0 "Carol"

04 Jan 19:59
b67dcee
Compare
Choose a tag to compare

News

  • Recovering the internal miner "setgenarate" removed in Bitcoin and Dash.
  • The block reward was set to the final values. Previous versions will no longer work as of block 44000.
  • Release code name is shown in main form title and about box.
  • Update fixed seed nodes and checkpoints, chain adjustments.

Files

  • dmscore-0.12.11-win64-setup.exe: Windows 64 bit setup
  • dmscore-0.12.11-win32-setup.exe: Windows 32 bit setup
  • dmscore-0.12.11-win64.zip: Windows 64 bit executables for manual installation
  • dmscore-0.12.11-win32.zip: Windows 32 bit executables for manual installation
  • dmscore-0.12.11-x86_64-linux-gnu.tar.gz: Linux executables