Skip to content

ca333/dsec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14,829 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

alt text

DSEC blockchain daemon

This is the official DSEC blockchain daemon repository. Please use the dev branch.

Development Resources

Specification

  • Init Supply: 7 million DSEC.
  • Block Time: 10M + block on demand generation
  • Algorithm: Equihash

Getting started

Dependencies

#install dependencies:
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl3-gnutls-dev bsdmainutils automake
#clone and build dsec
git clone https://github.com/ca333/dsec
cd dsec
git checkout dev
git pull
./zcutil/fetch-params.sh
# -j8 uses 8 threads - replace 8 with number of threads you want to use
./zcutil/build.sh -j8

launch DSEC

cd src/
./komodod -ac_name=DSEC -ac_supply=7000000 -addnode=185.141.60.27 &

use DSEC

./komodo-cli -ac_name=DSEC getinfo

======= This software is based on Zcash. Zcash is unfinished and highly experimental. Use at your own risk.

License

For license information see the file COPYING.

About

DSEC

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 59.1%
  • C 26.4%
  • Python 7.3%
  • M4 2.0%
  • Shell 1.3%
  • Makefile 1.2%
  • Other 2.7%