LexMine
Member
Offline
Activity: 84
Merit: 10
|
|
May 21, 2014, 11:32:22 AM |
|
I just updated to 10a and get more of the Data Table warnings. DataTables warning: table id=miner-table-details - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3DataTables warning: table id=pools-table-details - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3This happens at the end of loading the Dashboard. On reloading the Dashboard, the same happens again. i have to jump a few times between Dashboard and Settings and than the Warnings goes away, until i logout and login again. Than it´s back again. Cheers Alex
|
|
|
|
chinatom
Member
Offline
Activity: 71
Merit: 10
|
|
May 21, 2014, 11:33:20 AM |
|
my issue now can't fix. " I can't get the stats from your minerd. Please try to refresh the page or check your settings (minerd API must listen on 127.0.0.1:4028). "
use code :http://<ip>/minera/index.php/app/stats
webbrowes shows {"error":true}
How many G-Blades have you connected? I have the same problem. I have 5 blades on 1 RPi. Problem is only on this RPi, which has the latest Minera version. Other RPis with 0.1.8b work fine. You could try this on one with latest Minera version: Look at this file /var/www/minera/application/models/cpuminer_model.php Look at line 36: $out = stream_get_contents($fp); Comment out that line and replace it with this: while(!feof($fp)) { if(!($str = fread($fp, 8192))) break; $out .= $str; } Save and look at the dashboard/stats how to do ? whit ssh? so sorry , no goo at it~
|
|
|
|
LexMine
Member
Offline
Activity: 84
Merit: 10
|
|
May 21, 2014, 11:50:33 AM |
|
how to do ? whit ssh? so sorry , no goo at it~
Seams like you´re not very firm on using unix command line. A Tip for Windows users.... Maybe you want to try WinSCP http://winscp.net/eng/download.php. It´s a Windows Programm that allow you to connect to Unix PCs via SSH and browse and edit the file in a grafical enviroment. Just walk through the directorys by mouseclick and open a file with doubleclick, to edit it. This is much easier for Windows Users. I think there are also Programms like that for Mac Users.
|
|
|
|
chinatom
Member
Offline
Activity: 71
Merit: 10
|
|
May 21, 2014, 11:56:49 AM |
|
how to do ? whit ssh? so sorry , no goo at it~
Seams like you´re not very firm on using unix command line. A Tip for Windows users.... Maybe you want to try WinSCP http://winscp.net/eng/download.php. It´s a Windows Programm that allow you to connect to Unix PCs via SSH and browse and edit the file in a grafical enviroment. Just walk through the directorys by mouseclick and open a file with doubleclick, to edit it. This is much easier for Windows Users. I think there are also Programms like that for Mac Users. http://winscp.net/eng/download.php shows putty download. Now i use putty alraedy . how can i do ? plz step by step . thx ...kindly friend.
|
|
|
|
cryptofunk
|
|
May 21, 2014, 12:00:18 PM |
|
how to do ? whit ssh? so sorry , no goo at it~
Seams like you´re not very firm on using unix command line. A Tip for Windows users.... Maybe you want to try WinSCP http://winscp.net/eng/download.php. It´s a Windows Programm that allow you to connect to Unix PCs via SSH and browse and edit the file in a grafical enviroment. Just walk through the directorys by mouseclick and open a file with doubleclick, to edit it. This is much easier for Windows Users. I think there are also Programms like that for Mac Users. http://winscp.net/eng/download.php shows putty download. Now i use putty alraedy . how can i do ? plz step by step . thx ...kindly friend. Don't scroll to the end of the page, it's the first download on the page.
|
|
|
|
chinatom
Member
Offline
Activity: 71
Merit: 10
|
|
May 21, 2014, 12:08:39 PM |
|
how to do ? whit ssh? so sorry , no goo at it~
Seams like you´re not very firm on using unix command line. A Tip for Windows users.... Maybe you want to try WinSCP http://winscp.net/eng/download.php. It´s a Windows Programm that allow you to connect to Unix PCs via SSH and browse and edit the file in a grafical enviroment. Just walk through the directorys by mouseclick and open a file with doubleclick, to edit it. This is much easier for Windows Users. I think there are also Programms like that for Mac Users. http://winscp.net/eng/download.php shows putty download. Now i use putty alraedy . how can i do ? plz step by step . thx ...kindly friend. Don't scroll to the end of the page, it's the first download on the page. THX, I do it succesful , but still can't fix the problem
|
|
|
|
michelem (OP)
Legendary
Offline
Activity: 1015
Merit: 1000
|
|
May 21, 2014, 12:09:15 PM |
|
I just updated to 10a and get more of the Data Table warnings. DataTables warning: table id=miner-table-details - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3DataTables warning: table id=pools-table-details - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3This happens at the end of loading the Dashboard. On reloading the Dashboard, the same happens again. i have to jump a few times between Dashboard and Settings and than the Warnings goes away, until i logout and login again. Than it´s back again. Cheers Alex Please try to clear cache and cookies browser. (Don't use IE)
|
|
|
|
LexMine
Member
Offline
Activity: 84
Merit: 10
|
|
May 21, 2014, 12:44:44 PM |
|
I just updated to 10a and get more of the Data Table warnings. DataTables warning: table id=miner-table-details - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3DataTables warning: table id=pools-table-details - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3This happens at the end of loading the Dashboard. On reloading the Dashboard, the same happens again. i have to jump a few times between Dashboard and Settings and than the Warnings goes away, until i logout and login again. Than it´s back again. Cheers Alex Please try to clear cache and cookies browser. (Don't use IE) I use Firefox and deactivated Cache by default. I deleted the cookie now. Seams to work on a first test.
|
|
|
|
LexMine
Member
Offline
Activity: 84
Merit: 10
|
|
May 21, 2014, 12:48:21 PM |
|
THX, I do it succesful , but still can't fix the problem
You're not able to edit the File or Michelems Code doesn´t work?
|
|
|
|
chinatom
Member
Offline
Activity: 71
Merit: 10
|
|
May 21, 2014, 02:10:59 PM |
|
THX, I do it succesful , but still can't fix the problem
You're not able to edit the File or Michelems Code doesn´t work? i edit the file already. my problem is Mining Dashboard Warning! I can't get the stats from your minerd. Please try to refresh the page or check your settings (minerd API must listen on 127.0.0.1:4028). NO GUI
|
|
|
|
bsquared
Newbie
Offline
Activity: 27
Merit: 0
|
|
May 21, 2014, 09:10:42 PM Last edit: May 21, 2014, 09:23:05 PM by bsquared |
|
I just did a fresh pull of Minera and cpuminer, everything starts fine the first time. If I goto the settings page, and press save (doesn't matter if I make or change or not), then try to start the miner, it fails every time after that. I noticed the startup after a fresh install before pressing 'Save' anywhere is: /usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd --gc3355-detect --gc3355-autotune --freq=850 -o stratum+tcp://multi.ghash.io:3333 -u michelem.minera -p x --retries=1 Then after pressing Save it changes to: /usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd -c /var/www/minera/conf/miner_conf.json Running that line above results in this error: "/var/www/minera/minera-bin/minerd: /var/www/minera/conf/miner_conf.json:1: '[' or '{' expected near end of file"I expect this is why "Start" or "Restart" from the Minera web page now fail after Saving any settings. I also receive this error (mainly on Settings page): A PHP Error was encountered
Severity: Notice Message: Use of undefined constant JSON_PRETTY_PRINT - assumed 'JSON_PRETTY_PRINT' Filename: views/settings.php Line Number: 240 Edit: Upgrading PHP from 5.3 --> 5.5 fixed the last error. Pressing "Save" still breaks the start/stop functionality of Minera due to the new JSON config vs the old way of entering everything in the startup line.
|
|
|
|
michelem (OP)
Legendary
Offline
Activity: 1015
Merit: 1000
|
|
May 21, 2014, 10:05:14 PM |
|
I just did a fresh pull of Minera and cpuminer, everything starts fine the first time. If I goto the settings page, and press save (doesn't matter if I make or change or not), then try to start the miner, it fails every time after that. I noticed the startup after a fresh install before pressing 'Save' anywhere is: /usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd --gc3355-detect --gc3355-autotune --freq=850 -o stratum+tcp://multi.ghash.io:3333 -u michelem.minera -p x --retries=1 Then after pressing Save it changes to: /usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd -c /var/www/minera/conf/miner_conf.json Running that line above results in this error: "/var/www/minera/minera-bin/minerd: /var/www/minera/conf/miner_conf.json:1: '[' or '{' expected near end of file"I expect this is why "Start" or "Restart" from the Minera web page now fail after Saving any settings. I also receive this error (mainly on Settings page): A PHP Error was encountered
Severity: Notice Message: Use of undefined constant JSON_PRETTY_PRINT - assumed 'JSON_PRETTY_PRINT' Filename: views/settings.php Line Number: 240 Edit: Upgrading PHP from 5.3 --> 5.5 fixed the last error. Pressing "Save" still breaks the start/stop functionality of Minera due to the new JSON config vs the old way of entering everything in the startup line. Please can you paste the content of /var/www/minera/conf/miner_conf.json? Did you run "sudo ./upgrade_minera.sh"? Please run it and then retry to save settings
|
|
|
|
bsquared
Newbie
Offline
Activity: 27
Merit: 0
|
|
May 21, 2014, 11:37:04 PM |
|
Please can you paste the content of /var/www/minera/conf/miner_conf.json?
Did you run "sudo ./upgrade_minera.sh"? Please run it and then retry to save settings
miner_conf.json was empty, then I ran the upgrade script and rebooted. Once I saved the settings it populed it with valid configuration data and Start (and Stop!) are working. Thank you! Strange pop-up whenever the Dashboard is refreshed (comes up a few times each refresh): https://i.imgur.com/K59DAmQ.jpgThis happens in Chrome and IE (never viewed Minera in IE before until I tried this test)
|
|
|
|
anarchoatheist
Member
Offline
Activity: 70
Merit: 10
|
|
May 22, 2014, 03:25:32 AM |
|
I have one gridseed 5 chip miner and one gridseed g-blade. Can I run both of these miners off the same raspberry pi running minera?
|
|
|
|
ktbken
|
|
May 22, 2014, 04:56:00 AM |
|
I have one gridseed 5 chip miner and one gridseed g-blade. Can I run both of these miners off the same raspberry pi running minera?
yes you can
|
|
|
|
ktbken
|
|
May 22, 2014, 05:02:46 AM Last edit: May 22, 2014, 08:32:19 AM by ktbken |
|
For people having issues with random errors i have found they flushing the redis db seems to fix them. Provided you are not using redis for any other apps ssh into your machine and do the following which will rest most of your settings The prompt will change to redis> then type and finally and restart Almost forgot you will need to re run the install_miner.sh again to repopulate the db
|
|
|
|
michelem (OP)
Legendary
Offline
Activity: 1015
Merit: 1000
|
|
May 22, 2014, 07:12:02 AM |
|
For people having issues with random errors i have found they flushing the redis db seems to fix them. Provided you are not using redis for any other apps ssh into your machine and do the following which will rest most of your settings The prompt will change to redis> then type and finally and restart FlushALL will delete every settings/stats/etc... I don't recommend it. If you have DataTables random errors, please clear the cookies browser
|
|
|
|
ktbken
|
|
May 22, 2014, 08:13:05 AM Last edit: May 22, 2014, 08:35:26 AM by ktbken |
|
Its not hard to put them back in and imo worth it to fix issues
As well as the issues mention in the least few posts the two buttons for guided and manual settings where greyed out for me.
I tried doing a clean install and also an upgrade and all the other suggestions none of which worked.
|
|
|
|
michelem (OP)
Legendary
Offline
Activity: 1015
Merit: 1000
|
|
May 22, 2014, 09:32:42 AM |
|
Its not hard to put them back in and imo worth it to fix issues
As well as the issues mention in the least few posts the two buttons for guided and manual settings where greyed out for me.
I tried doing a clean install and also an upgrade and all the other suggestions none of which worked.
cause you have flushed every settings... try this: redis-cli set guided_options 1 redis-cli set manual_options 0
DON'T DO FLUSHALL if you don't know what you are doing.
|
|
|
|
anarchoatheist
Member
Offline
Activity: 70
Merit: 10
|
|
May 22, 2014, 09:41:36 AM |
|
I have one gridseed 5 chip miner and one gridseed g-blade. Can I run both of these miners off the same raspberry pi running minera?
yes you can Do I need to use a powered usb hub? I tried a non powered hub and I got some wonky hashrates. Is that the cause?
|
|
|
|
|