tokenpool icon indicating copy to clipboard operation
tokenpool copied to clipboard

A pool mining coordinator that communicates with mining software using JSONRPC

Results 41 tokenpool issues
Sort by recently updated
recently updated
newest added

When I try to run tokenpool on my vps I get this error: ```UnhandledPromiseRejectionWarning: Error: Invalid JSON RPC response: "" ``` It looks like it isn't getting a valid response...

Does the pool ( or will it ) support stratum protocol ?

https://etherscan.io/tx/0x5c04193cb41980539acb513be39a0396035e99c5c2facf37934134cfcdd39615 and https://etherscan.io/tx/0x68cce69e35d21a99edb6481d670468e0b10c3e403d142e48caa1d5b617bab475

Due to increased complexity for the pool and miner interface, the following pool method has been added to the JSONRPC protocol: getPoolProtocolVersion() In order to make everyone's life easier, we...

enhancement

- Using the new and better "babel-preset-env " - Compressing JS code from 3.5MB to 1.4MB (even better when gzipped) - Removing yarn.lock from git - Adding babel-polyfill to the...

I think it would be nice to have a system requirements on README.md To inform people about server cpu & RAM minimum and recommended specs or even recommended EC2 instances...

Basically, when a block is found, all miners are awarded payout based on share %, and then their share count is reset to 0. I observed an unawarded block for...

via discord: "would be neat to see a full solutions counter against a profile"

Running google closure compiler on bundle.js cuts the bundle.js file size from around 700KB to 350KB We should figure out a way to package it and include it in our...