Bitcoin Forum
July 26, 2024, 04:25:30 AM *
News: Help 1Dq create 15th anniversary forum artwork.
 
   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 ... 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 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 ... 185 »
  Print  
Author Topic: [Minera v0.9.1] Your next mining dashboard - Antminer/CPUminer/CGminer/BFGminer  (Read 850336 times)
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
October 05, 2014, 05:50:38 AM
 #1641

I'm sure I've missed a post or two here but, is anyone running a Zues Thunder on Minera?  Care to share your commandline arguments?  I use BFG

*Edit* it's a X6 20MH

How many chips are on it? For any ZeusMiner ASICs with more than 6 chips you need to run with:

Code:
--set zus:chips=X

in order to get accurate hashrates.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
icekohl
Full Member
***
Offline Offline

Activity: 339
Merit: 100



View Profile WWW
October 05, 2014, 06:24:19 AM
 #1642

I'm sure I've missed a post or two here but, is anyone running a Zues Thunder on Minera?  Care to share your commandline arguments?  I use BFG

*Edit* it's a X6 20MH

How many chips are on it? For any ZeusMiner ASICs with more than 6 chips you need to run with:

Code:
--set zus:chips=X

in order to get accurate hashrates.
96 from what I can read, I'm sure the speed is going to be diff from the 340 I run on my fury/bliz as it is a 2nd gen.

Flep182
Legendary
*
Offline Offline

Activity: 938
Merit: 1007


View Profile
October 05, 2014, 07:21:36 AM
 #1643

I'm still on 0.3.5 but I must say that it's running very smoothly. I had some trouble with one rig but a reinstall did wonders.
technofox
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
October 05, 2014, 08:17:18 AM
Last edit: October 05, 2014, 05:20:14 PM by technofox
 #1644

Hi,

I just downloaded this nifty software and I cannot for the life of me, get my WiFi adapter (Ralink RT5370 chipset) working. I was able to get to launch the wicd-curses menu and follow the instructions to setup my WiFi adapter; however, it's not being detected. I know the adapter works, because I have literally just switched from Raspbian to Minera. Its been running maybe for 5 minutes. I would appreciate any help that can be provided.

Lastly, can you set one device for scrypt (e.g. Gridseed Orb) and others for Bitcoin (e.g. Antminer U2)? If so, how can you do this with Minera?




TL/DR: WiFi was not detected by wicd-curses and also want to know how to setup up Gridseed for scrypt and Antminer U2 for Bitcoin.

EDIT: forgot to use "sudo wicd-curses" - smh  Roll Eyes
Axiste
Full Member
***
Offline Offline

Activity: 152
Merit: 100


View Profile
October 05, 2014, 10:40:07 PM
 #1645

Glad you figured out the wireless.

As far as running the U2 and Gridseeds together, technically you can, however they wont all be visible in the Minera Dashboard. The process is exactly the same as what I listed a few pages back, where I ran my Gridseeds in dual mode: you have to run 2 separate miner instances.

Should be a bit easier for you, if you intend to run the Gridseeds in just Scrypt mode, and the U2 in SHA.

Use CPUMiner for scrypt, and start a BFGMiner instance using the rc.local settings in Minera's Dashboard

If my advice has helped you out, feel free to throw some Satoshi's my way!
BTC: 1Nq7hrRDamdnNiTBaFxEn5DuZYS9kD3tbJ
Running a Full Node Smiley
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
October 06, 2014, 01:30:07 PM
 #1646

OK   Shocked
I found the bug !!!!

I don't know why, script seems to be good but when I made "install_minera.sh" or "upgrade_minera.sh"
system files where modified , and there is a mistake into file

/etc/cron.d/minera:
Code:
-e */1 * * * * www-data php /var/www/minera/index.php app cron
-e is enough

I removed it for having :
Code:
*/1 * * * * www-data php /var/www/minera/index.php app cron

then sudo /etc/init.d/cron restart

