Bitcoin Forum
April 26, 2024, 02:23:08 PM *
News: Latest Bitcoin Core release: 27.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 45029 times)
Artemis3
Legendary
*
Offline Offline

Activity: 2016
Merit: 1563


CLEAN non GPL infringing code made in Rust lang


View Profile WWW
February 11, 2019, 03:37:25 AM
Last edit: February 11, 2019, 11:49:44 PM by frodocooper
 #361

Try download this package https://feeds.braiins-os.org/am1-s9/firmware_2018-11-27-0-c34516b0_arm_cortex-a9_neon.ipk and install it from the web ui or via ssh:

Code:
wget https://feeds.braiins-os.org/am1-s9/firmware_2018-11-27-0-c34516b0_arm_cortex-a9_neon.ipk && opkg --force-downgrade install firmware_2018-11-27-0-c34516b0_arm_cortex-a9_neon.ipk

The latest firmware is supposed to be able to control the fans, did you check they were set correctly? Also see if you have set chip voltage and frequency settings in that particular miner and try if letting it auto adjust works better.

██████
███████
███████
████████
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
1714141388
Hero Member
*
Offline Offline

Posts: 1714141388

View Profile Personal Message (Offline)

Ignore
1714141388
Reply with quote  #2

1714141388
Report to moderator
1714141388
Hero Member
*
Offline Offline

Posts: 1714141388

View Profile Personal Message (Offline)

Ignore
1714141388
Reply with quote  #2

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

Posts: 1714141388

View Profile Personal Message (Offline)

Ignore
1714141388
Reply with quote  #2

1714141388
Report to moderator
1714141388
Hero Member
*
Offline Offline

Posts: 1714141388

View Profile Personal Message (Offline)

Ignore
1714141388
Reply with quote  #2

1714141388
Report to moderator
somename
Newbie
*
Offline Offline

Activity: 12
Merit: 5


View Profile
February 11, 2019, 05:36:06 PM
Last edit: February 11, 2019, 11:50:09 PM by frodocooper
 #362

... The latest firmware is supposed to be able to control the fans, did you check they were set correctly? Also see if you have set chip voltage and frequency settings in that particular miner and try if letting it auto adjust works better.

The issue was indeed broken fan. I can confirm, that temperatures in latest BOS are reported correctly and miners are restarting once temp2 hits 95C. Thank you for your help with downgrade command, maybe someone else will find it useful.
Artemis3
Legendary
*
Offline Offline

Activity: 2016
Merit: 1563


CLEAN non GPL infringing code made in Rust lang


View Profile WWW
February 15, 2019, 12:18:12 PM
Last edit: February 15, 2019, 11:46:14 PM by frodocooper
Merited by frodocooper (2)
 #363

This piece of news from the Braiins OS Telegram group is of interest for all the water/liquid coolers out there:

Quote from: Jan Čapek
  • the new update allows running without fans completely
  • but it will take us about a week to release

So, no need to pwm emulate or use cheap fans without blades anymore Smiley

██████
███████
███████
████████
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
sailorbg
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 17, 2019, 05:43:10 AM
 #364

Good day,
I need my miner to run at 700 MHz during the night and 500 MHz dring the day.
Is it possible to make a time scedule like this?
If not, may be is a good idea to be implemented in the next version.
I have a cheap energy during the night I believe a lo of miners will use it in this way.
rre_za
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
February 17, 2019, 07:06:24 AM
 #365

Good day,
I need my miner to run at 700 MHz during the night and 500 MHz dring the day.
Is it possible to make a time scedule like this?
If not, may be is a good idea to be implemented in the next version.
I have a cheap energy during the night I believe a lo of miners will use it in this way.

u can do that with task schedule,
read couple of posts before  im sure someone explained how u can do that
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
February 17, 2019, 08:22:29 AM
Last edit: February 17, 2019, 10:20:30 AM by papampi
Merited by frodocooper (2)
 #366

Good day,
I need my miner to run at 700 MHz during the night and 500 MHz dring the day.
Is it possible to make a time scedule like this?
If not, may be is a good idea to be implemented in the next version.
I have a cheap energy during the night I believe a lo of miners will use it in this way.

As I posted this earlier, crontab is your friend ...

Add 2 cgminer.conf with your desired configs

Example:

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

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

Code:
crontab -e

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

Nomadic951
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 18, 2019, 12:25:14 AM
 #367

Googlefu has failed me.  Is there scheduled mining support?  When Summer hits I'll have to deal with Smarthours, sometimes the kWh cost will hit 0.44/kWh and I'm often not at home to unplug the systems during these events. And I'm forgetful.  I'm looking for some way to tell the S9s to stop mining and use just minimum power for about 5 hours a weekday.  I usually have a day's warning on when high cost events will hit.
Artemis3
Legendary
*
Offline Offline

