Author

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

legendary
Activity: 1167
Merit: 1009
Just a general question is everyone running there Pi's in Stock mode? I tried today doing the Modest over clock and I am running 6 Gridseed Blades and my average Load is 0.24 which seems a little lower then on stock clock which was closer to 0.29 not a huge difference but its just as stable so I was wondering if there is really anything to gain from OCing the Pi possible the ability to handle more miners for those having trouble over 20 globes has anyone tried this out? I notice my Pi running Stock clock 16 Globes runs about 0.25 as my 15 min average
sr. member
Activity: 420
Merit: 250
after trying to upgrade from the web interface without success, I'm trying to upgrade manually.

Quote
cd /var/www/minera
sudo git fetch --all
sudo git reset --hard origin/master

gives me
Quote
error: object file .git/objects/5f/12de84040d392ecd02c4e5c647cb573cdaf385 is empty
error: unable to find 5f12de84040d392ecd02c4e5c647cb573cdaf385
error: object file .git/objects/5f/12de84040d392ecd02c4e5c647cb573cdaf385 is empty
fatal: loose object 5f12de84040d392ecd02c4e5c647cb573cdaf385 (stored in .git/objects/5f/12de84040d392ecd02c4e5c647cb573cdaf385) is corrupt

I guess I'll have to download the image and start over like every second upgrade for this distro?

Help would be appreciated.


Just try to refetch everything

cd /var/www
sudo mv minera minera.bak
sudo git clone https://github.com/michelem09/minera

It should work

ok, I just deleted the minera directory with sudo rm -rf minera and installed it again. After a few reboots and another "upgrade", it now works! Thanks!
legendary
Activity: 1015
Merit: 1000
after trying to upgrade from the web interface without success, I'm trying to upgrade manually.

Quote
cd /var/www/minera
sudo git fetch --all
sudo git reset --hard origin/master

gives me
Quote
error: object file .git/objects/5f/12de84040d392ecd02c4e5c647cb573cdaf385 is empty
error: unable to find 5f12de84040d392ecd02c4e5c647cb573cdaf385
error: object file .git/objects/5f/12de84040d392ecd02c4e5c647cb573cdaf385 is empty
fatal: loose object 5f12de84040d392ecd02c4e5c647cb573cdaf385 (stored in .git/objects/5f/12de84040d392ecd02c4e5c647cb573cdaf385) is corrupt

I guess I'll have to download the image and start over like every second upgrade for this distro?

Help would be appreciated.


Just try to refetch everything

cd /var/www
sudo mv minera minera.bak
sudo git clone https://github.com/michelem09/minera

It should work
sr. member
Activity: 420
Merit: 250
after trying to upgrade from the web interface without success, I'm trying to upgrade manually.

Quote
cd /var/www/minera
sudo git fetch --all
sudo git reset --hard origin/master

gives me
Quote
error: object file .git/objects/5f/12de84040d392ecd02c4e5c647cb573cdaf385 is empty
error: unable to find 5f12de84040d392ecd02c4e5c647cb573cdaf385
error: object file .git/objects/5f/12de84040d392ecd02c4e5c647cb573cdaf385 is empty
fatal: loose object 5f12de84040d392ecd02c4e5c647cb573cdaf385 (stored in .git/objects/5f/12de84040d392ecd02c4e5c647cb573cdaf385) is corrupt

I guess I'll have to download the image and start over like every second upgrade for this distro?

Help would be appreciated.
full member
Activity: 141
Merit: 100
First time using Minera on Ubuntu 12.04LTS x86 64bit

I followed the instructions in readme.md but encountered some issues and I was able to fix as follows:

  • My biggest problem was Minera not showing Settings at all. After reading the logs and some research I changed the maximum memory in PHP.ini for PHP script. In my case it was set to 128M, I changed to 512M and fixed the problem but I decided to give it even more by setting it to 1024M
  • I started with PHP version 5.3; nowhere mentioned the minimum PHP version but my Minera had some issues with parsing JSON for box "Miner will start with this syntax" - I found out minimum PHP is 5.4 but I decided to go with PHP 5.5

After these changes and I also installed all of the PHP packages that were recommend not just PHP CGI and PHP Common. Everything works like I planned.

Thanks Michele, I sent Doge coins to you last night please check your Doge address.

My next goals are:

  • I need more instances of Minera on the same machine like: /var/www/minera, /var/www/minera1, /var/www/minera2 because I have groups of orbs running on different coins at the same time
  • I need to be able to run Minera with bfgminer because I have other types of hardware

 Grin
legendary
Activity: 1564
Merit: 1027
Minera 0.2.3 is as stable as the previous versions.

Had to update by hand but after a second reboot everything works like a charm!

Thanks michelem!
member
Activity: 112
Merit: 10
I cannot access my dashboard.

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

Everytime.

Edit:
Ty, for the time with minera.

I am migrating to hashra-mini-controla.
legendary
Activity: 1167
Merit: 1009
Updating now, thanks for all the great work so far its working out great Ill flash 1 of them with the new update now.
member
Activity: 97
Merit: 10
Hey guys, it's friday! Just in time for a new release Smiley

Minera 0.2.3 is out!



Thank you michelem and welcome back. Will test new version and report.
full member
Activity: 141
Merit: 100
Hello Michele,

vi ringrazio tanto per questo software. Ho inviato alcune monete doge a voi.

I have one question:

I'm using Ubuntu x86 64bit. Minerd is running fine although my hash rate for one orb is showing 35.5/317.6 KH/s which I think it is less than 10% of the potential.

My problem is that Minera is not showing Settings page. I'm only mining because I invoked minerd from the CLI with the parameters to my worker and pool.

When I click on Settings all I see is a blank page.

My url shows: http://127.0.0.1/minera/index.php/app/settings

Is there anything else I should do in order to use Settings?

I also noticed that Ubuntu is telling me that php5-cgi is crashing whenever I go to the Settings page. I'm wondering if there is a permission issue somewhere.

One thing though is that Minerd can only open ttyACMx is I use it with sudo. So I'm wondering if I have to run Minera with sudo as well.

Please let me know if you can I know you are super busy. Excellent work!

Thanks Thomas! Did you run the install_minera.sh script? Can I know what kind of web server are you running? Installing it by "hand" instead using RPI image could be tricky and you should have some little web server experiences.
If you have some web server logs you should look at them too.



Hello, yes I ran install_minera.sh. I took every step on the readme.md page. Since I'm Ubuntu I think my server is Apache but I'm not sure. If the web server had an issue I would not be able to open Minera in the first place, don't you think? I can login and the Dashboard is showing that my orb is up and running and mining.
I will check the web server logs.

I agree Linux is a pain in the ass to configure I'm not able to find anything that is plug and play, ugh!
legendary
Activity: 1015
Merit: 1000
Hey guys, it's friday! Just in time for a new release Smiley

Minera 0.2.3 is out!

* Added digital clock
* Fixed Cryptsy timeouts
* Added pool donation remove button
* Changed frequency step from 5 to 1
* Fixed display devices legend
* Added avg stats 1min,5min,1hour,1day
* Added charts hourly,daily,monthly,yearly
* Added average stats badge
* Various bug fixes

And now I'll put all my efforts on the next huge update with CG/BFGminer support, stay tuned!

Have a great weekend!

PS
RPI image file will be updated in the next few days
legendary
Activity: 1015
Merit: 1000
Hello Michele,

vi ringrazio tanto per questo software. Ho inviato alcune monete doge a voi.

I have one question:

I'm using Ubuntu x86 64bit. Minerd is running fine although my hash rate for one orb is showing 35.5/317.6 KH/s which I think it is less than 10% of the potential.

My problem is that Minera is not showing Settings page. I'm only mining because I invoked minerd from the CLI with the parameters to my worker and pool.

When I click on Settings all I see is a blank page.

My url shows: http://127.0.0.1/minera/index.php/app/settings

Is there anything else I should do in order to use Settings?

I also noticed that Ubuntu is telling me that php5-cgi is crashing whenever I go to the Settings page. I'm wondering if there is a permission issue somewhere.

One thing though is that Minerd can only open ttyACMx is I use it with sudo. So I'm wondering if I have to run Minera with sudo as well.

Please let me know if you can I know you are super busy. Excellent work!

Thanks Thomas! Did you run the install_minera.sh script? Can I know what kind of web server are you running? Installing it by "hand" instead using RPI image could be tricky and you should have some little web server experiences.
If you have some web server logs you should look at them too.

full member
Activity: 141
Merit: 100
Hello Michele,

vi ringrazio tanto per questo software. Ho inviato alcune monete doge a voi.

I have one question:

I'm using Ubuntu x86 64bit. Minerd is running fine although my hash rate for one orb is showing 35.5/317.6 KH/s which I think it is less than 10% of the potential.

