Author

Topic: [Minera v0.9.0] Your next mining dashboard - S9/L3+/D3/CPUminer/CGminer/BFGminer - page 126. (Read 850409 times)

legendary
Activity: 1288
Merit: 1004
Sorry I understand now. I am not sure why Dmxl is finicky. Maybe an update will fix it.
So you went 240 on your X6 that is very interesting results. I stayed at 280. I will try going to 240 as well to see if anything changes for me.



I wish I knew why it is not working for you. Have you tried the Zeus image and put the correct amount of chips and 280 to make sure it is not a bad miner?


They use the same chips but different freq and lower power to achieve the results.



Clock of 240??

EDIT:
I think stock is 328 and most run it at 340.... maybe that's your problem, it would explaine your low consuption at the wall...

I take that back, I had the X3 in mind...

--ltc-debug should be --zeus-debug but it not help, still 99% HW

i think X3 and X6 use different usb chips then

so, why X3 can use CGminer Dmaxl Zeus while X6 can only get 99% HW ?

of cause my zeus miner is fine, zeus's img works fine, minera's bfgminer woks fine too ( before is my bad to set wrong clock to get 20% HW )

but with CGminer Dmaxl Zeus i only can get 2M/each and 9x% HW, i wonder why

PS: my zeus is HURRICANE X6, power-reduce version, 64chips, 240Mhz, 9-10M Hash power, 230W on wall ,not X3 which is 328Mhz or so
newbie
Activity: 32
Merit: 0
I wish I knew why it is not working for you. Have you tried the Zeus image and put the correct amount of chips and 280 to make sure it is not a bad miner?


They use the same chips but different freq and lower power to achieve the results.



Clock of 240??

EDIT:
I think stock is 328 and most run it at 340.... maybe that's your problem, it would explaine your low consuption at the wall...

I take that back, I had the X3 in mind...

--ltc-debug should be --zeus-debug but it not help, still 99% HW

i think X3 and X6 use different usb chips then

so, why X3 can use CGminer Dmaxl Zeus while X6 can only get 99% HW ?

of cause my zeus miner is fine, zeus's img works fine, minera's bfgminer woks fine too ( before is my bad to set wrong clock to get 20% HW )

but with CGminer Dmaxl Zeus i only can get 2M/each and 9x% HW, i wonder why

PS: my zeus is HURRICANE X6, power-reduce version, 64chips, 240Mhz, 9-10M Hash power, 230W on wall ,not X3 which is 328Mhz or so
newbie
Activity: 5
Merit: 0
is there a way to run two miners at the same time? i have 4 Zeus blizzards and one Zeus hurricane on one pool and tow butterfly labs on another pool is it possible?

No you can't. I mean, you could but you never see the stats from both on Minera only from one.

I can't understand what's the problem with the image download. I just tried without any problems.
the zeusminers I want to see the states but for the others not too important so do you know how i would go about doing it?

I'm running two blades and I have one mining with cgminer and the other mining with cpuminer.

I can only show you what I did but you have to adjust it to your own needs, ok?

These are the commands in my rc.local file under the /etc dir:

Code:
sleep 5
su - minera -c "/usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd --gc3355=/dev/ttyACM0,/dev/ttyACM3 --gc3355-chips=40 --gc3355-timeout=180 --freq=820 --retries=2 -c /var/www/minera/conf/miner_conf.json"
sleep 20
su - minera -c "/usr/bin/screen -dmS cgminer sudo /var/www/minera/minera-bin/cgminer-dmaxl-zeus --usb 1:7,1:8 --retries=2 --scrypt --gridseed-options freq=820,chips=40 -c /var/www/minera/conf/miner_conf.json1"

exit 0

This is the outcome. Two miners running but Minera dashboard showing only the results from cpuminer:

https://i.imgur.com/bnlrPpN.gif
cool this is better than nothing will give it a shot. trying to do is so I can turn off my PC to conserve some power. thank for the help.
legendary
Activity: 1288
Merit: 1004
I wish I knew why it is not working for you. Have you tried the Zeus image and put the correct amount of chips and 280 to make sure it is not a bad miner?


