Post
Topic
Board Mining (Altcoins)
Re: [ANN] lolMiner-mnx, Mining MinexCoin(MNX) New version: v0.31 (Mar 15)
by
Lolliedieb
on 19/03/2018, 18:41:16 UTC
No hash information is available in the mine pool
Do I need to modify anything?

It seems that your pool does not send an authorization message so the miner knows the worker name you put in is valid.
The protocol behavior (that suprnova, minexpool, optiminer, 4rigs and co are using) that is expected by the miner equals the one of zcash:
https://github.com/slushpool/poclbm-zcash/wiki/Stratum-protocol-changes-for-ZCash

you see after the miner subscribed to the pool it sends a mining.authorize request, but your pool does not answer ({"id": 2, "result": true, "error": null}\n for success, insert false if not). Therefore it does not start mining.