Author

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

member
Activity: 65
Merit: 10
Sandor, sorry to be a pest, i don't think I'm understanding this.

When I use the following startup line from an SSH session:
Code:
--gc3355-detect --gc3355-freq=/dev/ttyACM0:850,/dev/ttyACM1:850,/dev/ttyACM2:838,/dev/ttyACM3:838 --log /var/log/minera/cpuminer.log



This is what the logs are showing:
Code:
[2014-05-14 12:09:33] 0: Firmware version: 0x17031402
[2014-05-14 12:09:33] 0: GC3355 40-chip G-Blade Miner detected
[2014-05-14 12:09:33] 0@0: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 0@1: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 0@2: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 0@3: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 0@4: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 0@5: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 0@6: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 1: Firmware version: 0x17031402
[2014-05-14 12:09:33] 1: GC3355 40-chip G-Blade Miner detected
[2014-05-14 12:09:33] 0@7: Set GC3355 core frequency to 838Mhz
[2014-05-14 12:09:33] 1@0: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 1@1: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 1@2: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 1@3: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 1@4: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 1@5: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 1@6: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 2: Firmware version: 0x17031402
[2014-05-14 12:09:33] 2: GC3355 40-chip G-Blade Miner detected
[2014-05-14 12:09:33] 1@7: Set GC3355 core frequency to 838Mhz
[2014-05-14 12:09:33] 2@0: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 2@1: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 2@2: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 2@3: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 2@4: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 2@5: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 2@6: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 3: Firmware version: 0x17031402
[2014-05-14 12:09:33] 3: GC3355 40-chip G-Blade Miner detected
[2014-05-14 12:09:33] 2@7: Set GC3355 core frequency to 850Mhz
[2014-05-14 12:09:33] 3@0: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 3@1: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 3@2: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 3@3: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 3@4: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 3@5: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 3@6: Set GC3355 core frequency to 600Mhz
[2014-05-14 12:09:33] 3@7: Set GC3355 core frequency to 850Mhz

It only seems to be setting one or 2 of the chips. is this by design? is it a requirement to type out all 7 chips speeds when launching? my understanding was by using the launch line i did all chips on that particular blade should launch at that speed.
newbie
Activity: 25
Merit: 0
Hi, first say i really want to try minera but in the last days i been trying to install minera in my distro ubuntu. but dont show me nothing!!


I follow the steps you give in github

Quote
sudo apt-get install lighttpd php5-cgi
sudo lighty-enable-mod fastcgi
sudo lighty-enable-mod fastcgi-php
sudo service lighttpd force-reload

after that

sudo apt-get install redis-server git screen php5-cli
cd /var/www
sudo git clone https://github.com/michelem09/minera
cd minera
sudo ./install_minera.sh

finally i replace the

cd /var/www/minera/minera-bin
sudo cp minerd-ubuntu-64bit miner


after i follow the link and put the password Minera

and the screen is blank


someone knows why??? i really want to minera.


i read about this but i didnt find nothing!!!

thanks

if you receive a blank page after entering the password on the web interface, check lighttpd's error log at /var/log/lighttpd/error.log Mine read a little something like this:

Code:
minera@robot:/var/log/lighttpd$ cat error.log
2014-05-14 11:39:41: (log.c.166) server started
2014-05-14 11:40:42: (server.c.1430) [note] graceful shutdown started
2014-05-14 11:40:42: (log.c.166) server started
2014-05-14 11:40:42: (server.c.1546) server stopped by UID = 0 PID = 5544
2014-05-14 11:41:00: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Fatal error:  Call to undefined function json_decode() in /var/www/minera/application/controllers/app.php on line 36
 
2014-05-14 11:41:04: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Fatal error:  Call to undefined function json_decode() in /var/www/minera/application/controllers/app.php on line 36
 
2014-05-14 11:54:18: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Fatal error:  Call to undefined function json_decode() in /var/www/minera/application/controllers/app.php on line 37
 
2014-05-14 11:54:20: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Fatal error:  Call to undefined function json_decode() in /var/www/minera/application/controllers/app.php on line 37
 
2014-05-14 11:54:27: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Fatal error:  Call to undefined function json_decode() in /var/www/minera/application/controllers/app.php on line 37
 
2014-05-14 13:14:25: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Fatal error:  Call to undefined function json_decode() in /var/www/minera/application/controllers/app.php on line 37
 
