Bitcoin Forum
May 04, 2024, 03:33:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   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 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 185 »
  Print  
Author Topic: [Minera v0.9.1] Your next mining dashboard - Antminer/CPUminer/CGminer/BFGminer  (Read 850275 times)
darkfriend77
Sr. Member
****
Offline Offline

Activity: 434
Merit: 265


View Profile WWW
May 08, 2014, 10:44:25 AM
 #41


Thanks for the feedbacks! Many of the stuff you listed is on development and I hope to release something by the end of the week.

For the issue with the graphs, can you check if you have php5-cli installed? Try installing it and see what it tells you:

Code:
sudo apt-get install php5-cli

Please let me know. Thanks!

I think it's still cron_stats instead of cron

-:| www.DOTMog.com |:-
1714793591
Hero Member
*
Offline Offline

Posts: 1714793591

View Profile Personal Message (Offline)

Ignore
1714793591
Reply with quote  #2

1714793591
Report to moderator
1714793591
Hero Member
*
Offline Offline

Posts: 1714793591

View Profile Personal Message (Offline)

Ignore
1714793591
Reply with quote  #2

1714793591
Report to moderator
1714793591
Hero Member
*
Offline Offline

Posts: 1714793591

View Profile Personal Message (Offline)

Ignore
1714793591
Reply with quote  #2

1714793591
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714793591
Hero Member
*
Offline Offline

Posts: 1714793591

View Profile Personal Message (Offline)

Ignore
1714793591
Reply with quote  #2

1714793591
Report to moderator
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 08, 2014, 11:54:37 AM
 #42


Thanks for the feedbacks! Many of the stuff you listed is on development and I hope to release something by the end of the week.

For the issue with the graphs, can you check if you have php5-cli installed? Try installing it and see what it tells you:

Code:
sudo apt-get install php5-cli

Please let me know. Thanks!

I think it's still cron_stats instead of cron

If it's so, then just update your Minera, there is a redirect controller for that:

Code:
cd /var/www/minera && sudo git pull

Then if you are still in trouble, check your file /etc/cron.d/minera, it should be:

Code:
*/5 *	* * *	minera	php /var/www/minera/index.php app cron


Get Minera. Your next bitcoin mining dashboard. Donations are welcome
darkfriend77
Sr. Member
****
Offline Offline

Activity: 434
Merit: 265


View Profile WWW
May 08, 2014, 04:17:05 PM
 #43


If it's so, then just update your Minera, there is a redirect controller for that:

Code:
cd /var/www/minera && sudo git pull

Then if you are still in trouble, check your file /etc/cron.d/minera, it should be:

Code:
*/5 *	* * *	minera	php /var/www/minera/index.php app cron


https://github.com/michelem09/minera/blob/master/install_minera.sh ->

Code:
echo "*/5 * * * * www-data php `pwd`/index.php app cron_stats" > /etc/cron.d/minera

-:| www.DOTMog.com |:-
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 08, 2014, 05:02:23 PM
 #44

Hello,
I just update Minera with some new features:

* Miner details table with new data (percentage, serial, last shares)
* Logging, I added some logs you can find in application/logs if you are in trouble it could be useful. They are written all as ERROR log but don't bother that, those aren't (usually) errors
* I added an upgrade script for who have previous versions and there are system updates to do (like changes to the cron file, sudoers or whatever related to the OS) it could be useful to run after a code upgrade.

Said that, this time you should run the upgrade script if you have version previous than 0.1.5:

Code:
sudo ./upgrade_minera.sh

Feedbacks are welcome.
Enjoy!

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
highwalker
Jr. Member
*
Offline Offline

Activity: 45
Merit: 5


View Profile
May 08, 2014, 06:23:41 PM
 #45

any chance this can be used on a linux PC ?


Yes, this should perfectly work on linux box. Which linux flavor are you using?
highwalker
Jr. Member
*
Offline Offline

Activity: 45
Merit: 5


View Profile
May 08, 2014, 06:32:18 PM
 #46

michelem, thats great news!! While I can't wait to try the new version, I am having a great run currently and the gridseeds have stabilized after running on autotune for over 7 hours, so currently observing for any hardware errors. I will upgrade soon and share feedback.

One thing I noticed is this on the Dashboard page:
Miner started NaNd 7h 5m 5s ago on Thu May 08 2014

What does that signify(in bold)?
toxic0n
Member
**
Offline Offline

Activity: 413
Merit: 10


View Profile
May 08, 2014, 07:52:50 PM
 #47

michelem, thats great news!! While I can't wait to try the new version, I am having a great run currently and the gridseeds have stabilized after running on autotune for over 7 hours, so currently observing for any hardware errors. I will upgrade soon and share feedback.

One thing I noticed is this on the Dashboard page:
Miner started NaNd 7h 5m 5s ago on Thu May 08 2014

What does that signify(in bold)?