They use the same chips but different freq and lower power to achieve the results.



Clock of 240??

EDIT:
I think stock is 328 and most run it at 340.... maybe that's your problem, it would explaine your low consuption at the wall...

I take that back, I had the X3 in mind...

--ltc-debug should be --zeus-debug but it not help, still 99% HW

i think X3 and X6 use different usb chips then

so, why X3 can use CGminer Dmaxl Zeus while X6 can only get 99% HW ?
newbie
Activity: 32
Merit: 0
because i will use my pi to somewhere else, so i try to install minera to a Debian 7.6 PC (x64) to run my 20 Gridseed mini usb miners.

it's kind of working, almost all good, but have 2 tiny thing seems un-normal, any ideas?

1, When i save settings and restart (or just restart the miner by click restart button on dashboard ), that 'Sending action: restart , please wait...' dialog don't close even i wait for ten minutes. but in fact my miners is already working, if i refresh the minera's dashboard, those data is already there and very normally.

2, When i chose to Enable logging (--log), cpuminer won't work, log stops at some 'GC3355 chip mining thread started, in SINGLE  mode', i had to disabled log to get my miner to work.

PS: pre-compiled binary file 'minerd-ubuntu-64bit' won't work for me, it's says 'error while loading shared libraries: libudev.so.1: cannot open shared object file: No such file or directory', so i re-compile it by those code gave by 'https://github.com/siklon/cpuminer-gc3355'

Code:
apt-get update
apt-get install -y build-essential libtool libcurl4-openssl-dev libjansson-dev libudev-dev libncurses5-dev autoconf automake
git clone https://github.com/siklon/cpuminer-gc3355
cd cpuminer-gc3355
./autogen.sh
./configure CFLAGS="-O3"
make
full member
Activity: 238
Merit: 100
For all of you having problems downloading the Minera image release, I fixed the problem and you can download it now.
My apologies and thanks for your time.

Thanks. Now is all ok.
newbie
Activity: 5
Merit: 0
is there a way to run two miners at the same time? i have 4 Zeus blizzards and one Zeus hurricane on one pool and tow butterfly labs on another pool is it possible?

No you can't. I mean, you could but you never see the stats from both on Minera only from one.

I can't understand what's the problem with the image download. I just tried without any problems.
the zeusminers I want to see the states but for the others not too important so do you know how i would go about doing it?

use zeusminers within minera's WEB UI  and use others by manually run cmd in ssh
cool so since im a noob, I have putty and I can get into minera just not sure how to start bfgminer, that is what i used in windows, any help would be great.
legendary
Activity: 2702
Merit: 1030
Yes I am a pirate, 300 years too late!
For all of you having problems downloading the Minera image release, I fixed the problem and you can download it now.
My apologies and thanks for your time.

Will it show up as an upgrade in the help screen?
legendary
Activity: 1015
Merit: 1000
For all of you having problems downloading the Minera image release, I fixed the problem and you can download it now.
My apologies and thanks for your time.
legendary
Activity: 1564
Merit: 1027
is there a way to run two miners at the same time? i have 4 Zeus blizzards and one Zeus hurricane on one pool and tow butterfly labs on another pool is it possible?

No you can't. I mean, you could but you never see the stats from both on Minera only from one.

I can't understand what's the problem with the image download. I just tried without any problems.
the zeusminers I want to see the states but for the others not too important so do you know how i would go about doing it?

I'm running two blades and I have one mining with cgminer and the other mining with cpuminer.

I can only show you what I did but you have to adjust it to your own needs, ok?

These are the commands in my rc.local file under the /etc dir:

