Bitcoin Forum
June 19, 2024, 02:39:09 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 »
  Print  
Author Topic: cryptoGlance [v2.1] :: Open-source, self-hosted, multi-rig monitoring tool!  (Read 130213 times)
cryptoglance (OP)
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
June 08, 2015, 08:20:32 PM
 #341

Found out it turned out to be my VPS firewall for some reason was blocking it from connecting. Maybe because it was using a non-standard port other than 80. Soon as I ignored my IP address they came right up. I had to deal with my router firewall and then my VPS firewall.
I'm happy it was figured out!


Is there a reason why Ghash is not in the list of Pools to setup? Is there a way I can setup Ghash?
All that paranoia about a take over. Never came close. I ask people why they don't like Ghash and they can't really tell me why. They just go along with whatever everyone else is saying.
No reason. Pools were added based on requests. Only a few (such as NOMP, MPOS, eligius, and ckpool) were added because we personally use them.

Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
June 10, 2015, 11:12:31 PM
 #342

On the mobile app when you log in the field where you input the user name "remembers" things you typed into it previously; if you tap in that field a drop down menu appears showing all your previous entries, i.e. user names.  Is there a way to clear this data?  I cannot figure out how to do it.
This is using the previously used logins from your browser. You can probably clear this data via android browser.

So this wasn't as easy to clear up as initially expected.  I cleared all data in both browsers on my phone (chorme and firefox), I cleared all predictive text data, deleted my keyboard and reinstalled, googled "clear autocomplete android" and tried every suggestion I could find and nothing would clear the remembered data from this field.  I finally uninstalled the app from my phone and reinstalled it and it finally cleared, so I posit that this autocomplete information is stored by the app itself, and not the phone's browser or user dictionary or anything else.

Looking forward to those collapsible panels and ckpool solo being a supported pool, sent a few more btc to you last night since I use this app several times a day, every day!
cryptoglance (OP)
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
June 11, 2015, 05:53:29 AM
 #343

On the mobile app when you log in the field where you input the user name "remembers" things you typed into it previously; if you tap in that field a drop down menu appears showing all your previous entries, i.e. user names.  Is there a way to clear this data?  I cannot figure out how to do it.
This is using the previously used logins from your browser. You can probably clear this data via android browser.

So this wasn't as easy to clear up as initially expected.  I cleared all data in both browsers on my phone (chorme and firefox), I cleared all predictive text data, deleted my keyboard and reinstalled, googled "clear autocomplete android" and tried every suggestion I could find and nothing would clear the remembered data from this field.  I finally uninstalled the app from my phone and reinstalled it and it finally cleared, so I posit that this autocomplete information is stored by the app itself, and not the phone's browser or user dictionary or anything else.

Looking forward to those collapsible panels and ckpool solo being a supported pool, sent a few more btc to you last night since I use this app several times a day, every day!
Thank you!
That's odd that it remembered the information after you uninstalled the app... It's basically a android-browser in a different shell/cover, so I assumed data was saved there.

Still working away at the new changes, I'm hoping it'll be done soon!

Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
June 11, 2015, 06:08:43 AM
 #344

That's odd that it remembered the information after you uninstalled the app... It's basically a android-browser in a different shell/cover, so I assumed data was saved there.

Uninstalling the app was the only way to get the information unremembered.
ElGabo
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
June 17, 2015, 05:48:41 PM
 #345

I'd like to get some.. I ran out of ideas.

I've tried to connect with the android app to Cryptoglance with port forwarding but didn't suceeded...

I've tried to connect with the android app from the same network to the pc where Cryptoglance is and I got this: net::ERR_CONNECTION_REFUSED

I've turned off firewall and everything but it doesn't work.

HELLLPPPPP please  Huh  Grin

" I'm waiting for my punishment, I know it's on my way
  So cut, cut, cut me up and fuck, fuck, fuck me up"
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
June 17, 2015, 05:57:10 PM
 #346

I'd like to get some.. I ran out of ideas.

I've tried to connect with the android app to Cryptoglance with port forwarding but didn't suceeded...

I've tried to connect with the android app from the same network to the pc where Cryptoglance is and I got this: net::ERR_CONNECTION_REFUSED

I've turned off firewall and everything but it doesn't work.

HELLLPPPPP please  Huh  Grin

Try:
Code:
Q. I cannot get cryptoGlance to run. What can I check?