I believe it's supposed to be 0 days and that's how Javascript displays null values.
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 08, 2014, 09:55:42 PM
 #48

michelem, thats great news!! While I can't wait to try the new version, I am having a great run currently and the gridseeds have stabilized after running on autotune for over 7 hours, so currently observing for any hardware errors. I will upgrade soon and share feedback.

One thing I noticed is this on the Dashboard page:
Miner started NaNd 7h 5m 5s ago on Thu May 08 2014

What does that signify(in bold)?

I believe it's supposed to be 0 days and that's how Javascript displays null values.

Correct, NaN means Not A Number it' a small bug think it is a zero Wink

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
dloganbill
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
May 09, 2014, 03:29:43 AM
 #49

I've run Hashra Mini Controller against Minera for almost 24 hours at Coinshift and here are the results.
http://coinshift.com/account/192wH2yhWVyjiUkzf2qppnATSvmQkuMsxA/


Minera Dashboard-much higher rejects and HW, lower hashrate
https://www.dropbox.com/s/384afr9d3fwu38e/Minera%20-%20Mining%20Dashboard.pdf
https://www.dropbox.com/s/42xin1q0kkfkucn/Minera%20-%20Mining%20settings.pdf

Hashra Dashboard-overall winner in this test
https://www.dropbox.com/s/cqxvmqx2bkdmn10/HASHRA%20MINI%20CONTROLA.pdf
https://www.dropbox.com/s/r69jg71g9cupkff/HASHRA%20MINI%20CONTROLA-Advanced.pdf

The results really took my by surprise.  I have been using Hashra's stuff for quite a while with mediocre results.  Their last update really upped the ante.

I'm very new to Minera, so if there are some settings I've goofed up, let me know so I can revise the review.

My initial thoughts are a page back:
https://bitcointalk.org/index.php?topic=596620.msg6604920#msg6604920

DISCIPLINA — The First Blockchain For HR & Education
From core developers of Cardano, PoS minting, unique Web Of Trust & Privacy algorithms. Be the first, join us!
  WEBSITE  TELEGRAM  ANN  BOUNTY  LINKEDIN  WHITEPAPER  Referral Program 5%
michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 09, 2014, 06:38:19 AM
 #50

I've run Hashra Mini Controller against Minera for almost 24 hours at Coinshift and here are the results.
http://coinshift.com/account/192wH2yhWVyjiUkzf2qppnATSvmQkuMsxA/


Minera Dashboard-much higher rejects and HW, lower hashrate
https://www.dropbox.com/s/384afr9d3fwu38e/Minera%20-%20Mining%20Dashboard.pdf
https://www.dropbox.com/s/42xin1q0kkfkucn/Minera%20-%20Mining%20settings.pdf

Hashra Dashboard-overall winner in this test
https://www.dropbox.com/s/cqxvmqx2bkdmn10/HASHRA%20MINI%20CONTROLA.pdf
https://www.dropbox.com/s/r69jg71g9cupkff/HASHRA%20MINI%20CONTROLA-Advanced.pdf

The results really took my by surprise.  I have been using Hashra's stuff for quite a while with mediocre results.  Their last update really upped the ante.

I'm very new to Minera, so if there are some settings I've goofed up, let me know so I can revise the review.

My initial thoughts are a page back:
https://bitcointalk.org/index.php?topic=596620.msg6604920#msg6604920

Thanks for sharing this, what kind of miner software do you run on Hasra Controla? Is it always cpuminer-gc3355?

Are you using the auto-tune feature on Minera? "--gc3355-autotune"

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
walther1337
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
May 09, 2014, 10:39:03 AM
 #51

I've run Hashra Mini Controller against Minera for almost 24 hours at Coinshift and here are the results.
http://coinshift.com/account/192wH2yhWVyjiUkzf2qppnATSvmQkuMsxA/
https://i.imgur.com/ydgbpgJ.png

Minera Dashboard-much higher rejects and HW, lower hashrate
https://www.dropbox.com/s/384afr9d3fwu38e/Minera%20-%20Mining%20Dashboard.pdf
https://www.dropbox.com/s/42xin1q0kkfkucn/Minera%20-%20Mining%20settings.pdf

Hashra Dashboard-overall winner in this test
https://www.dropbox.com/s/cqxvmqx2bkdmn10/HASHRA%20MINI%20CONTROLA.pdf
https://www.dropbox.com/s/r69jg71g9cupkff/HASHRA%20MINI%20CONTROLA-Advanced.pdf

The results really took my by surprise.  I have been using Hashra's stuff for quite a while with mediocre results.  Their last update really upped the ante.

I'm very new to Minera, so if there are some settings I've goofed up, let me know so I can revise the review.

My initial thoughts are a page back:
https://bitcointalk.org/index.php?topic=596620.msg6604920#msg6604920

