Author

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

sr. member
Activity: 840
Merit: 251
Minera 0.3.2 is out!

* Added MobileMiner actions start,stop,restart,switch
* Added send anonymous stats
* Added temp/freq when available
* Fixed logging with cgminer and forks
* Fixed pool hashrate dmaxl
* Updated Bfgminer and Cgminer-Dmaxl to latest versions
* Added reset buttons
* Many bugs fixed

Before you ask me, what's anonymous stats?
I would like to know how much people are using Minera and I'd like to have a global stats in the new Minera website I'm going to announce and launch soon. What you are sending are only: current hashrate, current device count, current miner software used (if you enable it). Nothing more will be sent, for paranoid here are the code lines needed to get the stats and send them: https://github.com/michelem09/minera/blob/master/application/controllers/app.php#L864

Feedbacks are very welcome!

Have a great week!


@michelem
This is running like a dream so far. Thanks for the update -Happy mining to all thanks to Michelem
member
Activity: 119
Merit: 10
Hi,

Is it me or did GridSeeds work with CGMiner fork before last update?

I was using it to test something with the API.

CPUMiner has a different API right?

I can't remember if the BFGMiner official supports the Seeds. I think it doesn't.

The Gridseeds are currently supported only by cpuminer and bfgminer. I discussed this with michelem a few posts back. The previous cgminer-dmaxl supported the G-blades, but not anymore.

I kept my old binary...  Grin

Thanks I will try with BFGMiner. I think the API is compatible.  Working on some python stuff. Its going to be awesome...
legendary
Activity: 1564
Merit: 1027
Hi,

Is it me or did GridSeeds work with CGMiner fork before last update?

I was using it to test something with the API.

CPUMiner has a different API right?

I can't remember if the BFGMiner official supports the Seeds. I think it doesn't.

The Gridseeds are currently supported only by cpuminer and bfgminer. I discussed this with michelem a few posts back. The previous cgminer-dmaxl supported the G-blades, but not anymore.

I kept my old binary...  Grin
member
Activity: 119
Merit: 10
Hi,

Is it me or did GridSeeds work with CGMiner fork before last update?

I was using it to test something with the API.

CPUMiner has a different API right?

I can't remember if the BFGMiner official supports the Seeds. I think it doesn't.
newbie
Activity: 39
Merit: 0
hey guys,

I have quite a big problem with this new Minera 0.3.2 - when I write there my pool information, it always ignores it and uses the default information (so it mines for the author). Any advice?



Is your pool on top of the list? Have you clicked "save & restart" after you added your pool? Have you tried to delete the donation pool?
newbie
Activity: 30
Merit: 0
hey guys,

I have quite a big problem with this new Minera 0.3.2 - when I write there my pool information, it always ignores it and uses the default information (so it mines for the author). Any advice?

member
Activity: 119
Merit: 10
Update.  I got it fixed.  Simple removal of the --scrypt it was redundant with the check box in the settings page.


I have DL'd the image and it setup with ease.
My problem is I cannot get any Blizzards or Zeus chip based miners to run on it.
I have tried a Black Widow, Falcon and 3 Blizzards.
Here is my Blizzard argument.
Code:
--scrypt --zeus-chips 6 --zeus-clock 328 --scan-serial zeus:auto --nocheck-golden
One of the Blizzards is batch 1 so I use the nocheck-golden.  I cannot even get a single one to start hashing.  I have used two hubs that run on my other Pi's with MinePeon and they run with the ZeusMiner Pi image.
I have tried the Dmax Zeus fork and even tried BFG which works fine on MinePeon.
I really like the dashboard on Minera I would love to get the Blizzards running on it.
Can anyone help me??
I have scrypt enabled and everything I have seen in this thread.
Thanks again.


I had the same issue where having --scrypt and the checkbox. Maybe add a check so it doesn't add both.
hero member
Activity: 826
Merit: 1000
Michelem,

Thanks for your continuous hard work. I can't wait for this!!!
Before you ask me, what's anonymous stats?
I would like to know how much people are using Minera and I'd like to have a global stats in the new Minera website I'm going to announce and launch soon. What you are sending are only: current hashrate, current device count, current miner software used (if you enable it). Nothing more will be sent, for paranoid here are the code lines needed to get the stats and send them: https://github.com/michelem09/minera/blob/master/application/controllers/app.php#L864
My clients that I manage will be able to see information realtime!
legendary
Activity: 1564
Merit: 1027
Upgrade done!

As stable as always  Grin

Nice work michelm!
newbie
Activity: 24
Merit: 0
I don't mind using screen -r (epic idea with the built in terminal btw), but maybe we could get the stratum/network difficulty displayed in on the dashboard?
Maybe under or in the the pool hash rate?
legendary
Activity: 1564
Merit: 1027

Are you removing Gridseed support form CGminer Dmaxl? Or are you adding a Dmaxl version with Zeus support only?

I'm using CGminer Dmaxl with my blades and I'm very happy with it. Please, don't remove Gridseed support from it...

mmm, why don't you use cpuminer with gridseeds? it should be better than dmaxl.

Well, I could add two different binaries, but I just opened an issue on dmaxl' github, hope he can find a solution to re-add a single binary with support for both devices.

By now, yes I removed gridseed support by Dmaxl binary in Minera. Please compile your version and overwrite it with the name "cgminer-dmaxl-zeus".

