Code Monkey home page Code Monkey logo

TRUST

TrustPlus - TRUST

TrustPlus is an energy saving coin generating most of its coins through PoS blocks. It distributes its initial coins through 3 days of evenly distributed PoW mining. No block halving occurs during the initial distribution phase, thus ensuring a fair distribution.

TrustPlus also adopts a variable PoS rate with the following annual interest rate:

  • Lifetime: 18% APR

Specifications:

  • X11 PoW/PoS
  • 4 transaction confirmations
  • 50 minted block confirmations PoS:
  • PoS Starts after 8 hours of minimum holding
  • PoS maximum holding time is 30 days PoW:
  • 5 minute block target
  • diff retarget each block ports: connection: 36999 RPC: 36998

Compile Step by Step:

  • Ubuntu 16.04 headless
cd ~
sudo apt-get update
sudo apt-get dist-upgrade -y
 
sudo apt-get install git-core -y
sudo apt-get install libssl-dev -y
sudo apt-get install build-essential -y
sudo apt-get install libboost-all-dev -y
sudo apt-get install libcurl4-openssl-dev -y
sudo apt-get install libminiupnpc-dev -y
sudo apt-get install libdb-dev libdb++-dev -y
sudo apt-get install screen -y
sudo apt-get install unzip -y
 
sudo apt-get install git-core libssl-dev build-essential libboost-all-dev libcurl4-openssl-dev libminiupnpc-dev libdb-dev libdb++-dev screen unzip -y
 
git clone git://github.com/TrustPlus/TrustPlus

cd TrustPlus/src

cd leveldb
sh ./build_detect_platform build_config.mk ./
cd ..

screen -R
make -f makefile.unix USE_UPNP=-
Control A, D
screen
 
cd ~
wget http://trustplus.co/bootstrap.zip
exit

cd ~
screen -R
sudo cp TrustPlusd /usr/bin

TrustPlusd -printtoconsole

sudo pico ~/.TrustPlus/TrustPlus.conf
server=1
daemon=1
listen=1
rpcuser=<any user>
rpcpassword=<any password>
rpcport=36998
rpcallowip=127.0.0.1

Configuration File:

For Windows edit: %appdata%/TrustPlus/TrustPlus.conf For Linux edit: ~/.TrustPlus/TrustPlus.conf

server=1
daemon=1
listen=1
rpcuser=Myself
rpcpassword=Make@new1
rpcport=36998
port=36999
maxconnections=16
rpcconnect=127.0.0.1
addnode=dal5.trustplus.com
addnode=dc5.trustplus.com
addnode=lon2.trustplus.com

"POD-CryptoAsian" & "Coin Source Trust Verified"

Trust Plus Repo's Projects

bitcoin-abe icon bitcoin-abe

Abe: block browser for Bitcoin and similar currencies

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.