A. The Windows version should work quite well out of the box, but getting cryptoGlance setup under your own web server requires a bit of knowledge. Most often times, you can search for any specific errors you see, or try the following:

Windows Version:

    Configure any firewalls/anti-virus to allow cryptoGlance.exe traffic through
    Note the default port for the Windows app is 4041. If you are configuring cryptoGlance to be externally accessible, you'll need to forward port 4041 to the IP of the Windows box running it, or change the port via the app's config file here:
        {{ install-dir }}\settings.json
        Simply open it in a text editor, and search for "listen_on": ["127.0.0.1", 4041]
    Investigate the {{ cG Install Dir }}\debug.log file for traces of errors

Running from source:

    Confirm that PHP is installed and working properly
    Ensure that the php_sockets extension is loaded via php.ini
    (Linux) Ensure that you have the following packages installed:
        apache2
        php5
        libapache2-mod-php5
        php5-json
        php5-curl
    Adjust permissions to allow for write access on the /user_data folder
https://github.com/cryptoGlance/cryptoGlance-web-app/blob/master/README.md#faq
ElGabo
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
June 17, 2015, 07:47:51 PM
 #347

I'd like to get some.. I ran out of ideas.

I've tried to connect with the android app to Cryptoglance with port forwarding but didn't suceeded...

I've tried to connect with the android app from the same network to the pc where Cryptoglance is and I got this: net::ERR_CONNECTION_REFUSED

I've turned off firewall and everything but it doesn't work.

HELLLPPPPP please  Huh  Grin

Try:
Code:
Q. I cannot get cryptoGlance to run. What can I check?

A. The Windows version should work quite well out of the box, but getting cryptoGlance setup under your own web server requires a bit of knowledge. Most often times, you can search for any specific errors you see, or try the following:

Windows Version:

    Configure any firewalls/anti-virus to allow cryptoGlance.exe traffic through
    Note the default port for the Windows app is 4041. If you are configuring cryptoGlance to be externally accessible, you'll need to forward port 4041 to the IP of the Windows box running it, or change the port via the app's config file here:
        {{ install-dir }}\settings.json
        Simply open it in a text editor, and search for "listen_on": ["127.0.0.1", 4041]
    Investigate the {{ cG Install Dir }}\debug.log file for traces of errors

Running from source:

    Confirm that PHP is installed and working properly
    Ensure that the php_sockets extension is loaded via php.ini
    (Linux) Ensure that you have the following packages installed:
        apache2
        php5
        libapache2-mod-php5
        php5-json
        php5-curl
    Adjust permissions to allow for write access on the /user_data folder
https://github.com/cryptoGlance/cryptoGlance-web-app/blob/master/README.md#faq

Thx

I'v already tried it.

I've installed to windows with a normal install .exe.

As I seen, if the pc with the cryptoglance prog and the android phone with the app are on the same network the app should simply find the program when i give the url for it. Something like 192.168.1.7/cryptoglance

First step would be to get this working then i can make the port forwarding....

" I'm waiting for my punishment, I know it's on my way
  So cut, cut, cut me up and fuck, fuck, fuck me up"
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
June 17, 2015, 09:50:04 PM
 #348

Your url should be:
Code:
http://[ip address]:[port]
It's not a directory path.
Obviously you'll have a different ip address for accessing from within or outside your home network.

First step is port forwarding, this won't work if the port isn't forwarded to the machine running cryptoglance.
ElGabo
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
June 18, 2015, 07:57:19 AM
Last edit: June 18, 2015, 01:16:45 PM by ElGabo
 #349

Your url should be:
Code:
http://[ip address]:[port]
It's not a directory path.
Obviously you'll have a different ip address for accessing from within or outside your home network.

First step is port forwarding, this won't work if the port isn't forwarded to the machine running cryptoglance.


Ok!

I'll try again today and reoprt back how it goes.

Edit:

Got it working, thanks for the help. Had to change the ip in the config.json to the local machine.

" I'm waiting for my punishment, I know it's on my way
  So cut, cut, cut me up and fuck, fuck, fuck me up"
rickzsi
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
June 18, 2015, 08:13:37 PM
 #350

is there a way to automate a reboot daily on one or more of my S5 miners using CG?
ElGabo
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
June 18, 2015, 09:37:43 PM
 #351

@cryptoglance

Don't you plane to build a more simple andriod app than the existing?

Something like the Mobileminer app. Just a list of the machines and the most basic details.

I have more machines then average and it's a pain to wait when it's loading.... (approx 10 minutes) And if i leave the phone alone and it turns out the display i have to start from the begining....

" I'm waiting for my punishment, I know it's on my way
  So cut, cut, cut me up and fuck, fuck, fuck me up"
cryptoglance (OP)
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
June 18, 2015, 10:43:46 PM
 #352

Your url should be:
Code:
http://[ip address]:[port]
It's not a directory path.
Obviously you'll have a different ip address for accessing from within or outside your home network.

First step is port forwarding, this won't work if the port isn't forwarded to the machine running cryptoglance.
Thanks for helping Mikestang! Much appreciated!


is there a way to automate a reboot daily on one or more of my S5 miners using CG?
Still working on it. We have a fairly large amount of changes to make to let this happen, but we're working on it! Next update will be fairly big Smiley


@cryptoglance

Don't you plane to build a more simple andriod app than the existing?

Something like the Mobileminer app. Just a list of the machines and the most basic details.

I have more machines then average and it's a pain to wait when it's loading.... (approx 10 minutes) And if i leave the phone alone and it turns out the display i have to start from the begining....
We do have plans to make a more simplified version, but it's fairly far down the road. Instead we're trying to improve the performance. The first load can take some time, but after first load it will work flawlessly. I'll try to have this available in the next update.

willi9974
Legendary
*
Offline Offline

Activity: 3472
Merit: 2789


Escrow Service


View Profile
June 22, 2015, 04:03:03 PM
 #353

know anybody a app for IOS devices to monitor the own Miner or directly the Antpool.com?

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
cryptoglance (OP)
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
June 22, 2015, 04:18:41 PM
 #354

know anybody a app for IOS devices to monitor the own Miner or directly the Antpool.com?

You can use this app on your iOS device, but you have to use your web browser.

shacky
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile
June 25, 2015, 08:45:36 AM
 #355

Im happy testing this tool.

I love it so far.

I have a question about bitmain and asic chip stats. How I can see the ASIC chip stats in the crypoglance panel? How I can setup the restart?

Thanks! and kept the support!
cryptoglance (OP)
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
June 25, 2015, 01:14:59 PM
 #356

Im happy testing this tool.

I love it so far.

I have a question about bitmain and asic chip stats. How I can see the ASIC chip stats in the crypoglance panel? How I can setup the restart?

Thanks! and kept the support!
Currently we do not show the ASIC chip stats, such as if a chip has failed. However, cryptoglance will check and determine if an asic chip has failed and will attempt to restart the mine automatically

aarons6
Legendary
*
Offline Offline

Activity: 1736
Merit: 1006


View Profile
June 26, 2015, 04:56:54 AM
 #357

know anybody a app for IOS devices to monitor the own Miner or directly the Antpool.com?

You can use this app on your iOS device, but you have to use your web browser.

how do i setup to use the web browser on my phone and laptop?
AtomicStrike
Sr. Member
****
Offline Offline

Activity: 380
Merit: 251



View Profile
June 27, 2015, 08:46:59 AM
 #358

As for me, it's a very good app. Seems it compatible with very forked bfgminer on my metabank bitfury miners.
But I want 2 things as soon as possible:
1. Automatically add rigs with scanning of network address range.
2. Sorting rig list by any column in both directions.
After that changes I'm ready to donate some percent of my mining via coinsplit.io
cryptoglance (OP)
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
July 02, 2015, 05:40:56 AM
 #359

it give you this
{"hashrate1m": "1.24T", "hashrate5m": "1.31T", "hashrate1hr": "981G", "hashrate1d": "73.1G", "hashrate7d": "10.7G", "lastupdate": 1433138570, "workers": 3, "bestshare": 23563035.189569253}

from your username which is your btc address.. thats all the info one would need.
Thank you for this!


If you implement this, please use a unixtime stamp converter so it will show the lastupdate in a time format human beings can understand.

What is "lastupdate" used for? solo.ckpool is giving me something crazy like 45 years :| If I subtract lastupdate from the current time, I get an estimate of 20-60 seconds (which seems correct)

cryptoglance (OP)
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile WWW
July 02, 2015, 05:41:19 AM
 #360

As for me, it's a very good app. Seems it compatible with very forked bfgminer on my metabank bitfury miners.
But I want 2 things as soon as possible:
1. Automatically add rigs with scanning of network address range.
2. Sorting rig list by any column in both directions.
After that changes I'm ready to donate some percent of my mining via coinsplit.io

We're working our way there Cheesy

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!