2014-05-14 13:19:47: (mod_fastcgi.c.2676) FastCGI-stderr: PHP Fatal error:  Class 'CI_Controller' not found in /var/www/minera/application/controllers/unit.php on line 4

A little Google Search turned up the fact that I needed to install php5-json[/u]

Run:
Code:
sudo apt-get install php5-json
sudo service lighttpd force-reload
Reload http://your.ip.address.here/minera/index.php/app/dashboard, and it loaded. Albeit throwing another error about timezone, but I'll deal with that easily.

EDIT: The timezone issue was fixed!
Here is the output from the logs about the timezone issue:
Code:
ERROR - 2014-05-14 19:25:01 --> Severity: Warning  --> date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. /var/www/minera/system/libraries/Log.php 86
ERROR - 2014-05-14 19:25:01 --> Severity: Warning  --> date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. /var/www/minera/system/libraries/Log.php 99
ERROR - 2014-05-14 19:25:01 --> Stats stored as: {"timestamp":1400095501,"hashrate":0,"avg_freq":0,"accepted":0,"errors":0,"rejected":0,"shares":0}
ERROR - 2014-05-14 19:25:01 --> Severity: Warning  --> chmod(): Operation not permitted /var/www/minera/system/libraries/Log.php 106

Fixed it with:
Code:
sudo chmod +rwx' to /[minera_root]/system/libraries/Log.php
legendary
Activity: 1015
Merit: 1000
Hi Michelem, Hi Sandor

i got my first Raspberry Pi yesterday and tested minera. The installation instruction was great. Everything worked perfect.
Today i updated to 0.1.8a and 0.1.8b. Everything worked well.

Thank you for this great work! I will donate.

A few things...
The raw log Link points to /minera/application/logs/cpuminer.log
but minera starts with /var/logs/minera as path for the logfile.
So i get a 404 Error.

Until now i only used Windows and cgminer. With this, the hashrate goes up to the maximum in seconds.
With minera and cpuminer it takes a hour until the max hashrate is reached. is this normal for cpuminer?
I start my 5 chip grids with frequency 888 and autotuning.


Cheers... Alex

please try to ssh in and:

cd /var/www/minera
sudo ./upgrade_minera.sh

This should fix the logs problem

For the speed to gain max hashrate, you can save the frequencies table (when you found the good ones) and restart your miner directly with the tuned devices.

PS
Email alerting is on roadmap yet
member
Activity: 84
Merit: 10
PS: As suggestion...

How about email messages if the system status changes, a grid wents down or pool is not reachable and so on.
A daily stats Email would also be nice.
member
Activity: 84
Merit: 10
Hi Michelem, Hi Sandor

i got my first Raspberry Pi yesterday and tested minera. The installation instruction was great. Everything worked perfect.
Today i updated to 0.1.8a and 0.1.8b. Everything worked well.

Thank you for this great work! I will donate.

A few things...
The raw log Link points to /minera/application/logs/cpuminer.log
but minera starts with /var/logs/minera as path for the logfile.
So i get a 404 Error.

Until now i only used Windows and cgminer. With this, the hashrate goes up to the maximum in seconds.
With minera and cpuminer it takes a hour until the max hashrate is reached. is this normal for cpuminer?
I start my 5 chip grids with frequency 888 and autotuning.


Cheers... Alex


member
Activity: 65
Merit: 10
so then,

Code:
--gc3355-detect --gc3355-freq=/dev/ttyACM0:850,/dev/ttyACM1:850,/dev/ttyACM2:838,/dev/ttyACM3:838 --log /var/log/minera/cpuminer.log

should be fine?


Just tried it and same issue.. all blades started at 605
hero member
Activity: 616
Merit: 500
so on my blade rig, im trying to run each blade at its own freq.

when i do a manual setup and use the following line:

Code:
--gc3355-detect --gc3355-freq=ttyACM0:850,ttyACM1:850,ttyACM2:838,ttyACM3:838 --log /var/log/minera/cpuminer.log

After a restart all 4 blades default to 600. what am I doing wrong?


Thinking this might of got missed..

Sandor or Michelem? Any thoughts? is my syntax correct?

Device node path is in the form of /dev/ttyACMx
member
Activity: 65
Merit: 10
so on my blade rig, im trying to run each blade at its own freq.

when i do a manual setup and use the following line:

