I am trying to switch the pool on a machine that I am connecting to through a VPN. I ssh'd in and edited my bmminer.conf file as follows and rebooted:
{
"bitmain-freq": "550",
"multi-version": "1",
"bitmain-use-vil": true,
"api-groups": "A:stats:pools:devs:summary:version:noncenum",
"pools": [{"url": "antpool.com:3333", "user": ... }],
"api-listen": true,
"api-allow": "A:0/0,W:0/0",
"api-network": true
}
I understand that W:0/0 will allow any machine with network access privileged commands. That's okay for now. I've read that R:0/0 might be safer. In any case, I just want to get it to work so that I can write a script to set privileged access to all of my machines. Any help would be appreciated.