Is 24 hours really enough for auto-tune to do its work? I thought it could take a while to figure out the optimal clocks.
natbyte
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
May 09, 2014, 11:06:57 AM
 #52

Hashra Blade CONTROLA version 1.4.5 on an RPi uses a fork of BFGMiner 3.10.0
dloganbill
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
May 09, 2014, 11:56:49 AM
 #53


Is 24 hours really enough for auto-tune to do its work? I thought it could take a while to figure out the optimal clocks.

If it takes over 24 hours to achieve best results, I'm not interested. That would mean every pool change, software update, reboot, power blip, etc would require it to start from scratch. That doesn't work for me.

DISCIPLINA — The First Blockchain For HR & Education
From core developers of Cardano, PoS minting, unique Web Of Trust & Privacy algorithms. Be the first, join us!
  WEBSITE  TELEGRAM  ANN  BOUNTY  LINKEDIN  WHITEPAPER  Referral Program 5%
edonkey
Legendary
*
Offline Offline

Activity: 1150
Merit: 1004



View Profile
May 09, 2014, 01:51:05 PM
 #54


Is 24 hours really enough for auto-tune to do its work? I thought it could take a while to figure out the optimal clocks.

If it takes over 24 hours to achieve best results, I'm not interested. That would mean every pool change, software update, reboot, power blip, etc would require it to start from scratch. That doesn't work for me.

My understanding is that the auto tune feature maximizes the frequency for the hardware, and that that is unrelated to pool changes.

You can use the API to obtain the frequency values after auto-tune is done and use those to create the command line for any subsequent runs. In fact, this person coded a PHP script to do that:

https://bitcointalk.org/index.php?topic=482352.msg6603449#msg6603449

Note that in order to tell when auto-tune is done, you should use the --debug option.

Was I helpful?   BTC: 3G1Ubof5u8K9iJkM8We2f3amYZgGVdvpHr
dloganbill
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
May 09, 2014, 03:04:17 PM
 #55

If that is the case, Sandor and/or Minera should incorporate this.

DISCIPLINA — The First Blockchain For HR & Education
From core developers of Cardano, PoS minting, unique Web Of Trust & Privacy algorithms. Be the first, join us!
  WEBSITE  TELEGRAM  ANN  BOUNTY  LINKEDIN  WHITEPAPER  Referral Program 5%
sandor111
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
May 09, 2014, 05:33:08 PM
 #56


Is 24 hours really enough for auto-tune to do its work? I thought it could take a while to figure out the optimal clocks.

If it takes over 24 hours to achieve best results, I'm not interested. That would mean every pool change, software update, reboot, power blip, etc would require it to start from scratch. That doesn't work for me.

My understanding is that the auto tune feature maximizes the frequency for the hardware, and that that is unrelated to pool changes.

You can use the API to obtain the frequency values after auto-tune is done and use those to create the command line for any subsequent runs. In fact, this person coded a PHP script to do that:

https://bitcointalk.org/index.php?topic=482352.msg6603449#msg6603449

Note that in order to tell when auto-tune is done, you should use the --debug option.

API now has autotune status for each chip.
0 = autotune off
1 = autotune running
-1 = autotune stopped
So it will be easy to save the resulting frequencies when autotune finished.

michelem (OP)
Legendary
*
Offline Offline

Activity: 1015
Merit: 1000



View Profile WWW
May 09, 2014, 05:52:44 PM
 #57

API now has autotune status for each chip.
0 = autotune off
1 = autotune running
-1 = autotune stopped
So it will be easy to save the resulting frequencies when autotune finished.

very good! I will add this to Minera of course! This could be like the "Lab" page where you see all your previous freq saved in tables, so you can easily start your miner with the table desired. Cool. Let me finish the new stunning Tongue settings page and I will work on this too. (ohgod I wish I had 48h days long... Wink )

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

Activity: 1015
Merit: 1000



View Profile WWW
May 09, 2014, 06:03:38 PM
 #58

Can't wait the commit, I need to share with you Smiley



And you should see the new dashboard widgets you'll love them Wink

Soon on your best mining controller.

Have a great Weekend guys

Get Minera. Your next bitcoin mining dashboard. Donations are welcome
dloganbill
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
May 09, 2014, 06:40:07 PM
 #59

Looks like a nice improvement.  Can you add up/down arrows to the pools to shift priorities?

DISCIPLINA — The First Blockchain For HR & Education
From core developers of Cardano, PoS minting, unique Web Of Trust & Privacy algorithms. Be the first, join us!
  WEBSITE  TELEGRAM  ANN  BOUNTY  LINKEDIN  WHITEPAPER  Referral Program 5%
highwalker
Jr. Member
*
Offline Offline

Activity: 45
Merit: 5


View Profile
May 09, 2014, 08:30:48 PM
 #60

Awaiting the commit to start pulling the latest version!! Cool

Can you also add the two new API features:
1. Dynamic frequency change
2. Auto tune status
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 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!