Bitcoin Forum
May 25, 2024, 08:27:41 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 73 ... 185 »
  Print  
Author Topic: [Minera v0.9.1] Your next mining dashboard - Antminer/CPUminer/CGminer/BFGminer  (Read 850292 times)
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 22, 2014, 10:19:03 AM
 #441

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?

Yes you need a good powered hub, I mean neither the cheap one want work.

This is very good if you don't need lot of ports: http://www.amazon.com/D-Link-Hi-Speed-7-Port-Powered-DUB-H7/dp/B00008VFAF

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

Activity: 104
Merit: 10


View Profile
May 22, 2014, 11:25:39 AM
Last edit: May 22, 2014, 11:51:41 AM by n00bminer
 #442

Does anyone's screen -ls, or screen -r work with minera?

If I launch the code:
Code:
/usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd --gc3355=/dev/ttyACM0,/dev/ttyACM1,/dev/ttyACM2,/dev/ttyACM3 -c /var/www/minera/conf/miner_conf.json

from command line, it works.  However, the default launching from /etc/rc.local version with miner -c "<command from above>" does not

Code:
su - minera -c "/usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd --gc3355=/dev/ttyACM0,/dev/ttyACM1,/dev/ttyACM2,/dev/ttyACM3 -c /var/www/minera/conf/miner_conf.json"

No Sockets found
Ajeto
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
May 22, 2014, 11:52:02 AM
 #443

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

Unfortunately this did not work Sad

I did the upgrade on Rasp1 and Rasp2 (let's call them that way). Neither is showing stats. Rasp1 started to show stats for a while after i updated Linux on Raspberry too, but not anymore after i restarted the miners. Both Rasps are mining, but showing 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.

I can't upgrade the rest of the Rasps until I find a solution to this, because it's quite hard to supervise individual blades Sad
Do i need to use less than 5 blades per Rasp?



Ajeto
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
May 22, 2014, 11:55:58 AM
 #444


Is it normal to get so many HW even at 838MHz?

n00bminer
Member
**
Offline Offline

Activity: 104
Merit: 10


View Profile
May 22, 2014, 12:39:58 PM
 #445

might be power supply issue?

I would run at 800 and see if you get HW errors like that.  With cpuminer, I have less HW errors on the blades than cgminer/bfgminer at any freq.

FullBoat
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
May 22, 2014, 12:47:05 PM
 #446

I'm running into an issue. I've upgraded to the latest version, and I don't see the save freq button anymore. Or have you changed it so it only shows after it's done autotuning?
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 22, 2014, 12:48:27 PM
 #447

Does anyone's screen -ls, or screen -r work with minera?

If I launch the code:
Code:
/usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd --gc3355=/dev/ttyACM0,/dev/ttyACM1,/dev/ttyACM2,/dev/ttyACM3 -c /var/www/minera/conf/miner_conf.json

from command line, it works.  However, the default launching from /etc/rc.local version with miner -c "<command from above>" does not

Code:
su - minera -c "/usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd --gc3355=/dev/ttyACM0,/dev/ttyACM1,/dev/ttyACM2,/dev/ttyACM3 -c /var/www/minera/conf/miner_conf.json"

No Sockets found

Are you minera user when you try to attach the screen session with "screen -r"? Try:

Code:
sudo -u minera screen -r

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

Activity: 104
Merit: 10


View Profile
May 22, 2014, 12:53:43 PM
 #448

Does anyone's screen -ls, or screen -r work with minera?

If I launch the code:
Code:
/usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd --gc3355=/dev/ttyACM0,/dev/ttyACM1,/dev/ttyACM2,/dev/ttyACM3 -c /var/www/minera/conf/miner_conf.json

from command line, it works.  However, the default launching from /etc/rc.local version with miner -c "<command from above>" does not

Code:
su - minera -c "/usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd --gc3355=/dev/ttyACM0,/dev/ttyACM1,/dev/ttyACM2,/dev/ttyACM3 -c /var/www/minera/conf/miner_conf.json"

No Sockets found

Are you minera user when you try to attach the screen session with "screen -r"? Try:

Code:
sudo -u minera screen -r

That was it.  I usually login to my raspberries as root or pi (they are not exposed).

Thanks!!
SilentH
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
May 22, 2014, 02:00:41 PM
 #449

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 but keep in mind that auto freq does not work for the blades so you'll have to skip that option.
LexMine
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 22, 2014, 02:12:52 PM
 #450

I'm running into an issue. I've upgraded to the latest version, and I don't see the save freq button anymore. Or have you changed it so it only shows after it's done autotuning?

It´s on the right side above the list of devices and looks like a pencil
FullBoat
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
May 22, 2014, 02:32:02 PM
 #451

It´s on the right side above the list of devices and looks like a pencil

Doh, ok, face palm time. Now that you said that I remember.
Ajeto
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
May 22, 2014, 02:42:59 PM
 #452

Are there really only 2 or 3 guys who have Dashboard problem after upgrading to latest version of Minera?

I'm talking about this message: 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).
SilentH
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
May 22, 2014, 02:49:27 PM
 #453

3 separate Pi's all working great on the latest version
LexMine
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 22, 2014, 02:57:20 PM
 #454

3 separate Pi's all working great on the latest version

mine too, perfect
gbyg
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
May 22, 2014, 02:57:52 PM
 #455

Are there really only 2 or 3 guys who have Dashboard problem after upgrading to latest version of Minera?

I'm talking about this message: 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).

I m having same problem. RPI with latest commit
Ajeto
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
May 22, 2014, 02:59:00 PM
 #456

Are there really only 2 or 3 guys who have Dashboard problem after upgrading to latest version of Minera?

I'm talking about this message: 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).

I m having same problem. RPI with latest commit
Is it possible to roll-back to previous version?
Ajeto
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
May 22, 2014, 03:06:14 PM
 #457

might be power supply issue?

I would run at 800 and see if you get HW errors like that.  With cpuminer, I have less HW errors on the blades than cgminer/bfgminer at any freq.


Looks like you are right. I'm using GS original industrial PSU. 1 PSU for 2 blades. With 800Mhz no HW. So i gurss i need more PSUs for higher fq.
chinatom
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
May 22, 2014, 03:16:03 PM
 #458


Is it normal to get so many HW even at 838MHz?



HOHO U CAN USE 5PIS BLADE...greater  why me can't....

i USE ORICO USB 10 port.

http://www.amazon.com/ORICO-P10-U2-External-Desktop-Adapter/dp/B00EH44AA6/ref=sr_1_10?s=electronics&ie=UTF8&qid=1400771739&sr=1-10&keywords=orico
chinatom
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
May 22, 2014, 03:17:29 PM
 #459

might be power supply issue?

I would run at 800 and see if you get HW errors like that.  With cpuminer, I have less HW errors on the blades than cgminer/bfgminer at any freq.


Looks like you are right. I'm using GS original industrial PSU. 1 PSU for 2 blades. With 800Mhz no HW. So i gurss i need more PSUs for higher fq.


YES  800 is  hw less. 

LexMine
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 22, 2014, 03:48:38 PM
 #460

@michelem ... by the way. you should add a few more seconds for the reboot countdown.
it always ends up, that minera couldn´t be found. My Pi need two seconds more for booting.
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 73 ... 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!