Post
Topic
Board Mining software (miners)
Re: MobileMiner: Monitor & Control your Farm from your Browser or Phone w/Open API
by
nwoolls
on 02/01/2015, 05:28:55 UTC

Edit: scratch that. In reviewing the network scan code I see I remove the local PC IP addresses as an optimization. So for now (until I fix that) you'll need to quit MultiMiner and edit the NetworkDevicesConfiguration.xml file (found in %appdata%\MultiMiner on Windows) and add an entry manually, e.g.:

Code:

    10.X.Y.Z
    4028
    true
    false
    
  

Got ya... I set-up another computer to use MultiMiner directly for all the other hardware I have, and the CGMiner process is being detected there (as a network device), so as you said it's the local IP address thing, since the other computer is seeing it.

Good to hear it's working.

The latest version of MultiMiner (3.8.4) updates the scanning code to find miners on the same PC. You need to make sure you whitelist the network-facing IP, not just 127.0.0.1 (which you already have).