Code:
sleep 5
su - minera -c "/usr/bin/screen -dmS cpuminer /var/www/minera/minera-bin/minerd --gc3355=/dev/ttyACM0,/dev/ttyACM3 --gc3355-chips=40 --gc3355-timeout=180 --freq=820 --retries=2 -c /var/www/minera/conf/miner_conf.json"
sleep 20
su - minera -c "/usr/bin/screen -dmS cgminer sudo /var/www/minera/minera-bin/cgminer-dmaxl-zeus --usb 1:7,1:8 --retries=2 --scrypt --gridseed-options freq=820,chips=40 -c /var/www/minera/conf/miner_conf.json1"

exit 0

This is the outcome. Two miners running but Minera dashboard showing only the results from cpuminer:

full member
Activity: 238
Merit: 100
Hi, i'm sorry but i have a problem to download.
At 1Gb the download stop. I have tried many times, with 3 computer.
At 1Gb it stop!
Can help me?
Thanks

Ditto, ditto, ditto.

Pokemon?



LMAO, I didn't think of that.  Good chuckles early this morn. Thanks for that.



I'm happy for this.....
But i don't know Ditto!!!!!
full member
Activity: 161
Merit: 100
Hi, i'm sorry but i have a problem to download.
At 1Gb the download stop. I have tried many times, with 3 computer.
At 1Gb it stop!
Can help me?
Thanks

Ditto, ditto, ditto.

Pokemon?



LMAO, I didn't think of that.  Good chuckles early this morn. Thanks for that.

full member
Activity: 238
Merit: 100
Hi, i'm sorry but i have a problem to download.
At 1Gb the download stop. I have tried many times, with 3 computer.
At 1Gb it stop!
Can help me?
Thanks

Ditto, ditto, ditto.


Pokemon?
full member
Activity: 161
Merit: 100
Hi, i'm sorry but i have a problem to download.
At 1Gb the download stop. I have tried many times, with 3 computer.
At 1Gb it stop!
Can help me?
Thanks

Ditto, ditto, ditto.
newbie
Activity: 32
Merit: 0
is there a way to run two miners at the same time? i have 4 Zeus blizzards and one Zeus hurricane on one pool and tow butterfly labs on another pool is it possible?

No you can't. I mean, you could but you never see the stats from both on Minera only from one.

I can't understand what's the problem with the image download. I just tried without any problems.
the zeusminers I want to see the states but for the others not too important so do you know how i would go about doing it?

use zeusminers within minera's WEB UI  and use others by manually run cmd in ssh
newbie
Activity: 5
Merit: 0
is there a way to run two miners at the same time? i have 4 Zeus blizzards and one Zeus hurricane on one pool and tow butterfly labs on another pool is it possible?

No you can't. I mean, you could but you never see the stats from both on Minera only from one.

I can't understand what's the problem with the image download. I just tried without any problems.
the zeusminers I want to see the states but for the others not too important so do you know how i would go about doing it?
newbie
Activity: 32
Merit: 0
is there a way Bfgminer can use different Frequency to different miner?

i found one of mine should use 232 and other should use 224 for get best hash rate / power usage, about 19M and 460W total
when i use 240 to both, i get 18M and 500W total

EDIT: found it

-S zus:/dev/ttyUSB0 --set zus:chips=64 --set zus:clock=236 -S zus:/dev/ttyUSB1 --set zus:chips=64 --set zus:clock=224


i found ttyUSBx will change randomly each time i reboot the pi... it there any other way to set different clock for different miner ( ID etc.)?
legendary
Activity: 1015
Merit: 1000
is there a way to run two miners at the same time? i have 4 Zeus blizzards and one Zeus hurricane on one pool and tow butterfly labs on another pool is it possible?

No you can't. I mean, you could but you never see the stats from both on Minera only from one.

I can't understand what's the problem with the image download. I just tried without any problems.
newbie
Activity: 5
Merit: 0
is there a way to run two miners at the same time? i have 4 Zeus blizzards and one Zeus hurricane on one pool and tow butterfly labs on another pool is it possible?
full member
Activity: 238
Merit: 100
Hi, i'm sorry but i have a problem to download.
At 1Gb the download stop. I have tried many times, with 3 computer.
At 1Gb it stop!
Can help me?
Thanks
Jump to: