Giter Club home page Giter Club logo

ZDEEX gt build - Ubuntu 20.04
ZDEEX cli build - Ubuntu 20.04
ZDEEX qt build - Windows cross compile 20.04
ZDEEX cli build - Windows cross compile 20.04
ZDEEX Logo

ZDEEX Chain

This is the official ZDEEX Chain sourcecode repository based on pirate and komodo.

Development Resources

Komodo Platform Technologies Integrated In ZDEEX Chain

  • Delayed Proof of Work (dPoW) - Additional security layer and Komodos own consensus algorithm (SOON)
  • zk-SNARKs - Komodo Platform's privacy technology for shielded transactions

Tech Specification

  • Max Supply: 5.000.000 ZDEEX
  • Block Time: 300 seconds
  • Starting Block Reward: 2.2 ZDEEX (0.2 ZDEEX The Project Fund)
  • Mining Specifics: 100% PoW
  • Mining Algorithm: Equihash (200,9)
  • P2p port: 65104
  • Rpc port: 65105
  • Premine: 100000

About this Project

ZDEEX Network is a 100% Private, private, decentralized blockchain Our network uses the Zerocash protocol, which ensures the confidentiality of transaction metadata. The codebase is based on Hush, Komodo and Zcash 2.0 ZDEEX Network - applies 100% Sapling transactions. Your private sending transactions cannot be compromised by the activity of other users on our network. This is 100% privacy ZDEEX Network supports the TOR Network Based on the resulting ZDEEX Network platform, the ZDEEX development team, together with invited specialists and consultants from other well-known projects , is working on the creation of a decentralized exchange, a centralized exchange, the integration of a messenger and a wallet for storing crypto assets in android. More detailed information and the latest news can be tracked on our website, the official discord and Telegram channel.

Getting started

A list of outstanding improvements is included in README_todo.md

Dependencies Ubuntu

#The following packages are needed:
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool libncurses-dev unzip git python zlib1g-dev wget bsdmainutils automake libboost-all-dev libssl-dev libprotobuf-dev protobuf-compiler libqrencode-dev libdb++-dev ntp ntpdate nano software-properties-common curl libevent-dev libcurl4-gnutls-dev cmake clang libsodium-dev -y


### Dependencies (Ubuntu 20.04)
```shell
#The following packages are needed:
sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python3 python3-zmq zlib1g-dev wget libcurl4-gnutls-dev bsdmainutils automake curl libsodium-dev

```shell
#On newer Linux distributions, like Ubuntu 22.04, the following additional packages are required:
sudo apt-get install liblz4-dev libbrotli-dev

Dependencies Manjaro

#The following packages are needed:
pacman -Syu base-devel pkg-config glibc m4 gcc autoconf libtool ncurses unzip git python python-pyzmq zlib wget libcurl-gnutls automake curl cmake mingw-w64

Build ZDEEX

This software is based on zcash and considered experimental and is continuously undergoing heavy development.

The dev branch is considered the bleeding edge codebase while the master-branch is considered tested (unit tests, runtime tests, functionality). At no point of time do the ZDEEX developers take any responsibility for any damage out of the usage of this software. ZDEEX builds for all operating systems out of the same codebase. Follow the OS specific instructions from below.

Linux

git clone https://github.com/ZDEEX-COIN/zdeex --branch master
cd zdeex
# This step is not required for when using the Qt GUI
./zcutil/fetch-params.sh

# -j8 = using 8 threads for the compilation - replace 8 with number of threads you want to use; -j$(nproc) for all threads available

#For CLI binaries
./zcutil/build.sh -j8

#For qt GUI binaries
./zcutil/build-qt-linux.sh -j8.

#If you get this compile error:
qt/moc_addressbookpage.cpp:142:1: error: ‘QT_INIT_METAOBJECT’ does not name a type
  142 | QT_INIT_METAOBJECT const QMetaObject AddressBookPage::staticMetaObject = { {
      | ^~~~~~~~~~~~~~~~~~
  146 | QT_INIT_METAOBJECT const QMetaObject ZAddressBookPage::staticMetaObject = { {
      | ^~~~~~~~~~~~~~~~~~

Qt is incompatible with the libgl library.
Remove library: sudo apt-get remove libgl-dev
Install libraries: sudo apt-get install mesa-common-dev libglu1-mesa-dev

OSX

Ensure you have brew and the command line tools installed (comes automatically with XCode) and run:

brew update
brew upgrade
brew tap discoteq/discoteq; brew install flock
brew install autoconf autogen automake gcc@8 binutilsprotobuf coreutils wget python3
git clone https://github.com/ZDEEX-COIN/zdeex --branch master
cd zdeex
# This step is not required for when using the Qt GUI
./zcutil/fetch-params.sh

# -j8 = using 8 threads for the compilation - replace 8 with number of threads you want to use; -j$(nproc) for all threads available

#For CLI binaries
./zcutil/build-mac.sh -j8

#For qt GUI binaries
./zcutil/build-qt-mac.sh -j8

Windows

Use a debian cross-compilation setup with mingw for windows and run:

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 libcurl4-gnutls-dev bsdmainutils automake curl cmake mingw-w64
curl https://sh.rustup.rs -sSf | sh
source $HOME/.cargo/env
rustup target add x86_64-pc-windows-gnu

sudo update-alternatives --config x86_64-w64-mingw32-gcc
# (configure to use POSIX variant)
sudo update-alternatives --config x86_64-w64-mingw32-g++
# (configure to use POSIX variant)

git clone https://github.com/ZDEEX-COIN/zdeex --branch master
cd zdeex
# This step is not required for when using the Qt GUI
./zcutil/fetch-params.sh

# -j8 = using 8 threads for the compilation - replace 8 with number of threads you want to use; -j$(nproc) for all threads available

#For CLI binaries
./zcutil/build-win.sh -j8

#For qt GUI binaries
./zcutil/build-qt-win.sh -j8

ZDEEX is experimental and a work-in-progress. Use at your own risk.

To run the ZDEEX GUI wallet:

Linux zdeex-qt-linux

OSX zdeex-qt-mac

Windows zdeex-qt-win.exe

To run the daemon for ZDEEX Chain:
zdeexd both zdeexd and zdeex-cli are located in the src directory after successfully building

To reset the ZDEEX Chain blockchain change into the ~/.komodo/ZDEEX data directory and delete the corresponding files by running rm -rf blocks chainstate debug.log komodostate db.log and restart daemon

To initiate a bootstrap download on the GUI wallet add bootstrap=1 to the ZDEEX.conf file.

ZDEEX is based on Komodo which is unfinished and highly experimental. Use at your own risk.

License

For license information see the file COPYING.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ZDEEX's Projects

bootstrap icon bootstrap

Script to automate the bootstrap creation for Verus, Verus Testnet and (future) PBaaS chains

coins icon coins

coin parameters and all files needed for GUI support

knomp icon knomp

A NOMP based stratum for the Komodo platform

monero-gui icon monero-gui

Monero: the secure, private, untraceable cryptocurrency

zdeex icon zdeex

ZDEEX Chain (ZDEEX) - Untraceable, Anonymous, Private Cryptocurrency

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.