GithubHelp home page GithubHelp logo

nucash-mining / trollcoin-2.0 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trollcoin2/trollcoin-2.0

0.0 0.0 0.0 2.08 MB

TrollCoin v2.1

Home Page: http://trollcoin.com

License: MIT License

Shell 0.33% C++ 90.81% Python 1.96% C 1.28% Objective-C 0.03% Assembly 1.85% CSS 0.04% Objective-C++ 0.21% Makefile 0.46% HTML 1.82% QMake 0.54% NSIS 0.22% Roff 0.46%

trollcoin-2.0's Introduction

TrollCoin (TROLL) Version 2.1.1.0

TrollCoin Integration/Staging Tree

TROLL logo

Copyright (c) 2015 The TrollCoin Developers

What is TrollCoin?


  • Algorithm: Scrypt
  • Coin Suffix: TROLL
  • PoW Period: 7,777,777 Blocks
  • PoW Target Spacing: 60 Seconds
  • PoW Difficulty Retarget: 10 Blocks
  • PoW Reward per Block: 125 TROLL
  • Full Confirmation: 10 Blocks
  • Maturity: 77 Blocks
  • PoS Target Spacing: 64 Seconds
  • PoS Difficulty Retarget: 10 Blocks
  • PoS Reward: 7 TROLL Static PoS Reward
  • Minimum Confirmations for Stake: 777 Blocks
  • PoS Min: 1 Hour
  • PoS Max: Unlimited
  • Total Coins: 900,000,000 TROLL
  • Block Size: 7MB (7X Bitcoin Core)

TrollCoin is a digital currency that enables instant payments to anyone, anywhere in the world. TrollCoin uses peer-to-peer technology over ClearNet to operate with no central authority (centralisation): managing transactions and issuing currency (TROLL) are carried out collectively by the TrollCoin network. TrollCoin is the name of open source software which enables the use of the currency TROLL.

MainNet Parameters P2P Port = 15000 RPC Port = 17000

TestNet Parameters P2P Port = 25000 RPC Port = 27000

Build Instructions for Qt5 Linux Wallet (Ubuntu)

//Install dependencies via Terminal:

$ sudo apt-get install make libqt5webkit5-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools qtcreator libprotobuf-dev protobuf-compiler build-essential libboost-dev libboost-all-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libstdc++6 libminiupnpc-dev libevent-dev libcurl4-openssl-dev git libpng-dev qrencode libqrencode-dev

//In terminal navigate to the TrollCoin-2.0 folder:

$ cd /home/TrollCoin-2.0

//Then:

$ qmake -qt=qt5 "USE_QRCODE=1" "USE_UPNP=1"

//Then:

$ make

//This will compile and build the Qt Wallet which takes a little while, please be patient.

//When finished you will have a file called TrollCoin - Simply Double Click

//end of guide

Build Instructions for Terminal Based Linux Wallet (Ubuntu)

//Install dependencies via Terminal:

$ sudo apt-get install build-essential libboost-all-dev libssl-dev libcurl4-openssl-dev libminiupnpc-dev libdb++-dev libstdc++6 make

//In terminal navigate to the TrollCoin-2.0 folder:

$ cd /home/TrollCoin-2.0/src/

//Enter into the terminal:

$ make -f makefile.unix USE_UPNP=1

//This will produce a file named trollcoind which is the command line instance of TrollCoin

//Now type:

$ strip trollcoind

//When finished you will have a file called trollcoind

//To run TrollCoin

$ ./trollcoind &

//It will complain about having no trollcoin.conf file, we'll edit the one provided and move it into place

$ cd .. $ nano trollcoin.conf

//Edit the Username and Password fields to anything you choose (but remember them) then save the file

$ mv trollcoin.conf /home/.trollcoin/ $ cd src/ $ ./trollcoind &

//The server will start. Here are a few commands, google for more.

$ ./trollcoind getinfo $ ./trollcoind getmininginfo $ ./trollcoind getnewaddresss

//end of guide

trollcoin-2.0's People

Contributors

nick-mercenary avatar trollcoin2 avatar youngwebs avatar scdeveloper avatar spencerlievens 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.