Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PASL]-[PASCAL Lite]-[LAUNCHED!!!!!]
by
eule
on 02/02/2017, 02:33:57 UTC
This is the only information I was able to find regarding making a pool: https://bitcointalk.org/index.php?topic=1583719.msg17548243#msg17548243

...

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