Post
Topic
Board Mining (Altcoins)
Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool!
by
cryptoglance
on 22/04/2015, 14:01:45 UTC
Could it possible have something to do with mine being a windows install. I believe you run linux. Thanks
I will look into this and post back on my findings. It's possible that the signature generation could be different/broken on windows.


root      1068  0.0  0.2  13972  4696 ?        Ss   Apr14   0:05 /usr/local/apache/bin/httpd -k start -DSSL
nobody   20266  0.0  0.1  14104  3516 ?        S    11:06   0:00 /usr/local/apache/bin/httpd -k start -DSSL

EDIT:
I signed in without the root account and received this back:

deligus   1659  0.0  0.0   2084   548 ?        S+   13:03   0:00 egrep (apache|httpd)


I made the appropriate changes and soon as I chmod 777 I get internal server error. So apparently everytime I need to update I need to reinstall and re-upload the master files all over again. Arghhh.
There's an issue with the user apache is running as. You can modify the user it should use in: /etc/httpd/conf/httpd.conf (around line ~27+28). I suggest the user: apache, httpd, or www-data. These users may need to be created (Not sure...).

Restart apache /etc/init.d/httpd restart...

Once that's done, whatever user and group you changed it to, repeat the previous steps to change cryptoglance file owners

I think I'll worry about changing the apache user a little later, since other hosts are on this VPS. I'm not sure what the ramifications will be once I make those changes. For now I'll just stick with the build that it is currently working on and have to skip the small nightlys for now. I got it running great on my host through my Asus router. I forwarded everything to 4028 and then setup the individual internal ports as you suggested 1001, 1002, etc but soon as I tried to do the same thing with my father's router it just would not work. He has a Netgeat WNDR4500 model which is capable of port forwarding. Only took me a few minutes to configure all the internal port forwards, but they just wouldn't connect. Even tried port triggering. Firmware update, just about anything I could think of. It has to do something with his router I suspect. I flipped flopped the ports just to make sure I was correct in setting it all up. So right now he's stuck to using it locally until I figure it out. Strange.

By chance it could be the cgminer config rejecting the API connection due to IP allowance?