Giter Site home page Giter Site logo

denisix / league Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lgacoin/league

0.0 1.0 0.0 5.74 MB

All new coin. All new opportunities

Shell 5.91% Python 0.65% NSIS 0.10% C++ 80.67% C 11.05% Makefile 0.30% HTML 0.85% CSS 0.02% Objective-C 0.01% Objective-C++ 0.10% M4 0.31% Java 0.04%

league's Introduction

Updated

  • error with leveldb caused by incorrect makefile.unix. Now you can successfully compile it.
  • updated from official repo (Fri Mar 9 19:00:05 EET 2018)

League Coin

All new coin. All new opportunities.

How-to setup:

# You have to buy Ubuntu 14.04 VPS to setup MN

# Install requirements:
sudo apt-get install -y build-essential libtool autotools-dev pkg-config libssl-dev libboost-all-dev autoconf automake git libqt4-dev libminiupnpc-dev libgmp-dev openssl software-properties-common libleveldb-dev
git clone https://github.com/bitcoin-core/secp256k1
cd secp256k1
./autogen.sh
./configure
make
sudo make install

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install -y libdb4.8-dev libdb4.8++-dev
        
# in case you have not a lot of RAM on your VPS do this:
sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
sudo mkswap /var/swap.img
sudo swapon /var/swap.img
sudo chmod 0600 /var/swap.img
sudo chown root:root /var/swap.img

# Install League wallet
git clone https://github.com/denisix/League
cd League/src
make -f makefile.unix
./Leagued

(then type Ctrl+C to stop it gracefully or: ./Leagued stop )

# make config
nano ~/.League/League.conf

# and paste the following (rpcuser & rpcpassword you can generate others):
rpcuser=yourusername
rpcpassword=yourpassword
rpcallowip=127.0.0.1
daemon=1
server=1
listen=1
#masternodeaddr=x.x.x.x:19371
#masternode=1
#masternodeprivkey=privatekey

# then start the wallet again and get new account address:
./Leagued
(wait a little bit)
./Leagued getaccountaddress "mn1"

(send exactly 3000 coins, you can buy them at presale stage at their website - https://league.express/ )

(then you will see them at your account "mn1")
./Leagued listaccounts

./Leagued masternode genkey

(replace "privatekey" with the value)
nano ~/.League/League.conf

masternodeaddr=x.x.x.x:19371
masternode=1
masternodeprivkey=privatekey

league's People

Contributors

denisix avatar lgacoin 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.