High performance Node.js (with native C addons) mining pool for CryptoNote based coins. Comes with lightweight example front-end script which uses the pool's AJAX API. Support for Cryptonight (Original, Monero v7, Stellite v7), Cryptonight Light (Original, Aeon v7, IPBC) and Cryptonight Heavy (Sumokoin) algorithms.
Splintered transactions to deal with max transaction size
Minimum payment threshold before balance will be paid out
Minimum denomination for truncating payment amount precision to reduce size/complexity of block transactions
Prevent "transaction is too big" error with "payments.maxTransactionAmount" option
Option to enable dynamic transfer fee based on number of payees per transaction and option to have miner pay transfer fee instead of pool owner (applied to dynamic fee only)
Control transactions priority with config.payments.priority (default: 0).
Set payment ID on miner client when using "[address].[paymentID]" login
Integrated payment ID addresses support for Exchanges
High performance Node.js (with native C addons) mining pool for CryptoNote based coins. Comes with lightweight example front-end script which uses the pool's AJAX API. Support for Cryptonight (Original, Monero v7, Stellite v7), Cryptonight Light (Original, Aeon v7, IPBC) and Cryptonight Heavy (Sumokoin) algorithms.
Splintered transactions to deal with max transaction size
Minimum payment threshold before balance will be paid out
Minimum denomination for truncating payment amount precision to reduce size/complexity of block transactions
Prevent "transaction is too big" error with "payments.maxTransactionAmount" option
Option to enable dynamic transfer fee based on number of payees per transaction and option to have miner pay transfer fee instead of pool owner (applied to dynamic fee only)
Control transactions priority with config.payments.priority (default: 0).
Set payment ID on miner client when using "[address].[paymentID]" login
Integrated payment ID addresses support for Exchanges