And Abracadabra !!! my hashtable are working and everything working !!

So after test , in a bash file , I tried this

Code:
#!/bin/bash
echo -e "Adding cron file in /etc/cron.d\n-----\n"
echo -e "*/1 * * * * www-data php `pwd`/index.php app cron" > test.txt

result in test.txt:
-e */1 * * * * www-data php /var/www/minera/index.php app cron

So i think is last echo package was bugged not realy minera...



Can you tell me where you installed that Minera system? I think you are using a manual install, can I know the right operating system you have? I think you have a Linux/Unix version that has a different shell, so the "-e" for the command "echo" is misinterpretered. It's not a Minera bug, I think you are usign a non-debian OS while Minera is compatible only with debian-like system.

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
crackfoo
Legendary
*
Offline Offline

Activity: 3514
Merit: 1126



View Profile WWW
October 07, 2014, 01:02:33 PM
 #1647

Usually I'm pretty good at installing stuff, but I seem to be getting something wrong.

I'm a first time user and simply following the simple instructions on github and using the IMG.

I'm trying to use the simple method:

You can choose for a img file to put in your SD Card or for a manual install.

Image file (img) v0.3.6 (Recommended)

This is the Minera image file for Raspberry PI, you have only to download it and put in your SD Card.

I'm on OSX, and copied the minera-latest.img to an the empty 16GB SD card and then put it in my pi. But it never comes online...


ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
October 07, 2014, 01:06:55 PM
 #1648

Usually I'm pretty good at installing stuff, but I seem to be getting something wrong.

I'm a first time user and simply following the simple instructions on github and using the IMG.

I'm trying to use the simple method:

You can choose for a img file to put in your SD Card or for a manual install.

Image file (img) v0.3.6 (Recommended)

This is the Minera image file for Raspberry PI, you have only to download it and put in your SD Card.

I'm on OSX, and copied the minera-latest.img to an the empty 16GB SD card and then put it in my pi. But it never comes online...



You cannot simply put the img file on a SD Card, you need to flash the SD Card with the img file.
If you are on a Mac you can use the ApplePI Baker: http://www.tweaking4all.com/hardware/raspberry-pi/macosx-apple-pi-baker/

Download it, open, insert sd card, refresh list, select right disk/sd-card (pay attention!), click IMG to SDCard

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
crackfoo
Legendary
*
Offline Offline

Activity: 3514
Merit: 1126



View Profile WWW
October 07, 2014, 01:22:38 PM
 #1649

Usually I'm pretty good at installing stuff, but I seem to be getting something wrong.

I'm a first time user and simply following the simple instructions on github and using the IMG.

I'm trying to use the simple method:

You can choose for a img file to put in your SD Card or for a manual install.

Image file (img) v0.3.6 (Recommended)

This is the Minera image file for Raspberry PI, you have only to download it and put in your SD Card.

I'm on OSX, and copied the minera-latest.img to an the empty 16GB SD card and then put it in my pi. But it never comes online...



You cannot simply put the img file on a SD Card, you need to flash the SD Card with the img file.
If you are on a Mac you can use the ApplePI Baker: http://www.tweaking4all.com/hardware/raspberry-pi/macosx-apple-pi-baker/

Download it, open, insert sd card, refresh list, select right disk/sd-card (pay attention!), click IMG to SDCard

ahh yes, just figured that must be the case.

Thanks, I'll img the card, baker doesn't seem to work on OSX Yosemite yet. Will use another one from raspi pages

Thanks

ZPOOL - the miners multipool! Support We pay 10 FLUX Parallel Assets (PA) directly to block rewards! Get paid more and faster. No PA fee's or waiting around for them, paid instantly on every block found!
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
October 07, 2014, 01:29:06 PM
 #1650

Thanks, I'll img the card, baker doesn't seem to work on OSX Yosemite yet. Will use another one from raspi pages

Thanks

It works fine with Yosemite here, but you can use any method you want, just flash and not copy the file.

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

