...
How to "Pool mine": (Example for pool operators)
- This Miner allows to connect to a Pool server (using PascalCoin JSON-RPC miner protocol, similar to stratum)
- Pool server will have a name, for example "poolserver"
- Each client must use a "user name" provided by pool server that will be added to "poolserver" when mining.
- When a miner founds a valid nOnce/Timestamp, will send those values to the server
- Server will receive a JSON with "timestamp","nonce" and "payload", payload value will be "poolserver"+"user name"+"auto padding"
- Pool Server will decode JSON, test if using "timestamp","nonce" and "payload" is correct, and then will obtain "user name" from "payload" to reward users