Post
Topic
Board Mining software (miners)
Re: MobileMiner: Monitor & Control your Farm from your Browser or Phone w/Open API
by
AJinNYC
on 31/12/2014, 16:19:29 UTC

You don't need to actually perform the mining with MultiMiner. MultiMiner will automatically detect any other miners on your network as long as their RPC API is enabled. You can monitor and manage those miners from within MultiMiner and benefit from MobileMiner support.

https://github.com/nwoolls/MultiMiner/wiki/Network-Devices#network-devices

So run CGMiner (however you want) using the --api-listen, --api-port and --api-allow commands and you should be all set. MultiMiner will pick up the miners and submit them to MobileMiner. There's a "Network Only" option under Settings > Advanced Settings specifically for this scenario where MultiMiner will not, itself, be mining.

Try to configure the CGMiner config for this to work:

This is what I got:

Code:
{
"pools" : [
{
"url" :,
"user" :,
"pass" :
}
]
,
"anu-freq" : "250.0",
"api-description" : "cgminer 4.9.0",
"api-mcast-addr" : "224.0.0.75",
"api-mcast-code" : "FTW",
"api-mcast-des" : "",
"api-mcast-port" : "4028",
"no-submit-stale" : true,
"api-listen" : true,
"api-allow" : "W:10.0.0.1/24, W:127.0.0.1",
"api-port" : "4028",
"api-host" : "0.0.0.0",
"au3-freq" : "225.0",
"au3-volt" : "750",
"bflsc-overheat" : "85",
"bitburner-voltage" : "1200",
"bitburner-fury-voltage" : "900",
"bxf-bits" : "54",
"bxf-debug" : "0",
"bxf-temp-target" : "82",
"bxm-bits" : "54",
"cta-load" : "0",
"ps-load" : "0",
"expiry" : "120",
"hfa-hash-clock" : "550",
"hfa-fail-drop" : "10",
"hfa-temp-overheat" : "95",
"hfa-temp-target" : "88",
"hotplug" : "5",
"log" : "5",
"nfu-bits" : "50",
"osm-led-mode" : "4",
"queue" : "1",
"rock-freq" : "270.0",
"scan-time" : "60",
"shares" : "0",
"suggest-diff" : "0"
}

But MultiMiner isn't picking it up. I'm running MM on the same computer as CGMiner.