Search content
Sort by

Showing 7 of 7 results by quser1
Post
Topic
Board Mining software (miners)
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
quser1
on 18/06/2019, 23:10:00 UTC
Yes, when I boot from SD every thing is OK! It is weird, because after installing to nand installation log’s message was successfully complete but booting from nand has no ip! green led blinking fast and red led blinking slow.

IMO just run from SD on those 3 miners and flash the NAND back to factory. worst case you can pull the SD and be back to normal.
Post
Topic
Board Mining software (miners)
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
quser1
on 15/06/2019, 22:19:43 UTC
Nope you dont need to do it every day...

Thanks Papampi,
But this was my OP

I am wondering if someone can give me a hand. I am wanting to run my S9 at 681,731,725-8.8,8.9,8.7 from 11am to 10pm, then 793,825,793-8.9,9.0,8.8 from 10pm to 11am. I am not sure how to wright it in corntab. Can someone help me so that I don't mess it up? Thanks in advance. Q

I'm hoping some one can help me type it properly.
I am mainly needing help to figure out how I tell card one to be at 681HZ,8.8V card two to be at 731HZ,8.9v and card 3 to be at 725HZ,8.7V at 11am, etc
Thanks
Post
Topic
Board Mining software (miners)
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
quser1
on 15/06/2019, 15:06:03 UTC
So I want to do this in "scheduled tasks", But I want to make sure that I have it typed right. Can you lend any assistance with that? Doing it the way you sugested will require me to do something every day (as I do now). I want to be able to set it and let it run.

Thanks,
Q

I'm Still looking for help with this if anyone could lend a hand.

Thanks
Post
Topic
Board Mining software (miners)
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
quser1
on 05/06/2019, 20:48:23 UTC
Cron syntax is rather simple, you can learn it by using this web page: https://crontab.guru/

Ok I have looked that over, but I don't think it is giving me what I need. It has no explanation as to what I need to put into cgminer.conf or how to wright the code to get it to run properly. All that link does is tells me how to set up the timing.
Post
Topic
Board Mining software (miners)
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
quser1
on 02/06/2019, 01:04:08 UTC
Right now I am using the UI to do the change manually and yes I loose about 4 min a day but the gain outweighs the cost. Correct, the point of using the Scheduled Tasks is so that I don't have to do it myself every day. My problem is that I don't know the syntax that is needed to accomplish what I would like to do. I have the basic understanding with the previously quoted, but I don't have the specific.
Post
Topic
Board Mining software (miners)
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
quser1
on 01/06/2019, 13:56:23 UTC
Thanks for the responce but it seems that one of the admins edited my post removing the quoted post. This is what I had quoted:

Add 2 cgminer.conf with your desired configs

Example:

Code:
/root/cgminer.conf.500
/root/cgminer.conf.750

Then edit crontab and set it to copy them before reload cgminer like this

Code:
0 7 * * * cp /root/cgminer.conf.500 /etc/cgminer.conf && /etc/init.d/cgminer reload
0 23 * * * cp /root/cgminer.conf.750 /etc/cgminer.conf && /etc/init.d/cgminer reload

Dont know if you need to stop cgminer before copy new config or not, if so you can do this:

Code:
59 6 * * * /etc/init.d/cgminer stop
0 7 * * * cp /root/cgminer.conf.500 /etc/cgminer.conf
1 7 * * * /etc/init.d/cgminer start
59 22* * * /etc/init.d/cgminer stop
0 23 * * * cp /root/cgminer.conf.750 /etc/cgminer.conf
1 23 * * * /etc/init.d/cgminer start

So I want to do this in "scheduled tasks", But I want to make sure that I have it typed right. Can you lend any assistance with that? Doing it the way you sugested will require me to do something every day (as I do now). I want to be able to set it and let it run.

Thanks,
Q
Post
Topic
Board Mining software (miners)
Re: Braiins OS: open-source mining firmware [S9, T1]. New release includes AsicBoost
by
quser1
on 29/05/2019, 19:23:37 UTC
I am wondering if someone can give me a hand. I am wanting to run my S9 at 681,731,725-8.8,8.9,8.7 from 11am to 10pm, then 793,825,793-8.9,9.0,8.8 from 10pm to 11am. I am not sure how to wright it in corntab. Can someone help me so that I don't mess it up? Thanks in advance. Q