Activity: 2016
Merit: 1563


CLEAN non GPL infringing code made in Rust lang


View Profile WWW
February 18, 2019, 10:08:47 AM
 #368

Googlefu has failed me.  Is there scheduled mining support?  When Summer hits I'll have to deal with Smarthours, sometimes the kWh cost will hit 0.44/kWh and I'm often not at home to unplug the systems during these events. And I'm forgetful.  I'm looking for some way to tell the S9s to stop mining and use just minimum power for about 5 hours a weekday.  I usually have a day's warning on when high cost events will hit.

Try the crontab tricks mentioned before, but instead of changing speeds, use an invalid pool so it never gets any work to 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
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
February 20, 2019, 06:37:27 PM
Last edit: February 20, 2019, 11:05:38 PM by frodocooper
 #369

One of my S9j miners keeps rebooting.
All settings are default, no oc.

Code:
root@miner-s05:~# cat /tmp/freq
Detect 512MB control board of XILINX
Miner Type = S9
set_reset_allhashboard = 0x0000ffff
set_reset_allhashboard = 0x00000000
set_reset_allhashboard = 0x0000ffff
set_reset_allhashboard = 0x0000ffff
Chain[J6] has backup chain_voltage=860
Check chain[5] PIC fw version=0x03
Chain[J7] has backup chain_voltage=860
Check chain[6] PIC fw version=0x03
Chain[J8] has backup chain_voltage=860
Check chain[7] PIC fw version=0x03
Chain[J6] orignal chain_voltage_pic=142 value=860
Chain[J7] orignal chain_voltage_pic=142 value=860
Chain[J8] orignal chain_voltage_pic=142 value=860
set_reset_allhashboard = 0x0000ffff
set_reset_allhashboard = 0x00000000
Chain[J6] has 63 asic
Chain[J7] has 63 asic
Chain[J8] has 63 asic
set baud=1
get PIC voltage=860 on chain[5], check: must be < 870
get PIC voltage=860 on chain[6], check: must be < 870
get PIC voltage=860 on chain[7], check: must be < 870
Chain[J6] set working voltage=860 [142]
Chain[J7] set working voltage=860 [142]
Chain[J8] set working voltage=860 [142]
restartNum = 2 , auto-reinit enabled...
setStartTimePoint total_tv_start_sys=49 total_tv_end_sys=50

Any idea why?

Artemis3
Legendary
*
Offline Offline

Activity: 2016
Merit: 1563


CLEAN non GPL infringing code made in Rust lang


View Profile WWW
February 21, 2019, 01:42:31 AM
Last edit: February 22, 2019, 10:17:33 AM by frodocooper
 #370

One of my S9j miners keeps rebooting.
All settings are default, no oc.

[...]

Any idea why?

Try downclocking to 500~600mhz and see if it remains stable. The temperatures are fine? Also you could try switching with another PSU just in case that one is misbehaving.

██████
███████
███████
████████
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
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
February 21, 2019, 06:57:10 AM
Last edit: February 22, 2019, 10:18:12 AM by frodocooper
 #371

Try downclocking to 500~600mhz and see if it remains stable. The temperatures are fine? Also you could try switching with another PSU just in case that one is misbehaving.

Thanks mate

Will try to swap the PSU and see how it goes.

