Post
Topic
Board Mining software (miners)
Re: MobileMiner: Monitor & Control your Farm from your Browser or Phone w/Open API
by
nwoolls
on 31/12/2014, 00:47:11 UTC
Don't know if you'd be able to help or not since you're not the author of this script, but how do I run CGMinerMobileAdapter on Windows? I have no idea how to install it or run it. I have python installed, but can't figure out what to do with the install.sh file. When I run the python script directly a prompt window opens then immediately closes... can't tell what it does, because it's too quick.

From taking a quick look at the install.sh that portion is not made for Windows at all. So you'll need to read through the install.sh script and try to make out what needs to happen on Windows.

https://github.com/dreadpiratepj/CGMinerMobileAdapter/blob/master/install.sh

It looks like you'll need to install argparse using pip. There is information on installing Python and pip on Windows here:

http://stackoverflow.com/a/9038397/33112

It looks like you'll also need to manually create a settings.conf file and then place your email address, application key, and machine name each on separate lines.

Finally you should be able to run the CGMinerMobileAdapter.py using Python from the command line.

You may have an easier time using MultiMiner as you only need to unzip it and it will detect miners and submit their statistics to MobileMiner.