GithubHelp home page GithubHelp logo

cryptonextinc / lightpaycoin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lpcproject/lightpaycoin

0.0 1.0 0.0 5.6 MB

LightPayCoin Core

License: MIT License

Makefile 1.59% Shell 0.84% M4 2.53% Python 3.86% Roff 0.29% QMake 0.42% C++ 72.68% C 15.96% HTML 0.81% CSS 0.69% Objective-C++ 0.12% Assembly 0.12% Java 0.03% Objective-C 0.03%

lightpaycoin's Introduction

LightPayCoin (fork of PIVX) integration/staging repository

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


Quick installation of the LightPayCoin 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/lpcproject/LightPayCoin.git
cd LightPayCoin
./autogen.sh
./configure
sudo make install
cd src
sudo strip lightpaycoind
sudo strip lightpaycoin-cli
sudo strip lightpaycoin-tx
cd ..

Running the daemon:

lightpaycoind 

Stopping the daemon:

lightpaycoin-cli stop

Demon status:

lightpaycoin-cli getinfo
lightpaycoin-cli mnsync status

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

https://github.com/lpcproject/LightPayCoin/releases

P2P port: 39797, RPC port: 39798

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

lightpaycoin's People

Contributors

lpcproject avatar onestan2 avatar

Watchers

 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.