Tried as low as 200mhz and voltage to 8 (wont let me go lower than Cool and it keeps rebooting, the only way I can work on it is to stop cgminer from ssh as soon as miner starts.



It was PSU problem, but funny thing is swapped two miners PSU and both are working fine now. Huh

Artemis3
Legendary
*
Offline Offline

Activity: 2016
Merit: 1563


CLEAN non GPL infringing code made in Rust lang


View Profile WWW
February 21, 2019, 04:41:33 PM
Last edit: February 22, 2019, 10:18:37 AM by frodocooper
 #372

... It was PSU problem, but funny thing is swapped two miners PSU and both are working fine now. Huh

Then it could have been a wire/connector issue, glad it is working fine on both miners.

██████
███████
███████
████████
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
House Xylander
Jr. Member
*
Offline Offline

Activity: 97
Merit: 5


View Profile
February 22, 2019, 03:29:19 AM
Last edit: February 22, 2019, 10:19:26 AM by frodocooper
Merited by frodocooper (2)
 #373

Wanted you to be aware that Braiins OS Cobalt is being sold on ebay.

https://www.ebay.com/itm/ASICBOOST-Bitcoin-Mining-SHA-256-Firmware-Antminer-S9-S9i-S9j-Dragonmint-T1/273680477812?hash=item3fb8a0ae74:rk:5:pf:0&checksum=2736804778120a61298df0144dd99e4f5cce56837125&enc=AQADAAAC8FjVrDbVsZ8oH%2F8PNHtt9VX4%2Fw7FZcmMuqsX8uaFEduV49s0up6AzHWYx1nO1UIMPs18wx42qUNpr7vMiGCsDXzOCgtToCBIipaeZP55c%2FunER4RAizsrfQ5ZpnUs9MTVD3HlloWh3E1FOE7cguq7w43yqnOHPm0USX6LjoEURwqEq%2F1OBVbWGqlRTwx2wQn29s8NqfyI3j4zKu3rvPHuRAw0xjwRG%2BvuHiuvwbTXJNh4gtprGqDBrRG03XUvQdEfL7PNUpXKNnb6VcdqgBBUbjrw0zzNS1xbuCXF4YyJyzTlx6JVUJ1LzqE23vrrEXcOdzVL4BMzTqe9%2BgWmWZAQ53uDrHtcQRJ5RkLaBJ6JdYRjNQCTQSamfoY1qjtXuk%2FwECPwcduGr2WauHw1LEHp%2B%2Fpka4RcM6Xk45j%2FamC6jIOPNNa2qhEbhnDUs9Wz7YIy98SYDmTdib4%2Bj8XroZAkw2V2PaaPVsksYc4IdePDj4gi%2F%2BoDwZCFb1jp4SMnlY3r5BVYerRlkENa8s3PyxmjspO615VoEkH6sMsPA9zwXpFFEsEco11Qkx22vfCfzmqhp5boICK2mRpH4ArL1J8KAwW9XQ40gmMfwWhcoBEs%2B8if1pHwkWT55mYA8NhzWHrW553lYa6%2BseiWzSNtW80dXQE9UJuBFHvI49B2FlJOxe6enp37Pxkl2BtcU4jnu6ChhftmNdC4zoe3Jjfu3F%2F9aWGVQhm%2B%2Bml3hFqx3K1I8cd9lI3boDSVBsBOnLNPBySJcwZXyPP%2FIL2Qkil%2BaDEPA%2B3IV3LvuR%2BqYkWjdc5sFUetY4feYdXeKaDYzF8rgZgWz6EtuVd5gTVseAJfZkUbkD%2FLLg82ajOYOSQv1WW0qSW2QWZHhdM%2Fc9xKUqVcedKAZWQyoxjwYCZ5ZcGriv%2BNAiWc%2BpMDt5rbKyyNGfDSp77JCdp206V5C7DwR8IacSZgIBN7LaeikdV0cIFwBS0G07tTseFWDkebmVIGmd9Wb9K
braiins (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 15
Merit: 21

BTC mining: Slush Pool, Stratum V2 & Braiins OS+


View Profile WWW
February 22, 2019, 08:36:55 AM
Last edit: February 22, 2019, 10:19:54 AM by frodocooper
 #374


Thanks for the report, we will look into that.
Have a nice day.

Braiins - bitcoin mining company:
Slush Pool, Stratum V2 & Braiins OS+
https://braiins.com/
braiins (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 15
Merit: 21

BTC mining: Slush Pool, Stratum V2 & Braiins OS+


View Profile WWW
February 25, 2019, 05:23:27 PM
 #375

NEW RELEASE: Braiins OS Cobalt is here with February release!

Current upgrades/fixes:

  • Dragonmint T1: support for G29 revision of the control board (no SD-card slot)
  • Dragonmint T1: web interface now allows configuring full range of frequencies (120 MHz - 1596 MHz) and voltage levels (1-31)
  • Antminer S9: new configuration option allows disabling temperature sensor scanning (--no-sensor-scan). I2C scan log is now being stored into a separate file: /tmp/i2c_scan.log
  • Antminer S9: support for ADT7461 temperature sensor that appears to be used on some hash board revisions
  • [fix] 15m and 24h hash rate shows up only if the full time period of hash rate data has been collected
  • [fix] enabled/disabled indicator for Asic Boost now works again in the overview status page
  • fan control now has a new option --min-fans that specifies the minimum amount of fans that have to be operational (defaults to 1). Setting the option to "0" results in skipping the check for working fans.
  • temperature limits are now configurable via configuration file. The two new configuration options are: --fan-temp-hot and --fan-temp-dangerous. These options effectively override the temp limits in temp-def.h

Visit braiins-os.org for more information and downloads.

Any feedback is appreciated!

=====

Say goodbye to backdoors, closed systems and “hidden features”. Braiins OS is completely open-source and transparent.
The code is available to anyone to understand, audit and verify. And of course, you are invited to build on top of it.

Braiins - bitcoin mining company:
Slush Pool, Stratum V2 & Braiins OS+
https://braiins.com/
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
February 25, 2019, 05:27:45 PM
Last edit: February 26, 2019, 12:21:22 AM by frodocooper
 #376

Thanks a lot for the update

Where should we add --fan-temp-hot and --fan-temp-dangerous parameters?

Artemis3
Legendary
*
Offline Offline

Activity: 2016
Merit: 1563


CLEAN non GPL infringing code made in Rust lang


View Profile WWW
February 25, 2019, 06:55:41 PM
Last edit: March 25, 2019, 11:31:11 PM by Artemis3
Merited by NotFuzzyWarm (2), frodocooper (2)
 #377

This time there are not many more details, but here it goes in case something was missed:

2019-02-21-0

All mining hardware types

    [feature] temperature limits are now configurable via configuration file. The two new configuration options are: --fan-temp-hot and --fan-temp-dangerous. These options effectively override the temp limits in temp-def.h (They actually are: --fan-dangerous-temp and --fan-hot-temp).
    [fix] 15m and 24h hash rate shows up only if the full time period of hash rate data has been collected
    [fix] enabled/disabled indicator for Asic Boost now works again in the overview status page
    [feature] fan control now has a new option --min-fans that specifies the minimum amount of fans that have to be operational (defaults to 1). Setting the option to "0" results in skipping the check for working fans.

Antminer S9

    [feature] new configuration option allows disabling temperature sensor scanning (--no-sensor-scan). I2C scan log is now being stored into a separate file: /tmp/i2c_scan.log
    [feature] support for ADT7461 temperature sensor that appears to be used on some hash board revisions

Dragonmint T1

    [feature] support for G29 revision of the control board (no SD-card slot)
    [feature] web interface now allows configuring full range of frequencies (120 MHz - 1596 MHz) and voltage levels (1-31)
    [feature] transitional firmware for Dragonmints T1 with G19 control board is no longer provided. See the documentation for details.

It is important to highlight that disabling the fans (setting to 0) means people with liquid cooling no longer need fans attached or dummy hardware emulation. Also the Dragonmint T1 with G29 control board (256m of ram) should work...

Be very careful with those speeds and voltages, just because you can doesn't mean you should. There is no hand holding here and you can easily burn your asics when overclocking or disabling the fans. You can also damage your PSU by overloading it when overclocking.

With great power comes great responsibility, this is the freedom of free open source software.

██████
███████
███████
████████
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
sarcheer
Copper Member
Full Member
***
Offline Offline

Activity: 330
Merit: 103


View Profile
February 25, 2019, 08:17:21 PM
 #378

This time there are not many more details, but here it goes in case something was missed:

It is important to highlight that disabling the fans (setting to 0) means people with liquid cooling no longer need fans or hardware emulators.
Also the Dragonmint T1 with G29 control board (256m of ram) should work...

Be very careful with those speeds and voltages, just because you can doesn't mean you should. There is no hand holding here and you can easily burn your asics when overclocking or disabling the fans. You can also damage your PSU by overloading it when overclocking.

With great power comes great responsibility, this is the freedom of free open source software.

Any idea how to actually use this command?

--no-sensor-scan

Miners:
Avalon 1041, Whatsminer M10, Antminer T15 x 2, DragonMint T1 x 3, Innosilicon T2T, R4 x 2
Artemis3
Legendary
*
Offline Offline

Activity: 2016
Merit: 1563


CLEAN non GPL infringing code made in Rust lang


View Profile WWW
February 25, 2019, 09:59:06 PM
Last edit: February 28, 2019, 12:48:37 AM by frodocooper
Merited by frodocooper (2)
 #379

Where should we add --fan-temp-hot and --fan-temp-dangerous parameters?

Any idea how to actually use this command?

--no-sensor-scan

I'm willing to bet they can be defined in cgminer.conf, waiting confirmation Confirmed:

It can be used when launching cgminer, or within cgminer.conf.

Just edit cgminer.conf and add it as any other cgminer option:

Quote from: Jan Čapek
it's both like with any cgminer option...

It is best to put it into the config file /etc/cgminer.conf...

the options are standard form for cgminer

Quote from: HM
"no-sensor-scan" : true will work

Quote from: Oleksandr
disabling temperature sensor scanning  when can it be useful?

Quote from: Jan Čapek
when your sensors are broken

██████
███████
███████
████████
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
sarcheer
Copper Member
Full Member
***
Offline Offline

Activity: 330
Merit: 103


View Profile
February 28, 2019, 04:37:39 PM
 #380

With this new cgminer option added, I can now how full use (no temp sensors) of my R4 with Braiins! Everything else works, and I'm now running at 630 freq, 9.1v, and 9TH.

Miners:
Avalon 1041, Whatsminer M10, Antminer T15 x 2, DragonMint T1 x 3, Innosilicon T2T, R4 x 2
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!