Post
Topic
Board Mining (Altcoins)
Re: EWBF's Cuda Equihash Miner 0.5
by
EWBF_
on 02/08/2018, 20:38:57 UTC
Can we get some more documentation on how this new functionality worksL

Quote
* Added option --pers auto, Allow the pool to manage the personalization string. (Profit switching). (/http://zergpool.com)
It's very simple, the pool should send a modified mining_notify method (the differences are in bold): {"id": null, "method": "mining.notify", "params": ["JOB_ID", "VERSION", "PREVHASH", "MERKLEROOT", "RESERVED", "TIME", "BITS", CLEAN_JOBS, "144_5", "BgoldPoW"]}
And the miner will use the specified personalization (the 9th element of the params array). that's all.
The 8th element, currently not used, you must set the algorithm in it.