Bitcoin Forum
April 19, 2024, 04:21:11 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: Braiins OS & Braiins OS+ custom ASIC firmware: optimize performance & efficiency  (Read 45024 times)
Guinsanity
Member
**
Offline Offline

Activity: 71
Merit: 17


View Profile
June 03, 2019, 12:34:44 PM
 #461

Theres a way to make braiins auto restart the asic when not hashing?
1713543671
Hero Member
*
Offline Offline

Posts: 1713543671

View Profile Personal Message (Offline)

Ignore
1713543671
Reply with quote  #2

1713543671
Report to moderator
1713543671
Hero Member
*
Offline Offline

Posts: 1713543671

View Profile Personal Message (Offline)

Ignore
1713543671
Reply with quote  #2

1713543671
Report to moderator
1713543671
Hero Member
*
Offline Offline

Posts: 1713543671

View Profile Personal Message (Offline)

Ignore
1713543671
Reply with quote  #2

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

Posts: 1713543671

View Profile Personal Message (Offline)

Ignore
1713543671
Reply with quote  #2

1713543671
Report to moderator
1713543671
Hero Member
*
Offline Offline

Posts: 1713543671

View Profile Personal Message (Offline)

Ignore
1713543671
Reply with quote  #2

1713543671
Report to moderator
1713543671
Hero Member
*
Offline Offline

Posts: 1713543671

View Profile Personal Message (Offline)

Ignore
1713543671
Reply with quote  #2

1713543671
Report to moderator
BitMaxz
Legendary
*
Offline Offline

Activity: 3234
Merit: 2941


Block halving is coming.


View Profile WWW
June 04, 2019, 10:01:12 AM
Last edit: June 09, 2019, 12:56:05 PM by frodocooper
 #462

I think you can't do that auto restart the miner when not hashing? you can set the miner to auto restart but you can't set it to auto restart when the miner is not hashing.

There is a method through SSH to set the miner auto reboot every 3 hours or any time you want to reboot the miner I don't know if Braiins OS has this feature but you can do that in default firmware of s9. Source from here https://bitcointalk.org/index.php?topic=4720967.0.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
Artemis3
Legendary
*
Offline Offline

Activity: 2016
Merit: 1563


CLEAN non GPL infringing code made in Rust lang


View Profile WWW
June 05, 2019, 01:28:56 PM
Merited by frodocooper (1)
 #463

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.

Cron syntax is rather simple, you can learn it by using this web page: https://crontab.guru/

██████
███████
███████
████████
BRAIINS OS+|AUTOTUNING
MINING FIRMWARE
|
Increase hashrate on your Bitcoin ASICs,
improve efficiency as much as 25%, and
get 0% pool fees on Braiins Pool
repu1sion
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 05, 2019, 03:44:21 PM
 #464

Could someone please tell me - is it possible to use cgminer on braiins-os in --load-balance mode and mine for 3 pools at same time?
quser1
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
June 05, 2019, 08:48:23 PM
Last edit: June 09, 2019, 12:57:30 PM by frodocooper
 #465

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.
Artemis3
Legendary
*
Offline Offline

Activity: 2016
Merit: 1563


CLEAN non GPL infringing code made in Rust lang


View Profile WWW
June 06, 2019, 01:52:29 AM
 #466

Could someone please tell me - is it possible to use cgminer on braiins-os in --load-balance mode and mine for 3 pools at same time?

I haven't tried it but this option appears to be available. Why don't you just try it?

I would bet something like "load-balance":true in cgminer.conf would do.

██████
███████
███████
████████
BRAIINS OS+|AUTOTUNING
MINING FIRMWARE
|
Increase hashrate on your Bitcoin ASICs,
improve efficiency as much as 25%, and
get 0% pool fees on Braiins Pool
repu1sion
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 06, 2019, 12:10:59 PM
Last edit: June 09, 2019, 12:58:25 PM by frodocooper
 #467

I haven't tried it but this option appears to be available. Why don't you just try it?

I would bet something like "load-balance":true in cgminer.conf would do.

I tried. It just mines for the first available pool and doesn't mine for the others. It keeps connection to the rest of pools but there is no accepted blocks.
Artemis3
Legendary
*
Offline Offline

Activity: 2016
Merit: 1563


CLEAN non GPL infringing code made in Rust lang


View Profile WWW
June 07, 2019, 03:35:42 PM
Last edit: June 07, 2019, 05:33:50 PM by Artemis3
 #468

New version out!

2019-06-05-0
All mining hardware types
    
  • [feature] YES, we have a new logo that is consistent with the new Braiins logo, hope, you like it ;-)
  • [feature] the IP report button feature now broadcasts a UDP datagram compatible with the original S9 factory firmware
  • [feature] the miner now stores the reason of the last cgminer exit/failure in /tmp/cgminer_quit_reason. The miner status page now presents the actual reason along with a confirmation button to clear the last failure status
  • [feature] fix web status data loading when connecting to miners in remote locations with considerable latencies
  • [feature] universal SD card images - each SD card image tries to detect device MAC address from any firmware image that is present in NAND flash. This simplifies using the same SD card image on multiple devices without the need for manually generating editing uEnv.txt on each card
  • [feature] it is now possible to install bOS into flash memory from a running SD card - see the docs for details
  • [feature] increase stratum connect() timeout to 3 seconds to prevent harassing stratum servers to early when probing all IP address for a given URL
  • [feature] attempt to perform opkg install firmware on bOS instance running from SD card now visibly tells the user that this is not a supported operation (= you should obtain a new SD card image and write it to your SD card)
  • [feature] TUN/TAP module is now part of the base system as we cannot use upstream modules due to custom kernel. These can be useful for OpenVPN
  • [bug] #xnsub support for NH stratum extension has been fixed
  • [bug] a few memory leaks in bmminer and cgminer API have been fixed

Antminer S9
    
  • [feature] there are 2 new options: --disable-sensors - the mining software acts as if there were no temperature sensors found. That is fan would be running at 100% unless set to some manually override value --disable-remote-sensors - mining software only takes temperature measurement from the hash boards and doesn't try to measure temperature on the mining chips. The actual mining chip temperature is being estimated as hash board temperature plus some empirically set offset (15 C)
  • [bug] fix support for non-asicboost pools by eliminating mining.configure in case the number of configured midstates is 1 (AsicBoost disabled)

https://braiins-os.org/

██████
███████
███████
████████
BRAIINS OS+|AUTOTUNING
MINING FIRMWARE
|
Increase hashrate on your Bitcoin ASICs,
improve efficiency as much as 25%, and
get 0% pool fees on Braiins Pool
wolfen
Hero Member
*****
Offline Offline

Activity: 770
Merit: 523


View Profile
June 07, 2019, 04:12:53 PM
Last edit: June 09, 2019, 12:59:16 PM by frodocooper
 #469

6/5 installed on farm, smooth install, working great. Thanks Braiins!

Image SD boots right up. No txt file needed.

For those about to block we salute you! AC->BTC
kano
Legendary
*
Offline Offline

Activity: 4466
Merit: 1798


Linux since 1997 RedHat 4


View Profile
June 08, 2019, 01:01:13 AM
Last edit: June 09, 2019, 01:22:40 PM by kano
 #470

TUN/TAP module is now part of the base system as we cannot use upstream modules due to custom kernel. These can be useful for OpenVPN

Using a VPN to mine WILL increase stales and WILL increase the risk of the pool losing blocks.
I've no idea why anyone would put that in a firmware.

[bug] #xnsub support for NH stratum extension has been fixed

This is not not part of cgminer for a reason - it's a MAJOR security risk for the miner.
It is NOT in the master cgminer git.
Which ALSO means that the exact source code used MUST be provided if ANYONE using this, requests it.

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
wolfen
Hero Member
*****
Offline Offline

Activity: 770
Merit: 523


View Profile
June 08, 2019, 03:19:59 PM
Last edit: June 10, 2019, 09:06:48 PM by wolfen
 #471

I have a few miners that only reported one board temp sensor with december firmware. With 6/5 firmware there are no temp sensors seen on  any boards for a few miners Fans are running 100%, staying cool. Before I could use sensor on one board to control fans. Any way to make that feature act as before?

Also, have had a few controller boards with braiins install from seller that had no ssh access. Enabled dropbear on system->administration to get ssh access.

I use no-sensor-scan when it takes 30 min to boot doing the scan. If at least one board sensor is working it will control the fans.

Did the install bOS into flash memory from a running SD card from the gui system menu. Works great.

Swapped one hashboard showing a temp into each of 7 miners showing no temps on any hashboard.

Now the one hashboard with a temp is controlling the fan for each miner so it doesn't run at 100% .

For those about to block we salute you! AC->BTC
Triple-S
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 11, 2019, 03:09:41 PM
Last edit: June 12, 2019, 11:20:51 AM by frodocooper
 #472

Hi

I have been using Braiins OS & really like it.

I would like to try to improve the efficiency of my miners by underclocking my S9's

What is the best way to figure out the watts used?

Thanks
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
June 11, 2019, 03:11:19 PM
Last edit: June 12, 2019, 11:21:07 AM by frodocooper
 #473

Use some "wall plug power monitor"

Just google it

Triple-S
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 11, 2019, 03:26:52 PM
Last edit: June 12, 2019, 11:21:23 AM by frodocooper
 #474

I have been looking but I have not been able to find any that work with 240V 6-15p or 6-20p outlets.

Would a clamp meter be the easiest solution?
philipma1957
Legendary
*
Offline Offline

Activity: 4102
Merit: 7723


'The right to privacy matters'


View Profile WWW
June 11, 2019, 03:28:19 PM
Last edit: June 12, 2019, 11:22:07 AM by frodocooper
 #475

no  it depends on how much power you want to use.

1 s-9 can use this setup  wait for links

https://www.amazon.com/NEMA-6-15P-Power-Rated-Black/dp/B07DX9VNVX/
https://www.amazon.com/gp/product/B07M8JKLG5/

that will accept this cable

https://www.amazon.com/MarginMart-Conductor-Connector-Socket-MM682020/dp/B076J61L37/

it will do 240 volt up to 1800 watts safely

do not test for longer then 2 or 3 hours if you are over 1200 watts.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
Triple-S
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 11, 2019, 03:52:52 PM
 #476

Thank you I will try this out  Smiley
quser1
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
June 15, 2019, 03:06:03 PM
Last edit: June 17, 2019, 10:26:33 AM by frodocooper
 #477

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
john139
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
June 15, 2019, 03:08:29 PM
 #478

Hello, I just installed Braiins OS on my s9j 14.5 Th, but in the device overview it shows device model as  s9 is it ok ?
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
June 15, 2019, 04:01:56 PM
Last edit: June 17, 2019, 10:28:19 AM by frodocooper
Merited by frodocooper (3)
 #479

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

Thanks

Nope you dont need to do it every day,

Info on 1st crontab sample:

copy and reload at 7 AM:

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

copy and reload at 11 PM

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

Info on second  crontab sample:

This will stop cgminer at 06:59 AM everyday

Code:
59 6 * * * /etc/init.d/cgminer stop

This will copy cgminer.conf.500 to cgminer.conf at 07:00 AM every day

Code:
0 7 * * * cp /root/cgminer.conf.500 /etc/cgminer.conf

This will start copied cgminer at 07:01 AM everyday

Code:
1 7 * * * /etc/init.d/cgminer start

And ...

google crontab to see the options

Type in

Code:
crontab -e

And add as you wish for schedule

wolfen
Hero Member
*****
Offline Offline

Activity: 770
Merit: 523


View Profile
June 15, 2019, 05:26:31 PM
 #480

Hello, I just installed Braiins OS on my s9j 14.5 Th, but in the device overview it shows device model as  s9 is it ok ?
Braiins does not distinguish.

For those about to block we salute you! AC->BTC
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 »
  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!