firoorg / ccminer

mtp ccminer developpment
GNU General Public License v3.0
103 stars 58 forks source link

Clearification wanted. Should you use longpoll when solomining? #39

Closed jeja2000 closed 5 years ago

jeja2000 commented 5 years ago

Website doesnt have --no-longpoll argument https://zcoin.io/guide-on-how-to-mine-zcoin-xzc/

But on the readme.md it is in the example.

What are pros and cons?

djm34 commented 5 years ago

longpoll should definitely be used when solo mining, it is what informs the miner when a new block is broadcast on the network.

Always follow example given in RUN-ZCOIN-MTP.cmd which is given in every release

The guide is outdated. There was a problem at that time getting longpoll working which has been solved.

jeja2000 commented 5 years ago

Great. I just noted the readme here on github.