Code:
--gc3355-detect --gc3355-freq=ttyACM0:850,ttyACM1:850,ttyACM2:838,ttyACM3:838 --log /var/log/minera/cpuminer.log

After a restart all 4 blades default to 600. what am I doing wrong?


Thinking this might of got missed..

Sandor or Michelem? Any thoughts? is my syntax correct?
member
Activity: 104
Merit: 10
hey you guys rock! Thanks for all your support!

Minera 0.1.8a is out

* Added save frequencies button
* Log viewer bug fix
* Added debug option




https://github.com/michelem09/minera

"The img file is on the go only few days (since today 2014-05-07) and you will be able to download the minera.img and put it in your SD Card without the worry to do anything else but turn on your brand new Minera controller."


When/where can I get an image file?



takes longer to write the default raspian image than it does to run(copy/paste) the manual commands from start-to-finish.
newbie
Activity: 19
Merit: 0
hey you guys rock! Thanks for all your support!

Minera 0.1.8a is out

* Added save frequencies button
* Log viewer bug fix
* Added debug option




https://github.com/michelem09/minera

"The img file is on the go only few days (since today 2014-05-07) and you will be able to download the minera.img and put it in your SD Card without the worry to do anything else but turn on your brand new Minera controller."


When/where can I get an image file?

sr. member
Activity: 294
Merit: 250
hey you guys rock! Thanks for all your support!

Minera 0.1.8a is out

* Added save frequencies button
* Log viewer bug fix
* Added debug option


Running great so far!

I finally gave up with my wonky install last night and did a clean image of raspbian and then installed 0.1.8 on it.
0.1.8a upgraded without issue. (sudo even still works  Wink )

I've intentionally not changed any of the default passwords yet, and tonight I'm going to backup the card before tinkering with the system. I'm happy to share this image as a "plug and play" solution for anyone who's interested. You'll just have to log in and put your own pool information in place of my own.
member
Activity: 104
Merit: 10
hey you guys rock! Thanks for all your support!

Minera 0.1.8a is out

* Added save frequencies button
* Log viewer bug fix
* Added debug option



1st time using upgrade button.  Worked like a champ!

Thanks for the kickass app.

#Request when you are looking for things to add =) :
Settings:  Add option for scheduled reboot( ie. every x hours, or by date/time)  Rebooting the pi every 24 hours seems to help stability for me.
legendary
Activity: 1015
Merit: 1000
hey you guys rock! Thanks for all your support!

Minera 0.1.8a is out

* Added save frequencies button
* Log viewer bug fix
* Added debug option



dose this have to be installed on a R-Pi ?
can i build a linix server and install it on that ?


You can install Minera following the README here: https://github.com/michelem09/minera in all your Linux distribution/archs you must only check the distribution is debian-based (Ubuntu/Debian/ecc..)
legendary
Activity: 1778
Merit: 1003
NodeMasters
hey you guys rock! Thanks for all your support!

Minera 0.1.8a is out

* Added save frequencies button
* Log viewer bug fix
* Added debug option



dose this have to be installed on a R-Pi ?
can i build a linix server and install it on that ?
legendary
Activity: 1015
Merit: 1000
hey you guys rock! Thanks for all your support!

Minera 0.1.8a is out

* Added save frequencies button
* Log viewer bug fix
* Added debug option

newbie
Activity: 6
Merit: 0

Just added a "save current frequency" button.

Commit/push tomorrow

Mate, you're an artist - love your work & can't wait to see this functionality in your next push Smiley

If you ever find yourself down under, the first round's on me!
full member
Activity: 126
Merit: 100
Is the latest version compatible with Nicehash yet? I'm holding off until it is.
Bump

That has been answered in this thread already. As well as cpuminer  thread.  

Yes


Thank you.  I must have missed that.

Michelem, I'm running another head to head comparison at Nicehash now.  I am using your BTC address with 10 Gridseed miners vs Hashra+10 miners on my BTC address .  I'll report back with results tomorrow.
member
Activity: 104
Merit: 10
 I did not see cpuminer autotuning on the small seeds once I set a start freq

Give it a good while to start. Check back in an hour and see where it's at


You were dead on.  They have come to life!

Crazy great cpuminer and frontend
member
Activity: 65
Merit: 10
 I did not see cpuminer autotuning on the small seeds once I set a start freq

Give it a good while to start. Check back in an hour and see where it's at
Jump to: