Pages:
Author

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

sr. member
Activity: 298
Merit: 250
A new Nightly build was released.

The plan is to release v2.1 as the next major release. If this nightly build has no reported issues until Thursday (04/16/2015) then I will release v2.1-beta. If no reported issues on the beta, Official v2.1 release can be expected 04/23/2015 or 04/24/2015.

Code:
[ v2.0.2.805 ]

FEATURES
========
- Pools have Offline mode. If no data is returned, or fails to connect, it is "offline"

HOTFIXES
========
- fixed line-endings for permissionfix.sh
sr. member
Activity: 298
Merit: 250
I can not connect rig. when there copy the ip address of a Web browser that is made of of my antminer s3 and I will put some label, so it does not join

You have to allow the 4028 in the miner to talk to cryptoglance on the S3 it is not turned on by default.

Log into your AntMiner S1 or S3 using Putty or similar SSH software.

At the prompt, use the command line: vi /etc/init.d/cgminer

Or if you want to do it step by step,type cd /etc/init.d and press Enter to navigate to the /etc/init.d folder.

At the next prompt, type vim cgminer and press Enter and open the cgminer file for editing.

Press the Insert key to enable edit mode. esc -i

Using the Down Arrow key, scroll down until you locate the line starting with PARAMS=    (without the # in front)

 
What it should look like when done.Change for your subnet 192.168.1.0/24 or 192.168.2.0/24 This is for the S3  or +

API
PARAMS="$AOPTIONS $POOL1 $POOL2 $POOL3 $_pb --api-listen --api-network --api-allow W:127.0.0.1,W:192.168.1.0/24  --bitmain-checkn2diff --bitmain-hwerror --bitmain-voltage $_vl --version-file /usr/bin/compile_time --queue 4096"

Add in for S3 (just a note)
--api-allow W:127.0.0.1,W:192.168.1.0/24  

save esc - :wq

Stop restart
/etc/init.d/cgminer stop && /etc/init.d/cgminer start

Thanks vabchgent, very clear!
legendary
Activity: 1274
Merit: 1000

You have to allow the 4028 in the miner to talk to cryptoglance on the S3 it is not turned on by default.

Log into your AntMiner S1 or S3 using Putty or similar SSH software.

API and port 4028 were active on both my S1 and S3 by default, I didn't have to do anything to get them to talk to crytoGlance.
sr. member
Activity: 840
Merit: 251
I can not connect rig. when there copy the ip address of a Web browser that is made of of my antminer s3 and I will put some label, so it does not join

You have to allow the 4028 in the miner to talk to cryptoglance on the S3 it is not turned on by default.

Log into your AntMiner S1 or S3 using Putty or similar SSH software.

At the prompt, use the command line: vi /etc/init.d/cgminer

Or if you want to do it step by step,type cd /etc/init.d and press Enter to navigate to the /etc/init.d folder.

At the next prompt, type vim cgminer and press Enter and open the cgminer file for editing.

Press the Insert key to enable edit mode. esc -i

Using the Down Arrow key, scroll down until you locate the line starting with PARAMS=    (without the # in front)

 
What it should look like when done.Change for your subnet 192.168.1.0/24 or 192.168.2.0/24 This is for the S3  or +

API
PARAMS="$AOPTIONS $POOL1 $POOL2 $POOL3 $_pb --api-listen --api-network --api-allow W:127.0.0.1,W:192.168.1.0/24  --bitmain-checkn2diff --bitmain-hwerror --bitmain-voltage $_vl --version-file /usr/bin/compile_time --queue 4096"

Add in for S3 (just a note)
--api-allow W:127.0.0.1,W:192.168.1.0/24  

save esc - :wq

Stop restart
/etc/init.d/cgminer stop && /etc/init.d/cgminer start
sr. member
Activity: 298
Merit: 250
I can not connect rig. when there copy the ip address of a Web browser that is made of of my antminer s3 and I will put some label, so it does not join
By chance did you change the port? Default is 4028

Will you ever be including alerts and more communication with the user so they don't have to keep looking at the stats? Nice having a text/sms/email indicating one of your miners is too hot or hashing lower then normal. This to me would be the development path for this program, right?
FYI you can do this already with the existing MobileMiner support.
You mean M's monitor program?
MobileMiner is an online service, it requires some kind of app to push hardware information up to the server. CryptoGlance can push information to the online service for all your miners for you Smiley See http://mobileminerapp.com for more information

Now I just get internal server error. Since public_html is my cryptofolder not sure why that happened.
I suggest a fresh install of CryptoGlance... If you have miners and pools configured, first copy user_data to a safe location, this is where all data is saved. Once you fresh install cryptoglance, copy the original user_data and overwrite the new install user_data
legendary
Activity: 1274
Merit: 1000
Personal text my ass....
By the way, is this an access issue?

==> Starting Update...Please be patient
==> Creating temporary directory to download update and unzip: update/v2.0.2.799
==> ERROR: Failed to create the directory: update/v2.0.2.799
* Please contact support via reddit, bitcointalk, or IRC!
Yes. I have yet to identify what the permission is exactly. The current solution (it's an ugly solution) is to:
1) Navigate to the parent folder of cryptoglance
2) sudo chmod -R 777
3) sudo chown -R www-data:www-data

Now I just get internal server error. Since public_html is my cryptofolder not sure why that happened.
legendary
Activity: 1274
Merit: 1000
Personal text my ass....
Will you ever be including alerts and more communication with the user so they don't have to keep looking at the stats? Nice having a text/sms/email indicating one of your miners is too hot or hashing lower then normal. This to me would be the development path for this program, right?

FYI you can do this already with the existing MobileMiner support.

You mean M's monitor program?
sr. member
Activity: 293
Merit: 250
I can not connect rig. when there copy the ip address of a Web browser that is made of of my antminer s3 and I will put some label, so it does not join
hero member
Activity: 686
Merit: 504
always the student, never the master.
By the way, is this an access issue?

==> Starting Update...Please be patient
==> Creating temporary directory to download update and unzip: update/v2.0.2.799
==> ERROR: Failed to create the directory: update/v2.0.2.799
* Please contact support via reddit, bitcointalk, or IRC!
Yes. I have yet to identify what the permission is exactly. The current solution (it's an ugly solution) is to:
1) Navigate to the parent folder of cryptoglance
2) sudo chmod -R 777
3) sudo chown -R www-data:www-data

chmod -r 755 folder && chown -R www-data:www-data foler
legendary
Activity: 1274
Merit: 1000

Mobile Miner is an online solution vs a self hosted version (such as CryptoGlance). Some users prefer to not port-forward their router to their machine running CryptoGlance. This way they can monitor their machines remotely by using another service. More details here: http://www.mobileminerapp.com/

Great, thanks, I will look into it further.
sr. member
Activity: 298
Merit: 250
Yes. I have yet to identify what the permission is exactly. The current solution (it's an ugly solution) is to:
1) Navigate to the parent folder of cryptoglance
2) sudo chmod -R 777
3) sudo chown -R www-data:www-data

On my Synology slight modification to the above:

1) ssh in as root as sudo doesn't exist
2) chmod -R 777
3) chown -R http:http

Synology uses http as the group name not www-data

Updates working fine now
Thanks Biffa!

Will you ever be including alerts and more communication with the user so they don't have to keep looking at the stats? Nice having a text/sms/email indicating one of your miners is too hot or hashing lower then normal. This to me would be the development path for this program, right?

FYI you can do this already with the existing MobileMiner support.

I noticed Mobile Miner in the options, what is that?
Mobile Miner is an online solution vs a self hosted version (such as CryptoGlance). Some users prefer to not port-forward their router to their machine running CryptoGlance. This way they can monitor their machines remotely by using another service. More details here: http://www.mobileminerapp.com/
legendary
Activity: 1274
Merit: 1000
Will you ever be including alerts and more communication with the user so they don't have to keep looking at the stats? Nice having a text/sms/email indicating one of your miners is too hot or hashing lower then normal. This to me would be the development path for this program, right?

FYI you can do this already with the existing MobileMiner support.

I noticed Mobile Miner in the options, what is that?
legendary
Activity: 3234
Merit: 1220
By the way, is this an access issue?

==> Starting Update...Please be patient
==> Creating temporary directory to download update and unzip: update/v2.0.2.799
==> ERROR: Failed to create the directory: update/v2.0.2.799
* Please contact support via reddit, bitcointalk, or IRC!
Yes. I have yet to identify what the permission is exactly. The current solution (it's an ugly solution) is to:
1) Navigate to the parent folder of cryptoglance
2) sudo chmod -R 777
3) sudo chown -R www-data:www-data

On my Synology slight modification to the above:

1) ssh in as root as sudo doesn't exist
2) chmod -R 777
3) chown -R http:http

Synology uses http as the group name not www-data

Updates working fine now
legendary
Activity: 1274
Merit: 1000
any update on adding the sort feature ? i really like your software but i have 20 rigs and when i add a new one , i don;t want to delete everything and start again cause i want my new rig to be in the middle with the others of it's type

I agree, being able to rearrange the windows would be awesome.  Being able to minimize any of the windows down to just the name plate would be nice, too.
sr. member
Activity: 805
Merit: 250
any update on adding the sort feature ? i really like your software but i have 20 rigs and when i add a new one , i don;t want to delete everything and start again cause i want my new rig to be in the middle with the others of it's type
sr. member
Activity: 298
Merit: 250
By the way, is this an access issue?

==> Starting Update...Please be patient
==> Creating temporary directory to download update and unzip: update/v2.0.2.799
==> ERROR: Failed to create the directory: update/v2.0.2.799
* Please contact support via reddit, bitcointalk, or IRC!
Yes. I have yet to identify what the permission is exactly. The current solution (it's an ugly solution) is to:
1) Navigate to the parent folder of cryptoglance
2) sudo chmod -R 777
3) sudo chown -R www-data:www-data
hero member
Activity: 840
Merit: 1002
Will you ever be including alerts and more communication with the user so they don't have to keep looking at the stats? Nice having a text/sms/email indicating one of your miners is too hot or hashing lower then normal. This to me would be the development path for this program, right?

FYI you can do this already with the existing MobileMiner support.
legendary
Activity: 1274
Merit: 1000
Personal text my ass....
anyway i can set up the pool part to monitor my workers on ck solo pool?
i tried the user url with my wallet as the api but didnt work.
Unfortunately there's no solo support, however you can point your miners to http://kano.is and utilize the ckpool type there.

Any plans for an OS X version?
You can set up MAMP on OSX and use cryptoglance that way... Currently there's no all-in-one solution ready for OSX, we can look into it though.

Will you ever be including alerts and more communication with the user so they don't have to keep looking at the stats? Nice having a text/sms/email indicating one of your miners is too hot or hashing lower then normal. This to me would be the development path for this program, right?
There are plans for notifications and such, however the app only monitors your rigs and pools when the app is open. We first need to migrate away from that and build some kind of background service. This is very high on our priority list, we hope to release these features in the coming months.

A Windows service of course, and then just attach to it with a browser. Sweeeeeet.

EDIT:

By the way, is this an access issue?

==> Starting Update...Please be patient
==> Creating temporary directory to download update and unzip: update/v2.0.2.799
==> ERROR: Failed to create the directory: update/v2.0.2.799
* Please contact support via reddit, bitcointalk, or IRC!
sr. member
Activity: 298
Merit: 250
anyway i can set up the pool part to monitor my workers on ck solo pool?
i tried the user url with my wallet as the api but didnt work.
Unfortunately there's no solo support, however you can point your miners to http://kano.is and utilize the ckpool type there.

Any plans for an OS X version?
You can set up MAMP on OSX and use cryptoglance that way... Currently there's no all-in-one solution ready for OSX, we can look into it though.

Will you ever be including alerts and more communication with the user so they don't have to keep looking at the stats? Nice having a text/sms/email indicating one of your miners is too hot or hashing lower then normal. This to me would be the development path for this program, right?
There are plans for notifications and such, however the app only monitors your rigs and pools when the app is open. We first need to migrate away from that and build some kind of background service. This is very high on our priority list, we hope to release these features in the coming months.
legendary
Activity: 1274
Merit: 1000
Personal text my ass....
Will you ever be including alerts and more communication with the user so they don't have to keep looking at the stats? Nice having a text/sms/email indicating one of your miners is too hot or hashing lower then normal. This to me would be the development path for this program, right?

Pages:
Jump to: