zOU
|
|
May 10, 2016, 08:34:40 PM |
|
It'll take some modifications, see my earlier posts in this thread. It's not that hard if you understand code a bit
|
|
|
|
vg54dett
|
|
May 10, 2016, 08:50:39 PM |
|
I'm needing some help with the android app. I've read through the thread. I'm struggling with the cryptoglance url. How do I know or determine where it is located and what it is? I'm sure this is a silly questions but I'm not tech savvy. Thanks
I have the same question. Can't find the answer properly detailed , and readme txt doesn't help a lot. I have the windows app running on a dedicated computer , behind a router behind an internet dsl box. I have bought the android app. In the router at port forward page, I have have added the 4041 port to the 192.168.1.xx internal ip of the computer. But I can't understand what I have to put as ip in the android app. Obvioulsy nothing like 192.168.1.xx , and internet box externeal ip (found thanks to ipburger.com) doesn't work. Could you help ?
|
|
|
|
zOU
|
|
May 11, 2016, 05:01:00 AM |
|
https://github.com/cryptoGlance/cryptoGlance-web-app/blob/master/README.md#faqOPTIONAL - If you wish to access cryptoGlance from other devices, you'll need to edit the {{install_dir}}/settings.json file. Change line 30 to use your 192.168.x.x address, similar to:
"listen_on": ["192.168.1.20", 4041], Then you need your FW to allow connection from the outside. If you're at home, just connect your android device to your home wifi and browse to the 192.168.*****:4041 IP (or whatever your subnet is). when that works, all you have to fix is your port forwarding.
|
|
|
|
vg54dett
|
|
May 11, 2016, 08:58:36 AM |
|
https://github.com/cryptoGlance/cryptoGlance-web-app/blob/master/README.md#faqOPTIONAL - If you wish to access cryptoGlance from other devices, you'll need to edit the {{install_dir}}/settings.json file. Change line 30 to use your 192.168.x.x address, similar to:
"listen_on": ["192.168.1.20", 4041], Then you need your FW to allow connection from the outside. If you're at home, just connect your android device to your home wifi and browse to the 192.168.*****:4041 IP (or whatever your subnet is). Thx for trying to help. This part is working. But to connect when I'm away from home , I don't understand what IP I have to use in the android app.
|
|
|
|
zOU
|
|
May 11, 2016, 10:04:25 AM |
|
Thx for trying to help. This part is working.
But to connect when I'm away from home , I don't understand what IP I have to use in the android app.
you need to use your allocated public IP: https://www.whatismyip.com/since it can change, you should ideally use a dyndns service. and also redirect port 4041 to your internal IP from your router.
|
|
|
|
vg54dett
|
|
May 11, 2016, 10:18:46 AM |
|
Thx for trying to help. This part is working.
But to connect when I'm away from home , I don't understand what IP I have to use in the android app.
you need to use your allocated public IP: https://www.whatismyip.com/since it can change, you should ideally use a dyndns service. and also redirect port 4041 to your internal IP from your router. Awesome thank you. So, for the newbs like me asking about the IP in the APP , you have to use your public IP , no matter if you use router + box. (it was never exactly said in simple words in the thread, that's why the question come back often from different guys). To sum up , 3 steps : - edit the {{install_dir}}/settings.json file. Change line 30 to use your 192.168.x.x address, similar to: "listen_on": ["192.168.1.20", 4041], and allow firewall when asked. - do the port forward thing in the router with port 4041 and the 192.168.x.x address of the device where the app run - use the "public IP":4041 in the android app. Public IP can be found with ipburger.com or whatismyip.com for example. I think the read me txt should be updated with more detailed explanation for beginners. Thanks again zOU
|
|
|
|
zOU
|
|
May 11, 2016, 10:38:40 AM |
|
My pleasure
|
|
|
|
smracer
Donator
Legendary
Offline
Activity: 1057
Merit: 1021
|
|
May 14, 2016, 04:06:42 PM |
|
Is there an easier way to add 200+ miners than one at a time? Can I edit the miners.json file manually and add the IP addresses?
|
|
|
|
zOU
|
|
May 14, 2016, 04:08:48 PM |
|
Is there an easier way to add 200+ miners than one at a time? Can I edit the miners.json file manually and add the IP addresses?
That should work Add a couple to see the correct format, then edit the file
|
|
|
|
smracer
Donator
Legendary
Offline
Activity: 1057
Merit: 1021
|
|
May 14, 2016, 04:30:46 PM |
|
Is there an easier way to add 200+ miners than one at a time? Can I edit the miners.json file manually and add the IP addresses?
That should work Add a couple to see the correct format, then edit the file Man this is slow over Teamviewer. Can I just add every IP address on the subnet to the miners.json file and will it just show the active ones? Also I have one S7 showing up red and not hashing. Will Cryptoglance auto-restart the miner or do I have to tell it to do that?
|
|
|
|
ff3
Newbie
Offline
Activity: 1
Merit: 0
|
|
May 14, 2016, 07:53:36 PM |
|
Great app thank you! One issue with the Windows version, when I try to change the layout it immediatly reverts back to the default one.
|
|
|
|
Flexystar
|
|
May 14, 2016, 11:35:53 PM |
|
Also I have one S7 showing up red and not hashing. Will Cryptoglance auto-restart the miner or do I have to tell it to do that?
Any info about this feature?
|
|
|
|
cryptoglance (OP)
|
|
May 17, 2016, 12:09:47 AM |
|
Sorry all for being inactive. We're trying our best to be around. Great app thank you! One issue with the Windows version, when I try to change the layout it immediatly reverts back to the default one.
This can happen when cookies somehow corrupt or if your screen size is too small. Also I have one S7 showing up red and not hashing. Will Cryptoglance auto-restart the miner or do I have to tell it to do that?
Any info about this feature? Currently CryptoGlance will look for an 'x' in the chip status that cgminer reports and will try to restart the miner. I'm not sure if the s7 reports it the same as the s5, but the s5 is what we build that feature for.
|
|
|
|
Flexystar
|
|
May 17, 2016, 07:21:18 AM |
|
Currently CryptoGlance will look for an 'x' in the chip status that cgminer reports and will try to restart the miner. I'm not sure if the s7 reports it the same as the s5, but the s5 is what we build that feature for.
Hm.. need add some supports to restart miner via ssh, or if miner don't respond via API (Like frezz). Or, something like this - for miners add option - Run This Shell Script if miner go down (and put shell path to sh).
|
|
|
|
Kray
|
|
May 23, 2016, 03:42:18 PM |
|
I really like your software and am using it on my Windows 7 rig to monitor my miners.
|
|
|
|
aarons6
Legendary
Offline
Activity: 1736
Merit: 1006
|
|
May 25, 2016, 11:00:23 PM |
|
anyway to change your password without deleting your config file and starting over?
|
|
|
|
cryptoglance (OP)
|
|
May 26, 2016, 04:41:35 AM |
|
anyway to change your password without deleting your config file and starting over?
Unfortunately not
|
|
|
|
toptek
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
May 28, 2016, 01:57:16 AM |
|
anyway to change your password without deleting your config file and starting over?
All i delete is the account.json in the configs folder password can be changed and nothing else seems to be gone or you can edit it there .... unless you mean you would like some way of changing it with out going under the hood, so to speak ..
|
|
|
|
zOU
|
|
May 28, 2016, 06:51:14 AM |
|
1 thing:
In the overview, the "highest temperature " column shows the average temperature.
|
|
|
|
xxcsu
|
|
June 19, 2016, 04:01:06 AM |
|
cryptoGlance working with antminer s9 ?
|
|
|
|
|