/coin

Building a good coin.

Primary LanguageC++GNU General Public License v3.0GPL-3.0

The VIG Project

Building a decentralized, easy to use, high available coin for everyone

Coverity Scan Build Status LICENSE

Gitter Chat Discord QQ group

Copyright (c) 2018- The VIG Project.
Copyright (c) 2018- The Monero Project.
Copyright (c) 2012-2013 The Cryptonote developers.

Status

Compiler Platform Status Coverage
gcc5 Ubuntu 16.04 CircleCI codecov
gcc7 Ubuntu 18.04 Build status codecov
clang(llvm10) Mac Os 10.14 CircleCI codecov

Participate

  1. Get yourself a wallet address:
    wallet

  2. Mining a coin from vig coin pools:
    mining

Introduction

VIG Coin is a coin based on the cryptonote cryptocurrency protocol.

It's goal is to implement a coin with:

  1. Fast exchanging speed
  2. Anti-ASIC awareness
  3. A light wallet api
  4. Node with one Docker command
  5. Offlinable Web based decentralized wallet
  6. Decentralized exchanger
  7. Anything that makes a coin better for everyone

参与

VIG COIN是一个开源,社区化的项目。非常欢迎各类开源贡献者的参与和支持。 同时VIG COIN也提供了回报机制鼓励更多人的参与。

详细可以参考:wiki

Compiling

Ubuntu

Currently only Ubuntu 16.04 is officially supported.

  1. Package installation
sudo apt update && sudo apt install -y build-essential cmake libboost-all-dev libssl-dev libsodium-dev python-pip python-dev lcov
  1. Building & testing
git clone https://github.com/vigcoin/coin.git
cd coin
mkdir -p build
cmake ..
make
make test
  1. Auto building & testing
./build-debug.sh

Mac Os

Mac Os Only support the latest version.

  1. Package installation
brew install cmake boost libsodium openssl
  1. export variables
export OPENSSL_ROOT_DIR=$(brew --prefix openssl)
  1. Building & testing
git clone https://github.com/vigcoin/coin.git
cd coin
mkdir -p build
cmake ..
make
make test

Donation

BTC:
1MhPwnodHSTvptYLdF6d8c5NZkfqVdhfMS
Monero: 4AeKZo1hZAg4MypBNesAsphdGJRwJtU2n68qbbeeNtH8QgdFRJVpQ3tNpXy6KtsKekXzRTMpGZjRWb2MKRxDc7w86rcZJZJ

License

GPL v3 (VIG Code)

MIT(Origin/Monero Code)