Giter Club home page Giter Club logo

valinorcoin-1's Introduction

ValinorCoin (fork of PIVX) integration/staging repository

It is recommended use the shell script to install a ValinorCoin Masternode on a Linux server running Ubuntu 14.04 or 16.04


Quick installation of the ValinorCoin daemon under linux. See detailed instructions there build-unix.md

Installation of libraries (using root user):

add-apt-repository ppa:bitcoin/bitcoin -y
apt-get update
apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
apt-get install -y libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
apt-get install -y libdb4.8-dev libdb4.8++-dev

Cloning the repository and compiling (use any user with the sudo group):

cd
git clone https://github.com/vpcproject/ValinorCoin.git
cd ValinorCoin
./autogen.sh
./configure
sudo make install
cd src
sudo strip valinorcoind
sudo strip valinorcoin-cli
sudo strip valinorcoin-tx
cd ..

Running the daemon:

valinorcoind 

Stopping the daemon:

valinorcoin-cli stop

Demon status:

valinorcoin-cli getinfo
valinorcoin-cli mnsync status

All binaries for different operating systems, you can download in the releases repository:

https://github.com/vpcproject/ValinorCoin/releases

P2P port: 39777, RPC port: 39778

Distributed under the MIT software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.

valinorcoin-1's People

Contributors

vpcproject avatar

Watchers

James Cloos 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.