foxesden / zen

INITIAL RELEASE!

Home Page:https://zencash.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zen 2.0.8-2

What is Zen?

A globally accessible and anonymous blockchain for censorship-resistant communications and economic activity.

  1. Get dependencies:

    1. Debian
    sudo apt-get install \
          build-essential pkg-config libc6-dev m4 g++-multilib \
          autoconf libtool ncurses-dev unzip git python \
          zlib1g-dev wget bsdmainutils automake
    
    1. Centos:
    sudo yum install epel-release
    sudo yum group install 'Development Tools'
    sudo yum install lbzip2 \
        ncurses-dev unzip python \
        zlib1g-dev wget bsdmainutils
    
  2. Install

# Build
./zcutil/build.sh -j$(nproc)
# fetch key
./zcutil/fetch-params.sh
# Run
./src/zend

Instructions to redeem pre block 110,000 ZCL

Copy and paste your wallet.dat from ~/.zclassic/ to ~/.zen. That's it

About

Zen is a platform for secure communications and for deniable economic activity. Zen is an evolution of the Zclassic codebase aimed at primarily enabling intriniscally secure communications and resilient networking.

This software is the Zen client. It downloads and stores the entire history of Zen transactions; depending on the speed of your computer and network connection, the synchronization process could take a day or more once the blockchain has reached a significant size.

Security Warnings

See important security warnings in doc/security-warnings.md.

Zen is unfinished and highly experimental. Use at your own risk.

Where do I begin?

  • The easiest way to get started is to download one of the available graphical wallets from Zdeveloper.org

Need Help?

Want to participate in development?

  • Code review is welcome!
  • If you want to get to know us join our Rocket Chat

Participation in the Zen project is subject to a Code of Conduct.

Building

Build Zen along with most dependencies from source by running ./zcutil/build.sh. Linux, MacOS, and Windows x64 are supported.

License

For license information see the file COPYING.

About

INITIAL RELEASE!

https://zencash.io

License:Other


Languages

Language:C++ 77.6%Language:Python 8.8%Language:C 7.1%Language:M4 2.2%Language:Shell 1.8%Language:Makefile 1.4%Language:HTML 0.9%Language:Objective-C 0.1%Language:Java 0.0%Language:CSS 0.0%