My problem is that Minera is not showing Settings page. I'm only mining because I invoked minerd from the CLI with the parameters to my worker and pool.

When I click on Settings all I see is a blank page.

My url shows: http://127.0.0.1/minera/index.php/app/settings

Is there anything else I should do in order to use Settings?

I also noticed that Ubuntu is telling me that php5-cgi is crashing whenever I go to the Settings page. I'm wondering if there is a permission issue somewhere.

One thing though is that Minerd can only open ttyACMx is I use it with sudo. So I'm wondering if I have to run Minera with sudo as well.

Please let me know if you can I know you are super busy. Excellent work!
legendary
Activity: 1167
Merit: 1009
Sorry for delay guys, but instead releasing something without new cool stuff I preferred delay it and add some new features (like history charts daily/monthly/yearly + average stats).

So keep mining as fast as you can while Minera is coming out with v0.2.3!

PS
For who is asking about Minera/Cpuminer stability, I've just got the 15 days (!!) of cpuminer uptime... like a boss  Cool

I have been running 8 days strong and smooth so far on 14 5 Chip (some oced) I love Minera after trying many others. I am going to build a new pi over the weekend to run some 40chip blades see how many I can run on it stable I hope at least 5 per pi so i can kill the PC running them.

I also have started testing with 3 blades some run better then others looks like auto tune function doesn't work on the blades, and when i try to set a specific freq for 1 or 2 blades it reports the wrong number on the dashboard page I can see it is running higher but not the number i set I ahve a few blades that dont run well on anything other then 800 others run fine up to 840 when testing them individually. I suppose I can try and group the good ones and bad ones on to there own pi and do it that way but id like to get them all running on 1 pi if i can anyone have any experience or advise with this?

I figured out what i was doing wrong I now have the blades I want running at higher clock it was a mistake in the config
hero member
Activity: 826
Merit: 1000
Thanks for the update michelem! Looking forward to the next release!
legendary
Activity: 1015
Merit: 1000
Sorry for delay guys, but instead releasing something without new cool stuff I preferred delay it and add some new features (like history charts daily/monthly/yearly + average stats).

So keep mining as fast as you can while Minera is coming out with v0.2.3!

PS
For who is asking about Minera/Cpuminer stability, I've just got the 15 days (!!) of cpuminer uptime... like a boss  Cool
legendary
Activity: 3486
Merit: 1126
You see, cpuminer does not support The Fury/Blizzard/Zues yet. Only BFGMiner/CGMiner.

No CPUMiner support yet.

FWIW, BFGMiner 4.3 (available now) supports DualMiners (including dual-mode), 5-Chip Orbs, G-Blades, ZeusMiner ASICs (and more) on platforms including the Raspberry Pi and 703n:

https://bitcointalksearch.org/topic/m.7602542

awesome. now looking forward to minera getting the support added!

Cheers!
hero member
Activity: 840
Merit: 1002
You see, cpuminer does not support The Fury/Blizzard/Zues yet. Only BFGMiner/CGMiner.

No CPUMiner support yet.

FWIW, BFGMiner 4.3 (available now) supports DualMiners (including dual-mode), 5-Chip Orbs, G-Blades, ZeusMiner ASICs (and more) on platforms including the Raspberry Pi and 703n:

https://bitcointalksearch.org/topic/m.7602542
newbie
Activity: 9
Merit: 0
Hi phiber,
did you disable "Enable frequency auto tuning (--gc3355-autotune)" in settings?

If you do a "screen -r" in a ssh session or in the local console short after restarting the miner (not the whole system, you can see the configuration during startup for a short while.

bye

MScFW
newbie
Activity: 2
Merit: 0
Anyone knows if it's possible for me to connect both Gridseed dual-miners (Those flower looking thingys) and gridseed blades to the same minera controller?
Will it be able to differentiate and control all properly?

Looking at connecting 6 x gridseeds and 2 x blades...

it works as a charm

Thanks! i got them to detect, but they are all running at a set frequency..
Trying to figure out how to set the individual frequency now..

Tried putting
--gc3355-freq=6D72557D5148:888,6D9025A35251:888,8D7D57965753:888,490084713634:838,48DA584F3634:838,48E277743838:838,8D6B5F795355:888,6D9158795251:888,6D744F5B5148:888,48DA535C3838:838

in the extra options but it doesn't seem to work.. anyone has any ideas why?
Basically 888mhz for the seeds and 838mhz for the blades..
Jump to: