cryptoglance (OP)
|
|
June 08, 2015, 08:20:32 PM |
|
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
Activity: 1274
Merit: 1000
|
|
June 10, 2015, 11:12:31 PM |
|
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)
|
|
June 11, 2015, 05:53:29 AM |
|
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
Activity: 1274
Merit: 1000
|
|
June 11, 2015, 06:08:43 AM |
|
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
|
|
June 17, 2015, 05:48:41 PM |
|
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
|
" 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
Activity: 1274
Merit: 1000
|
|
June 17, 2015, 05:57:10 PM |
|
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 Try: 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
|
|
June 17, 2015, 07:47:51 PM |
|
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 Try: 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#faqThx 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
Activity: 1274
Merit: 1000
|
|
June 17, 2015, 09:50:04 PM |
|
Your url should be: 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
|
|
June 18, 2015, 07:57:19 AM Last edit: June 18, 2015, 01:16:45 PM by ElGabo |
|
Your url should be: 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
Activity: 29
Merit: 0
|
|
June 18, 2015, 08:13:37 PM |
|
is there a way to automate a reboot daily on one or more of my S5 miners using CG?
|
|
|
|
ElGabo
|
|
June 18, 2015, 09:37:43 PM |
|
@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)
|
|
June 18, 2015, 10:43:46 PM |
|
Your url should be: 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 @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
Activity: 3612
Merit: 2843
Escrow Service
|
|
June 22, 2015, 04:03:03 PM |
|
know anybody a app for IOS devices to monitor the own Miner or directly the Antpool.com?
|
Tesla 1000 EUR Rabatt über den Empfehlungslink, Interesse dann schreib mir eine PM Tesla 1000 EUR discount via the referral link, if you are interested then write me a PM
|
|
|
cryptoglance (OP)
|
|
June 22, 2015, 04:18:41 PM |
|
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
|
|
June 25, 2015, 08:45:36 AM |
|
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)
|
|
June 25, 2015, 01:14:59 PM |
|
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
Activity: 1736
Merit: 1006
|
|
June 26, 2015, 04:56:54 AM |
|
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
|
|
June 27, 2015, 08:46:59 AM |
|
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)
|
|
July 02, 2015, 05:40:56 AM |
|
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)
|
|
July 02, 2015, 05:41:19 AM |
|
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
|
|
|
|
|