Pages:
Author

Topic: cryptoGlance [v2.1] :: Open-source, self-hosted, multi-rig monitoring tool! - page 35. (Read 130272 times)

hero member
Activity: 871
Merit: 1000
Problem solved
I had to enter under Networking / Management "0.0.0.0 / 0".
hero member
Activity: 871
Merit: 1000
I ran into a similar issue with a new miner I received. The monitor will grey out any miners that don’t return data from the devs command. A little JavaScript editing later…and now I can see it.
Great for you.
And really helpfull info for others!  Roll Eyes
Icy
newbie
Activity: 14
Merit: 0
I ran into a similar issue with a new miner I received. The monitor will grey out any miners that don’t return data from the devs command. A little JavaScript editing later…and now I can see it.
full member
Activity: 186
Merit: 100

Hey Tinu, thanks for trying out cryptoGlance! We only wish we had the hardware like yours, so it's been tough for us to account for every device.

Anyway, this may be a minor thing, but you can try to remove the space in the 'api-allow' field, so that it looks like this:

Code:
"api-allow": "W:127.0.0.1,W:192.168.90.0/24"

I kind of doubt that will fix it, but maybe it would if you cannot get any monitoring tool to work. Also, I'm not sure which mining app you're using, but I have heard that bfgminer does not like the api-mcast parameters, so you may try removing them as well.

If possible, please provide us with more detail as to what's happening, but from your post, I can gather that you attempt to add the rig, but then nothing happens. OR, does it show in the list, and is grey?

Thanks again!

Hi Cryptoglance

I try "api-allow" with and without space, also with "W:0/0".
I try cgminer, bfgminer.
I try with and without "api-mcast" etc.
No effect.

It shows the name in the list grey, but nothing more.

The funny is, inside the KNC-Miner dashboard, the api-connection works.
But not to Cryptoglance.

KNC-Jupiter use cgminer 4.2.3

If u need spezific infos, just tell me.

Greetings
Tinu
PS. Sorry for my bad english.
I think I might know what your issue is.

Go into the Cryptoglance folder and find "settings.json".  Edit that file in Notepad.
Find the line with "listen on": and make sure that IP points to the local IP where your mining client is running (ie. 192.168.1.xxx).  Check to make sure the Cryptoglance port is the one you want (mine is 4041).  Save and exit.  I suspect it will work properly now.  Lemme know if that works!
hero member
Activity: 871
Merit: 1000

Hey Tinu, thanks for trying out cryptoGlance! We only wish we had the hardware like yours, so it's been tough for us to account for every device.

Anyway, this may be a minor thing, but you can try to remove the space in the 'api-allow' field, so that it looks like this:

Code:
"api-allow": "W:127.0.0.1,W:192.168.90.0/24"

I kind of doubt that will fix it, but maybe it would if you cannot get any monitoring tool to work. Also, I'm not sure which mining app you're using, but I have heard that bfgminer does not like the api-mcast parameters, so you may try removing them as well.

If possible, please provide us with more detail as to what's happening, but from your post, I can gather that you attempt to add the rig, but then nothing happens. OR, does it show in the list, and is grey?

Thanks again!

Hi Cryptoglance

I try "api-allow" with and without space, also with "W:0/0".
I try cgminer, bfgminer.
I try with and without "api-mcast" etc.
No effect.

It shows the name in the list grey, but nothing more.

The funny is, inside the KNC-Miner dashboard, the api-connection works.
But not to Cryptoglance.

KNC-Jupiter use cgminer 4.2.3

If u need spezific infos, just tell me.

Greetings
Tinu
PS. Sorry for my bad english.
sr. member
Activity: 298
Merit: 250
Hi there.

I'm trying for some time with various monitoring tools, such as CryptoGlance, to observe all my KNC-Jupter.
But it does not work.

In Jupiter I have the following cgconfig:
------------------------------------------
   "api-list": true,
   "api-mcast": true,
   "api-mcast-port": "4028",
   "api-port": "4028",
   "expiry": "120",
   "failover-only": true,
   "log", "5",
   "no-pool-disable": true,
   "queue": "1",
   "scan-time": "60",
   "shares": "0",
   "kernel-path": "/ usr / bin"
   "api-allow": "W: 127.0.0.1, W: 192.168.90.0/24"
-------------------------------------------

Has anyone ever done or knows of the error?

Or someone knows another monitoring tool that works with the KNC-Jupiters?

greeting
Tinu


Hey Tinu, thanks for trying out cryptoGlance! We only wish we had the hardware like yours, so it's been tough for us to account for every device.

Anyway, this may be a minor thing, but you can try to remove the space in the 'api-allow' field, so that it looks like this:

Code:
"api-allow": "W:127.0.0.1,W:192.168.90.0/24"

I kind of doubt that will fix it, but maybe it would if you cannot get any monitoring tool to work. Also, I'm not sure which mining app you're using, but I have heard that bfgminer does not like the api-mcast parameters, so you may try removing them as well.

If possible, please provide us with more detail as to what's happening, but from your post, I can gather that you attempt to add the rig, but then nothing happens. OR, does it show in the list, and is grey?

Thanks again!
hero member
Activity: 871
Merit: 1000
Hi there.

I'm trying for some time with various monitoring tools, such as CryptoGlance, to observe all my KNC-Jupter.
But it does not work.

In Jupiter I have the following cgconfig:
------------------------------------------
   "api-listen": true,
   "api-mcast": true,
   "api-mcast-port": "4028",
   "api-port": "4028",
   "expiry": "120",
   "failover-only": true,
   "log", "5",
   "no-pool-disable": true,
   "queue": "1",
   "scan-time": "60",
   "shares": "0",
   "kernel-path": "/ usr / bin"
   "api-allow": "W: 127.0.0.1, W: 192.168.90.0/24"
-------------------------------------------

Has anyone ever done or knows of the error?

Or someone knows another monitoring tool that works with the KNC-Jupiters?

greeting
Tinu
sr. member
Activity: 298
Merit: 250
does this work with ghash.io?

Hey xzempt, not sure if it was also you who commented on our YouTube walkthrough video, but here's what we posted as a reply:

Quote
At this point, there is no Ghash.io support, however we're studying the API in hopes of bringing access to monitor the Pool. You probably won't be able to monitor specific miners/rigs from Ghash, since cryptoGlance needs access to the mining API (cgminer/bfgminer/etc.), and we're pretty sure that Ghash does not provide that kind of access.

Again, we hope to eventually enable you to monitor via adding a Pool panel, which should still give you a wealth of information. Look at the "Private Functions" on this page to see what info we are trying to integrate: https://cex.io/api

Stay tuned, as we're always pushing hard to support more pools and bring up more features. There's only 3 of us though, so your patience is much appreciated! Smiley
full member
Activity: 186
Merit: 100
does this work with ghash.io?
It doesn't appear that is one of the pools, no. 
hero member
Activity: 504
Merit: 500
does this work with ghash.io?
full member
Activity: 186
Merit: 100
I really like your software and am using it on my Windows 7 rig to monitor my miners.  Glad to hear you're still working on it and I look forward to updates Smiley
sr. member
Activity: 298
Merit: 250
Just installed cg and it looks very impressive. One suggestion I could think of is if you could make it separate Scrypt rigs from SHA rigs from X11 rigs from etc etc. Perhaps add a user inputted modifier when adding a rig for it to be under a certain group. Then show the totals for the separate modifiers at the top of the page. That way a person doesn't have to maintain multiple installations for each algorithm. I hacked up anubis to allow this, but your code looks too advanced for me, LOL.

Keep up the good work.

Many thanks burritoboy9984! We're actually in the process of adding multiple 'total hashrate' counters that will be displayed at the same time for various algorithms. Some other neat features coming as well, but mainly a major optimization/rewrite of most of our core functionality. We want to refine our foundation before pushing forward, but things are going quite well.

Stay tuned for updates as we'll surely be posting about them when ready.

Cheers!
newbie
Activity: 44
Merit: 0
Just installed cg and it looks very impressive. One suggestion I could think of is if you could make it separate Scrypt rigs from SHA rigs from X11 rigs from etc etc. Perhaps add a user inputted modifier when adding a rig for it to be under a certain group. Then show the totals for the separate modifiers at the top of the page. That way a person doesn't have to maintain multiple installations for each algorithm. I hacked up anubis to allow this, but your code looks too advanced for me, LOL.

Keep up the good work.
sr. member
Activity: 458
Merit: 250
beast at work
looking nice ... the icons size and spacing between panels seems a bit exaggerate but its ok
full member
Activity: 186
Merit: 100
Great program!  I've used the Windows version for a couple days and I really like it.  However, the HW error display mentioned above needs to be tweaked a little - my Gridseed ACICs throw some errors naturally and get flagged in short order.
legendary
Activity: 3234
Merit: 1220
I installed it on my Synology NAS (409) works great.

Notes:

Few bugs in 1.1.0 in that the monitoring doesn't disable. And some interface glitches when adding miners, but fixable.

Would like the HW error monitoring to be % based rather than a fixed number, because ASIC miners have HW errors in the 1,000's but the overall % is usually less than 1% to be acceptable.

Would be great to have email alerts for the monitoring.

Otherwise I donated, everyone who uses this should too its awesome!
sr. member
Activity: 298
Merit: 250
Your feedback is well appreciated fellas!

Also, we're pleased to announce our first major update release to cryptoGlance! v1.1.0 is out, and has quite a few fixes and improvements. One of the biggest being auto-update functionality for cryptoGlance itself. We wanted to ensure this was in early on, as we hope to continue to add more and more features, so this will make it easy on everyone when updates are in fact available.

See the full changelog below, as well as in the new CHANGELOG.md file within the distribution. We hope you enjoy our efforts, and if we may be so bold, please help spread the word as it helps immensely!

Code:
[ v1.1.0 ]

FEATURES
========
- New Auto-Updater functionality! Keep on top of the latest features and fixes that we add.
- New "Release", "Beta", "Nightly" options for the cG version stability you choose
- Configurable Hardware Error warnings
- Added more update time interval options
- For first-time/fresh-install users, more alerts appear to help with setup
- [+POOL] Eclipse MC (https://eclipsemc.com)
- [+POOL] SimpleCoin
- [+COIN] ContinuumCoin (CTM) (http://continuumcoin.com)

HOTFIXES
========
- Hardware Errors preference/value not set on first load
- Fixed hashrate inconsistency with API
- Resolved user_data folder not being found in certain cases
- Improved session performance
- Decimal place rounding for cgminer accepted/rejected
- Active navbar link display states
- Github repo URL in Update Available alert was incorrect

sr. member
Activity: 350
Merit: 250
Co-Owner Of DCMCo-Op Mining Farm at 3.5 th/s
I installed this last night, and it went smoothly.  It's actively monitoring multiple rigs at multiple locations, it's great that it only uses API...  No additional software required on the mining hosts.  Very cool looking interface, looking forward to more pool management features!

I couldn't agree more

Awesome software
newbie
Activity: 27
Merit: 0
I installed this last night, and it went smoothly.  It's actively monitoring multiple rigs at multiple locations, it's great that it only uses API...  No additional software required on the mining hosts.  Very cool looking interface, looking forward to more pool management features!
sr. member
Activity: 350
Merit: 250
Co-Owner Of DCMCo-Op Mining Farm at 3.5 th/s
It is just plain sick at how this Looks

If i can figure out how to post screenshots i would post some for the people thinking about using it
Pages:
Jump to: