Skip to content

tao-foundation/open-teo-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source TEO Mining Pool

Build Status Build status Go Report Card Discord

Features

This pool is being further developed to provide an easy to use pool for TEO miners. Testing and bug submissions are welcome!

  • Support for HTTP and Stratum mining
  • Detailed block stats with luck percentage and full reward
  • Failover miner instances: TEO high availability built in
  • Separate stats for workers: can highlight timed-out workers so miners can perform maintenance of rigs
  • JSON-API for stats
  • PPLNS block reward
  • Multi-tx payout at once

Building on Linux

Dependencies:

  • go >= 1.9

I highly recommend to use Ubuntu 16.04 LTS.

Clone & compile:

git clone https://github.com/tao-foundation/open-teo-pool.git
cd open-teo-pool
make

Running Pool & Building Frontend

FrontEnd Code is on www directory. In case of configuration, you can refer https://github.com/tao-foundation/open-teo-pool/tree/master/docs.

cd www
npm install -g [email protected]
npm install -g bower
npm install
bower install
./build.sh

Credits

Licensed under GPLv3. Made by trustfarm. for TEO and tETHASHv1 algorithm coin. Made by sammy007.

Contributors

Alex Leverington