Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 1.52 KB

README.md

File metadata and controls

59 lines (51 loc) · 1.52 KB

cryptonote-universal-pool

Universal mining pool with support any cryptonote (with support light,normal,heavy options) based coin.

Supported algoritms

  • cryptonote light
  • cryptonote
  • cryptonote heavy (v7)

Features

  • Support stratum mining
  • Support vardiff, fixediff
  • Support workers id
  • PPLNS block reward
  • JSON API for get statistic
  • An easily extendable, responsive, light-weight front-end using API to display data
  • IP banning to prevent low-diff share attacks
  • Session managing for purging DDoS/flood initiated zombie workers
  • Auto ban IPs that are flooding with invalid shares
  • Socket flooding detection
  • Detailed logging
  • Ability to configure multiple ports - each with their own difficulty
  • Support Nicehash, MiningRigRentails

JSON API

API is unified on all our pool's ( Ethash pool Bitcoincore pool Equihash pool Cryptonote pool )

  • /health
  • /stats
  • /live_stats
  • /stats_address
  • /get_payments
  • /get_blocks
  • /get_payment

Unsupported

  • P2P
  • Blocknotify

Configuration

  • Configuration is actually simple, just read it twice and think twice before changing defaults.
  • One instance one coin
  • Dev fee 1.5% of pool fee.

Dependencies:

  • Ubuntu 16.04 LTS
  • Nginx
  • Redis-server
  • Nodejs
  • Coin daemon
  • Coin rpc wallet

Credits

  • Modifed by AME Corp
  • Based on cryptonote-open-pool