|
3 years ago | |
---|---|---|
deropoolsite | 3 years ago | |
email_templates | 5 years ago | |
lib | 3 years ago | |
.gitignore | 7 years ago | |
CREDITS.md | 5 years ago | |
LICENSE | 9 years ago | |
README.md | 5 years ago | |
SSL.md | 5 years ago | |
USAGE.md | 5 years ago | |
cert.pem | 5 years ago | |
config.json | 3 years ago | |
init.js | 5 years ago | |
key.pem | 5 years ago | |
nginx-ssl-example.com | 5 years ago | |
package.json | 5 years ago | |
redisBlocksUpgrade.js | 9 years ago | |
website | 3 years ago |
High performance Node.js (with native C addons) mining pool for CryptoNote based coins such as Bytecoin, DuckNote, Monero, QuazarCoin, Boolberry, Dashcoin, Sumokoin etc.. Comes with lightweight example front-end script which uses the pool’s AJAX API.
Health monitoring A new /health API handler was added and can be called by miners to learn whether the pool is healthy (e.g wallet is reachable). The UI was also updated and calles this handler regularly: when the health is not OK a red message will inform pool visitors about this.
Proxy X-Forwarded-For support In the configuration you can indicate whether your pool deployment is behind a proxy. When you do this than the pool will take the client IP (which can give unauthenticated access to the admin interface) from the X-Forwarded-IP header that the proxy sets.
Email notifications Miners can configure an email to receive notifications whenever they receive a payment. More notifications will be added in the future (e.g. when a block is found).
Miner can configure payout minimum Miner can configure the minimum amount of sumo for their payments.
Subaddresses support You can now mine using a subaddress as your login.
Payout estimation In your mining stats you will now see a payout estimate. This gives an idea what the payout will be when a next block is found.
Miner worker statistics We added a miner worker statistics page. Instead of viewing hashrate statistics consolidated per wallet address; you can now view them for each of your individual worker.
More pools can be found on sumopools.com
Visit the usage guide here. Visit the usage guide here
Released under the GNU General Public License v2