Copyright (c) 2018- The VIG Project.
Copyright (c) 2018- The Monero Project.
Copyright (c) 2012-2013 The Cryptonote developers.
Compiler | Platform | Status | Coverage |
---|---|---|---|
gcc9 | Ubuntu 20.04 | ||
gcc7 | Ubuntu 18.04 | ||
clang(llvm10) | Mac Os 10.14 | ||
msvc 2017 | WINDOWS 10 |
VIG Coin is a coin based on the cryptonote cryptocurrency protocol.
It's goal is to implement a coin with:
- Fast exchanging speed
- Anti-ASIC awareness
- A light wallet api
- Node with one Docker command
- Offlinable Web based decentralized wallet
- Decentralized exchanger
- Anything that makes a coin better for everyone
Wiki is the best place to deeply and fully describe this project. Check out wiki here.
Currently only Ubuntu 16.04 is officially supported.
-
Package installation
sudo apt update && sudo apt install -y build-essential cmake libboost-all-dev libssl-dev libsodium-dev python-pip python-dev lcov
-
Building & testing
git clone https://github.com/vigcoin/coin.git
cd coin
mkdir -p build
cd build
cmake ..
make
make test
-
Auto building & testing
./build-debug.sh
Mac Os Only support the latest version.
-
Package installation
brew install cmake boost libsodium openssl
-
export variables
export OPENSSL_ROOT_DIR=$(brew --prefix openssl)
-
Building & testing
git clone https://github.com/vigcoin/coin.git cd coin mkdir -p build cmake .. make make test
-
Install boost 1.58 +
Download one of the Release from Here:
https://dl.bintray.com/boostorg/release/ -
Install Visual Studio community version
Currently vs2015 is Recommended.
Download vs 2015 from here:
https://visualstudio.microsoft.com/vs/older-downloads/ -
Install CMake from
https://cmake.org/download/ -
Compile Boost
a. ClickDeverloper Command Prompt for VS2015
fromStart Menu
->Visual Studio 2015
b. Go to your boost directory. i.e,c:/local/boost_1_69_0
.
c. Execute:
$ boostrap # or boostrap.bat
then
$ .\b2 threading=multi link=static runtime-link=static address-model=64
address-model=64
is optional in accordance with your compiler. -
Create solution for Visual Studio.
a. Open cmake, browser to the source directorySRC
.
b. Create$SRC\build
for solution working directory
c. Click 'Configure' to configure the project, Make sure the configure process is successful.
This process will require you to choose compile type, make sure your compile type are in accordance with the boost library you've just compiled.
d. Click 'Generate' to generate all slolution files forVisual Studio
.
e. ClickOpen Project
will startVisual Studio
for you to start. -
Enjoy.
BTC:
1MhPwnodHSTvptYLdF6d8c5NZkfqVdhfMS
Monero:
4AeKZo1hZAg4MypBNesAsphdGJRwJtU2n68qbbeeNtH8QgdFRJVpQ3tNpXy6KtsKekXzRTMpGZjRWb2MKRxDc7w86rcZJZJ
VIG:
GPL v3 (VIG Code)
MIT(Origin/Monero Code)