Activity: 826
Merit: 1004


View Profile
October 07, 2014, 01:55:24 PM
 #1651

Is there a way to tell how long you have been on each pool? I want to make sure my mining switches to the donation and is actually doing it.
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
October 07, 2014, 02:00:49 PM
 #1652

Is there a way to tell how long you have been on each pool? I want to make sure my mining switches to the donation and is actually doing it.

In the donation settings there is a link "View your past donations" to see when it started and how many minutes was running.

Otherwise, you should look at the un-parsed JSON RPC API output and look at the "Pools" section, but each miner has a different way to tell you when it started mining on that pool.

Code:
<minera-url>/index.php/app/api?command=miner_stats

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
October 07, 2014, 02:27:30 PM
 #1653

Hi michelem

My minera instance does not show correctly the uptime on dashboard. Just -0 - 0 -0 . I suspect that somthing wrong with start-time variable ( do not know how it's called exactly ) Where is this variable seatting and how it is called exactly to look on its value?

There are two kind of uptimes, one from the miner software and one from the system what are you talking about? If it's the light-blue widget on the top that's the miner uptime. Do you have a manual or image install? What miner do you use? Can you provide some info?

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

Activity: 1358
Merit: 635


View Profile
October 07, 2014, 02:30:07 PM
Last edit: February 06, 2022, 10:42:17 AM by naska21
 #1654

Hi michelem

My minera instance does not show correctly the uptime on dashboard. Just -0 - 0 -0 . I suspect that somthing wrong with start-time variable ( do not know how it's called exactly ) Where is this variable seatting and how it is called exactly to look on its value?

There are two kind of uptimes, one from the miner software and one from the system what are you talking about? If it's the light-blue widget on the top that's the miner uptime. Do you have a manual or image install? What miner do you use? Can you provide some info?


giveen
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1004


View Profile
October 07, 2014, 03:23:16 PM
 #1655

Is there a way to tell how long you have been on each pool? I want to make sure my mining switches to the donation and is actually doing it.

In the donation settings there is a link "View your past donations" to see when it started and how many minutes was running.

Otherwise, you should look at the un-parsed JSON RPC API output and look at the "Pools" section, but each miner has a different way to tell you when it started mining on that pool.

Code:
<minera-url>/index.php/app/api?command=miner_stats

Sweet.




Quick weird question for you. When I reboot minera or restart the miner, I end up with multiple bfgminers running at the same time. I can fix it with a combo of 'ps aux | less' getting the PID and then using 'kill' to destroy those PID's, but what could be causing this?

magaman
Newbie
*
Offline Offline

Activity: 168
Merit: 0


View Profile
October 07, 2014, 08:12:05 PM
 #1656

Don't know if this is a Minera bug of MobileMiner bug, but my SHA Minera rig in mobile miner displays the hashrate as Scrypt and not SHA.
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
October 07, 2014, 08:19:37 PM
 #1657

Don't know if this is a Minera bug of MobileMiner bug, but my SHA Minera rig in mobile miner displays the hashrate as Scrypt and not SHA.

It's a bug in Minera - the author is aware and indicated a fix would be coming in an update.

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
pictsidhe
Member
**
Offline Offline

Activity: 199
Merit: 10


View Profile
October 08, 2014, 04:54:41 PM
 #1658

Does anybody use minera with miningrigrentals? I can not get minera to work there
giveen
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1004


View Profile
October 08, 2014, 04:55:28 PM
 #1659

Does anybody use minera with miningrigrentals? I can not get minera to work there

Which miner are you using? cgminer...bfgminer...?
pictsidhe
Member
**
Offline Offline

Activity: 199
Merit: 10


View Profile
October 08, 2014, 06:06:20 PM
 #1660

Does anybody use minera with miningrigrentals? I can not get minera to work there

Which miner are you using? cgminer...bfgminer...?
cpuminer
Pages: « 1 ... 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 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 ... 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!