Bitcoin Forum
April 26, 2024, 04:45:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Poll closed
Yes, please I absolutely need it!
Yes, but it's not a priority
Not sure, I'd prefer other features
No, I don't need it
-
-

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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 ... 185 »
  Print  
Author Topic: [Minera v0.9.1] Your next mining dashboard - Antminer/CPUminer/CGminer/BFGminer  (Read 850271 times)
LexMine
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 21, 2014, 11:32:22 AM
 #421

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/3
DataTables warning: table id=pools-table-details - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3

This 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
1714149944
Hero Member
*
Offline Offline

Posts: 1714149944

View Profile Personal Message (Offline)

Ignore
1714149944
Reply with quote  #2

1714149944
Report to moderator
1714149944
Hero Member
*
Offline Offline

Posts: 1714149944

View Profile Personal Message (Offline)

Ignore
1714149944
Reply with quote  #2

1714149944
Report to moderator
1714149944
Hero Member
*
Offline Offline

Posts: 1714149944

View Profile Personal Message (Offline)

Ignore
1714149944
Reply with quote  #2

1714149944
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714149944
Hero Member
*
Offline Offline

Posts: 1714149944

View Profile Personal Message (Offline)

Ignore
1714149944
Reply with quote  #2

1714149944
Report to moderator
1714149944
Hero Member
*
Offline Offline

Posts: 1714149944

View Profile Personal Message (Offline)

Ignore
1714149944
Reply with quote  #2

1714149944
Report to moderator
chinatom
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
May 21, 2014, 11:33:20 AM
 #422

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:

Code:
$out = stream_get_contents($fp);

Comment out that line and replace it with this:

Code:
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 Offline

Activity: 84
Merit: 10


View Profile
May 21, 2014, 11:50:33 AM
 #423

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 Offline

Activity: 71
Merit: 10


View Profile
May 21, 2014, 11:56:49 AM
 #424

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
Sr. Member
****
Offline Offline

Activity: 372
Merit: 250


View Profile
May 21, 2014, 12:00:18 PM
 #425

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 Offline

Activity: 71
Merit: 10


View Profile
May 21, 2014, 12:08:39 PM
 #426

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 Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 21, 2014, 12:09:15 PM
 #427

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/3
DataTables warning: table id=pools-table-details - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3

This 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)

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
LexMine
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 21, 2014, 12:44:44 PM
 #428

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/3
DataTables warning: table id=pools-table-details - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3

This 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 Offline

Activity: 84
Merit: 10


View Profile
May 21, 2014, 12:48:21 PM
 #429

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 Offline

Activity: 71
Merit: 10


View Profile
May 21, 2014, 02:10:59 PM
 #430

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 Offline

Activity: 27
Merit: 0


View Profile
May 21, 2014, 09:10:42 PM
Last edit: May 21, 2014, 09:23:05 PM by bsquared
 #431

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:

Code:
/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:
Code:
/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):

Code:
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 Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 21, 2014, 10:05:14 PM
 #432

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:

Code:
/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:
Code:
/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):

Code:
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

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
bsquared
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
May 21, 2014, 11:37:04 PM
 #433

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.jpg

This happens in Chrome and IE (never viewed Minera in IE before until I tried this test)
anarchoatheist
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
May 22, 2014, 03:25:32 AM
 #434

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
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
May 22, 2014, 04:56:00 AM
 #435

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

Multi-coin pools - http://united-miners.com - IRC  freenode #united-miners
ktbken
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
May 22, 2014, 05:02:46 AM
Last edit: May 22, 2014, 08:32:19 AM by ktbken
 #436

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

Code:
redis-cli

The prompt will change to redis>

then type

Code:
flushall

and finally

Code:
exit

and restart

Almost forgot you will need to re run the install_miner.sh again to repopulate the db

Multi-coin pools - http://united-miners.com - IRC  freenode #united-miners
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 22, 2014, 07:12:02 AM
 #437

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

Code:
redis-cli

The prompt will change to redis>

then type

Code:
flushall

and finally

Code:
exit

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

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
ktbken
Full Member
***
Offline Offline

Activity: 158
Merit: 100


View Profile WWW
May 22, 2014, 08:13:05 AM
Last edit: May 22, 2014, 08:35:26 AM by ktbken
 #438

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.

Multi-coin pools - http://united-miners.com - IRC  freenode #united-miners
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 22, 2014, 09:32:42 AM
 #439

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:

Code:
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.

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
anarchoatheist
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
May 22, 2014, 09:41:36 AM
 #440

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?
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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 ... 185 »
  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!