Hope to find a solution soon, but you know I need to keep things much possible bugs free, and that binary was definitely bugged, can't stay in master version of Minera.


Yes, cpuminer rocks but I get far better results with cgminer in one or two specific pools, namely Nicehash.com. Cpuminer get's a lot of rejects... That's why I'am running two miners simultaneously.

You do your thing and I'll  wait for a final solution. Meanwhile, I'll keep this binary cause it works very well with my G-Blades.

Cheers!
legendary
Activity: 1015
Merit: 1000

Are you removing Gridseed support form CGminer Dmaxl? Or are you adding a Dmaxl version with Zeus support only?

I'm using CGminer Dmaxl with my blades and I'm very happy with it. Please, don't remove Gridseed support from it...

mmm, why don't you use cpuminer with gridseeds? it should be better than dmaxl.

Well, I could add two different binaries, but I just opened an issue on dmaxl' github, hope he can find a solution to re-add a single binary with support for both devices.

By now, yes I removed gridseed support by Dmaxl binary in Minera. Please compile your version and overwrite it with the name "cgminer-dmaxl-zeus".

Hope to find a solution soon, but you know I need to keep things much possible bugs free, and that binary was definitely bugged, can't stay in master version of Minera.

legendary
Activity: 1564
Merit: 1027
https://github.com/dmaxl/cgminer

./autogen.sh
./configure --enable-scrypt --enable-zeus
make

Yeah, my only gridseed died under the soldering iron, so I wasn't paying attention to gridseed support.


it's definitely that the problem. I'm just compiling it with Zeus support only and I will push it in few minutes to 0.3.2.
Thanks

Are you removing Gridseed support form CGminer Dmaxl? Or are you adding a Dmaxl version with Zeus support only?

I'm using CGminer Dmaxl with my blades and I'm very happy with it. Please, don't remove Gridseed support from it...
legendary
Activity: 1015
Merit: 1000
https://github.com/dmaxl/cgminer

./autogen.sh
./configure --enable-scrypt --enable-zeus
make

Yeah, my only gridseed died under the soldering iron, so I wasn't paying attention to gridseed support.


it's definitely that the problem. I'm just compiling it with Zeus support only and I will push it in few minutes to 0.3.2.
Thanks
newbie
Activity: 24
Merit: 0
https://github.com/dmaxl/cgminer

./autogen.sh
./configure --enable-scrypt --enable-zeus
make

Yeah, my only gridseed died under the soldering iron, so I wasn't paying attention to gridseed support.
legendary
Activity: 1015
Merit: 1000
My working cgminer-dmaxl-zeus.

Can you tell me the configure options you used?
Thanks

EDIT:
I don't want compiling it to support both gridseed and zeus could give this problem. If you have compiled it with zeus only that's the problem.
newbie
Activity: 24
Merit: 0
Minera 0.3.2 is out!

* Updated Bfgminer and Cgminer-Dmaxl to latest versions

First off I gotta say, GREAT WORK MAN!

On the last version (0.3.1) I had to compile my own Cgminer-Dmaxl (fresh git).
The one supplied takes foreveeeer to start when used on Zeus Blizzards, and then it crashes every so often.
So I just had things working great, I mean really great.
Got super excited when I saw 0.3.2, update in my browser and then got a webpage error on every dashboard refresh  (database.net complaining about row 0 parameter or something, sorry should have screenied it for ya) after updating.
So I deleted /var/www/minera and did a fresh pull.
Now I am noticing Cgminer-dmaxl is back to taking forever and being unreliable.
Maybe I am jumping the gun so I'll wait for a fresh image or maybe build one from scratch using 0.3.2.
I just want to make sure you have a good build of Cgminer-Dmaxl in your distro because it's epic for us Zeus users when used right.
I can post the binary if needed.
I was pulling 7mh-8+mh pool side at multipool.us (doge) on 5 blizzards all day today with my compile.
--scrypt --zeus-chips 6 --zeus-clock 338 --scan-serial zeus:auto --zeus-nocheck-golden --queue 10 --scan-time 20
and 1024 diff on my worker at multipool.us.

Thanks again, I will check back after you done uploading, etc.
legendary
Activity: 1015
Merit: 1000
Hi guys, I need your help, did you ever try the scheduled event in Minera?

I have a couple of guys telling me it's bugged, here: https://github.com/michelem09/minera/issues/63

Could you confirm the bug?

Thanks
legendary
Activity: 1015
Merit: 1000
Minera 0.3.2 is out!

* Added MobileMiner actions start,stop,restart,switch
* Added send anonymous stats
* Added temp/freq when available
* Fixed logging with cgminer and forks
* Fixed pool hashrate dmaxl
* Updated Bfgminer and Cgminer-Dmaxl to latest versions
* Added reset buttons
* Many bugs fixed

Before you ask me, what's anonymous stats?
I would like to know how much people are using Minera and I'd like to have a global stats in the new Minera website I'm going to announce and launch soon. What you are sending are only: current hashrate, current device count, current miner software used (if you enable it). Nothing more will be sent, for paranoid here are the code lines needed to get the stats and send them: https://github.com/michelem09/minera/blob/master/application/controllers/app.php#L864

Feedbacks are very welcome!

Have a great week!
Jump to: