I have installed ckpool compatible with RSK. But there is issue in connection with rsk node. This error is caused "Failed to get result in json response to mnr_getwork". I have inatalled BTC node and RSK node on local. I have installe rsk node using ubuntu package. Could you help me why this error is caused.
I tried to post request using command like this. curl -X POST --data '{"jsonrpc":"2.0","method":"mnr_getWork","params":[],"id":1}' http://localhost:4444 But "Can not find mnr_getwork method" error is caused. How can I do?
The issue here is that probably the
mnr_family of methods is not enabled by default. You can do that by adding it to thenode.conffile: