Giter Site home page Giter Site logo

simhaonline / zcoin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from firoorg/firo

0.0 0.0 0.0 177.62 MB

The privacy-focused cryptocurrency

Home Page: https://zcoin.io/

License: MIT License

Makefile 0.46% C 48.00% Python 4.38% C++ 34.59% Shell 0.67% HTML 0.25% CSS 0.01% CMake 0.01% Objective-C 10.10% Objective-C++ 0.02% QMake 0.01% Roff 0.10% M4 1.10% Assembly 0.10% Java 0.10% Ruby 0.01% Perl 0.06% PHP 0.01% Lua 0.01% Gnuplot 0.01%

zcoin's Introduction

Zcoin

latest-release GitHub last-release GitHub commits-since-last-version GitHub commits-per-month GitHub last-commit GitHub downloads

What is Zcoin?

Zcoin is a privacy focused cryptocurrency that utilizes zero-knowledge proofs which allows users to destroy coins and then redeem them later for brand new ones with no transaction history. It was the first project to implement the Zerocoin protocol and has now transitioned to the Sigma protocol which has no trusted setup and small proof sizes. Zcoin also utilises Dandelion++ to obscure the originating IP of transactions without relying on any external services such as Tor/i2P.

Zcoin developed and utilizes Merkle Tree Proofs (MTP) as its Proof-of-Work algorithm which aims to be memory hard with fast verification.

How Zcoin’s Privacy Technology Compares to the Competition

A comparison chart of Zcoin’s solutions with other leading privacy technologies can be found below read more https://zcoin.io/zcoins-privacy-technology-compares-competition/

Running with Docker

If you are already familiar with Docker, then running Zcoin with Docker might be the the easier method for you. To run Zcoin using this method, first install Docker. After this you may continue with the following instructions.

Please note that we currently don't support the GUI when running with Docker. Therefore, you can only use RPC (via HTTP or the zcoin-cli utility) to interact with Zcoin via this method.

Pull our latest official Docker image:

docker pull zcoinofficial/zcoind

Start Zcoin daemon:

docker run --detach --name zcoind zcoinofficial/zcoind

View current block count (this might take a while since the daemon needs to find other nodes and download blocks first):

docker exec zcoind zcoin-cli getblockcount

View connected nodes:

docker exec zcoind zcoin-cli getpeerinfo

Stop daemon:

docker stop zcoind

Backup wallet:

docker cp zcoind:/home/zcoind/.zcoin/wallet.dat .

Start daemon again:

docker start zcoind

Linux Build Instructions and Notes

Dependencies

  1. Update packages

    sudo apt-get update
    
  2. Install required packages

    sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev
    
  3. Install Berkeley DB 4.8

    sudo apt-get install software-properties-common
    sudo add-apt-repository ppa:bitcoin/bitcoin
    sudo apt-get update
    sudo apt-get install libdb4.8-dev libdb4.8++-dev
    
  4. Install QT 5

    sudo apt-get install libminiupnpc-dev libzmq3-dev
    sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev
    

Build

  1. Clone the source:

    git clone https://github.com/zcoinofficial/zcoin
    
  2. Build Zcoin-core:

    Configure and build the headless Zcoin binaries as well as the GUI (if Qt is found).

    You can disable the GUI build by passing --without-gui to configure.

    ./autogen.sh
    ./configure
    make
    
  3. It is recommended to build and run the unit tests:

    make check
    

macOS Build Instructions and Notes

See (doc/build-macos.md) for instructions on building on macOS.

Windows (64/32 bit) Build Instructions and Notes

See (doc/build-windows.md) for instructions on building on Windows 64/32 bit.

zcoin's People

Contributors

psolstice avatar riordant avatar sn-ntu avatar insomp avatar a-bezrukov avatar codeshabash avatar nopslide avatar martun avatar leoreinaux avatar aizensou avatar levonpetrosyan93 avatar ultimaweapon avatar thebevrishot avatar freakymaryk avatar josephnicholas avatar catchingknives avatar visvirial avatar dinhjeffrey avatar real-or-random avatar dev-warrior777 avatar owlwalks avatar 0xflotus avatar azilber avatar brndnmtthws avatar joernroeder avatar cnrobinkill avatar kiyui avatar chairmanmeow avatar djm34 avatar formal avatar

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.