Bitcoin Forum
April 25, 2024, 08:11:13 AM *
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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 ... 80 »
  Print  
Author Topic: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools  (Read 324103 times)
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
April 08, 2012, 06:10:53 PM
 #541

yes sorry cgminer, and no the hash rate is now lower
Is cgminer setting your clocks?

Posting logs and your config would be helpful.

1714032673
Hero Member
*
Offline Offline

Posts: 1714032673

View Profile Personal Message (Offline)

Ignore
1714032673
Reply with quote  #2

1714032673
Report to moderator
1714032673
Hero Member
*
Offline Offline

Posts: 1714032673

View Profile Personal Message (Offline)

Ignore
1714032673
Reply with quote  #2

1714032673
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714032673
Hero Member
*
Offline Offline

Posts: 1714032673

View Profile Personal Message (Offline)

Ignore
1714032673
Reply with quote  #2

1714032673
Report to moderator
1714032673
Hero Member
*
Offline Offline

Posts: 1714032673

View Profile Personal Message (Offline)

Ignore
1714032673
Reply with quote  #2

1714032673
Report to moderator
boozer
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250


View Profile
April 09, 2012, 01:06:03 AM
 #542

Hey Guys,

Trying to get CGI miner to work, Looks like everything is set up and running, however I noticed that the load it usually around 70-80%. Before I switched to CGI, my load on my GPU would always be 99%. Any ideas?

What cards and intensity are you running in cgminer?  You might try setting a higher intensity to see if that increases GPU load.
mmartoccia
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
April 09, 2012, 03:36:53 PM
 #543

Hey guys, looking to further optimize my 5970 rig.  I was completely stable prior to the 0.5 release and now having to reboot my box twice daily to keep the cards from faulting.  I was pulling about 330 MHx2 and was hoping someone else who is using a similar card could share an idea or two on what I could to to push up the limit some.   I've also noticed that my second GPU's Mem is clocking at 1000 Mhz when I've told it to stay at 175.  Am I doing something stupid?

Here's my current configuration:

Code:
gpu0:
  disabled: 0
  # optional command to execute prior to overclocking
  pre_oc_cmd: /etc/init.d/munin-node restart

  #overclocking.. all optional 955/830
  fan_speed: 100
  core_speed_0: 730
  core_speed_1: 730
  core_speed_2: 730
  mem_speed_0: 175
  mem_speed_1: 175
  mem_speed_2: 175
  # core_voltage_0: 1.125
  # core_voltage_1: 1.125
  # core_voltage_2: 1.125000

  # optional command to execute after overclocking
  post_oc_cmd:

  # kernel to use.. currently one of:  phatk phatk2 phatk-bamt04 phatk-svn phatk-1.50 poclbm
  kernel: phatk2
  # phoenix style kernel params.  do not include DEVICE=x
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128

  # file containing pool URLs
  pool_file: /etc/bamt/pools
  # default time to allow phoenix to run without finding a share.. exceed this and we move to next pool in poolfile
  pool_timeout: 180

  # monitoring values, used by email alerts and gpumon
  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 2

gpu1:
  disabled: 0
  # optional command to execute prior to overclocking
  pre_oc_cmd:

  #overclocking.. all optional
  # fan_speed: 80
  core_speed_0: 730
  core_speed_1: 730
  core_speed_2: 730
  mem_speed_0: 175
  mem_speed_1: 175
  mem_speed_2: 175
  # core_voltage_0: 1.088
  # core_voltage_1: 1.088
  # core_voltage_2: 1.088

  # optional command to execute after overclocking
  post_oc_cmd:

  # kernel to use.. currently one of:  phatk phatk2 phatk-bamt04 phatk-svn phatk-1.50 poclbm
  kernel: phatk2
  # phoenix style kernel params.  do not include DEVICE=x
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128

  # file containing pool URLs
  pool_file: /etc/bamt/pools
  # default time to allow phoenix to run without finding a share.. exceed this and we move to next pool in poolfile
  pool_timeout: 180

  # monitoring values, used by email alerts and gpumon
  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 2
Isokivi
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1000


Items flashing here available at btctrinkets.com


View Profile WWW
April 09, 2012, 03:40:14 PM
 #544

Hey guys, looking to further optimize my 5970 rig.  I was completely stable prior to the 0.5 release and now having to reboot my box twice daily to keep the cards from faulting.  I was pulling about 330 MHx2 and was hoping someone else who is using a similar card could share an idea or two on what I could to to push up the limit some.   I've also noticed that my second GPU's Mem is clocking at 1000 Mhz when I've told it to stay at 175.  Am I doing something stupid?

Here's my current configuration:

Code:
gpu0:
  disabled: 0
  # optional command to execute prior to overclocking
  pre_oc_cmd: /etc/init.d/munin-node restart

  #overclocking.. all optional 955/830
  fan_speed: 100
  core_speed_0: 730
  core_speed_1: 730
  core_speed_2: 730
  mem_speed_0: 175
  mem_speed_1: 175
  mem_speed_2: 175
  # core_voltage_0: 1.125
  # core_voltage_1: 1.125
  # core_voltage_2: 1.125000

  # optional command to execute after overclocking
  post_oc_cmd:

  # kernel to use.. currently one of:  phatk phatk2 phatk-bamt04 phatk-svn phatk-1.50 poclbm
  kernel: phatk2
  # phoenix style kernel params.  do not include DEVICE=x
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128

  # file containing pool URLs
  pool_file: /etc/bamt/pools
  # default time to allow phoenix to run without finding a share.. exceed this and we move to next pool in poolfile
  pool_timeout: 180

  # monitoring values, used by email alerts and gpumon
  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 2

gpu1:
  disabled: 0
  # optional command to execute prior to overclocking
  pre_oc_cmd:

  #overclocking.. all optional
  # fan_speed: 80
  core_speed_0: 730
  core_speed_1: 730
  core_speed_2: 730
  mem_speed_0: 175
  mem_speed_1: 175
  mem_speed_2: 175
  # core_voltage_0: 1.088
  # core_voltage_1: 1.088
  # core_voltage_2: 1.088

  # optional command to execute after overclocking
  post_oc_cmd:

  # kernel to use.. currently one of:  phatk phatk2 phatk-bamt04 phatk-svn phatk-1.50 poclbm
  kernel: phatk2
  # phoenix style kernel params.  do not include DEVICE=x
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128

  # file containing pool URLs
  pool_file: /etc/bamt/pools
  # default time to allow phoenix to run without finding a share.. exceed this and we move to next pool in poolfile
  pool_timeout: 180

  # monitoring values, used by email alerts and gpumon
  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 2
Im propably the biggest noob who dares give advice here so you might want to wait for confirmation but to me it seems that your feeding stock voltage to a highly underclocked card. It may or may not be the source of your problems, but either way I'd lower the core voltage.

Bitcoin trinkets now on my online store: btc trinkets.com <- Bitcoin Tiepins, cufflinks, lapel pins, keychains, card holders and challenge coins.
DeathAndTaxes
Donator
Legendary
*
Offline Offline

Activity: 1218
Merit: 1079


Gerald Davis


View Profile
April 09, 2012, 03:50:07 PM
 #545

Im propably the biggest noob who dares give advice here so you might want to wait for confirmation but to me it seems that your feeding stock voltage to a highly underclocked card. It may or may not be the source of your problems, but either way I'd lower the core voltage.

Core isn't underclocked.  Stock for 5970 is 725.
mmartoccia
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
April 09, 2012, 04:09:59 PM
 #546

Im propably the biggest noob who dares give advice here so you might want to wait for confirmation but to me it seems that your feeding stock voltage to a highly underclocked card. It may or may not be the source of your problems, but either way I'd lower the core voltage.

Core isn't underclocked.  Stock for 5970 is 725.

Thanks guys - here is my corresponding BAMT dashboard:

http://i44.tinypic.com/28t976g.png
nathanghart
Full Member
***
Offline Offline

Activity: 195
Merit: 100


View Profile
April 09, 2012, 04:20:43 PM
 #547

Im propably the biggest noob who dares give advice here so you might want to wait for confirmation but to me it seems that your feeding stock voltage to a highly underclocked card. It may or may not be the source of your problems, but either way I'd lower the core voltage.

Core isn't underclocked.  Stock for 5970 is 725.

Thanks guys - here is my corresponding BAMT dashboard:



Do a search in this thread for "Mother" you will see why your card is at 725 and 1000.

Also, you may want to reconsider 100% fan...unless you enjoy replacing fans every few months.

Finally, about the comment above....the # in front of a line means that line is ignored so....# core_voltage_2: 1.125000 would not change the core voltage. It would do nothing until the # is removed.
mmartoccia
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
April 09, 2012, 04:52:25 PM
 #548

Im propably the biggest noob who dares give advice here so you might want to wait for confirmation but to me it seems that your feeding stock voltage to a highly underclocked card. It may or may not be the source of your problems, but either way I'd lower the core voltage.

Core isn't underclocked.  Stock for 5970 is 725.

Thanks guys - here is my corresponding BAMT dashboard:

http://i44.tinypic.com/28t976g.png

Do a search in this thread for "Mother" you will see why your card is at 725 and 1000.

Also, you may want to reconsider 100% fan...unless you enjoy replacing fans every few months.

Finally, about the comment above....the # in front of a line means that line is ignored so....# core_voltage_2: 1.125000 would not change the core voltage. It would do nothing until the # is removed.

Thanks for the tip Isokivi! I've deleted the file /live/image/BAMT/CONTROL/ACTIVE/noOCx and my Mem is now back to normal 175 Mhz speed.  Other than that, are there some clocks I should try to get my performance up with minimal compromises?
boozer
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250


View Profile
April 09, 2012, 07:55:27 PM
 #549


Thanks for the tip Isokivi! I've deleted the file /live/image/BAMT/CONTROL/ACTIVE/noOCx and my Mem is now back to normal 175 Mhz speed.  Other than that, are there some clocks I should try to get my performance up with minimal compromises?

Aggressive way:
I run mine and make sure they are stable at stock gpu speeds with mem underclock for a day or two.  After that I try running at 800 MHz gpu clock.  Out of 6 cards (12 cores) only two cores could not run 800 MHz (they run at 790 and 795 MHz just fine).  My other 9 cores run between 800 and 855 at stock voltage... I have one "magic core" that is stable at 880MHz at stock voltage.  If 800 MHz fails during the next day, i decrease that core(s) by 10 MHz, if it succeeds, I increase by 25 MHz, until they fail, then decrease by 10 MHz until they run stable.  I recommend you do it while you have the ability to reboot the machine to minimize downtime.  You can get pretty close to stable OC's in a few days with the only downtime being a few minutes while you reboot (if/when needed).

Safe way:
Increase clocks by 10 MHz and let run for a day... then repeat.  Takes longer to find stable OC's, but allows for higher uptime, especially if you are not going to be near the rigs.  I did all my rigs the aggressive way, but had to revert to the safe way on one of my rigs as one cards OC was causing others to lock and I would change the OC on the wrong card... isolated issue from what I hear, but the safe way helps eliminate issues like that.

I had stability issues with my mem at 175 on my 5970's, so I run at mem of 190... something to consider... I got all my OC's stable at 310 mem, then ran 190 for about a week... then tried 175 and had issues, so I moved it back to 190... not sure if thats just card specific or what... but I didn't spend much time on it as the difference is negligible at that low of speeds anyways.

Also, earlier in this thread is a post by lodcrappo about OC'ing eating into your profits, you might want to go read that as he has some numbers about how much ROI you get for overclocking and hours of downtime don't make up for a small overclock increase... Its a good thing to read and consider while you are looking for stable clocks.

I run everything with air cooling and no overvolting, so YMMV depending on your setup.
Joshwaa
Hero Member
*****
Offline Offline

Activity: 497
Merit: 500



View Profile
April 09, 2012, 09:24:08 PM
 #550

Are 7970's supported in 0.5c?

Like what I said : 1JosHWaA2GywdZo9pmGLNJ5XSt8j7nzNiF
Don't like what I said : 1FuckU1u89U9nBKQu4rCHz16uF4RhpSTV
nathanghart
Full Member
***
Offline Offline

Activity: 195
Merit: 100


View Profile
April 09, 2012, 09:32:42 PM
 #551

Thanks for the tip Isokivi! I've deleted the file /live/image/BAMT/CONTROL/ACTIVE/noOCx and my Mem is now back to normal 175 Mhz speed.  Other than that, are there some clocks I should try to get my performance up with minimal compromises?

You are thanking him for useless and incorrect advice? According to your posts and config, you were not overvolting or underclocking as he suggested and he told you to change a commented line while leaving it commented....hmph. 

BTW, no offense Isokivi, you did warn him about your knowledge level. I fully support your efforts to try and help him.
boozer
Sr. Member
****
Offline Offline

Activity: 309
Merit: 250


View Profile
April 09, 2012, 10:10:35 PM
Last edit: April 10, 2012, 02:01:19 PM by boozer
 #552

Are 7970's supported in 0.5c?

They are not supported "out of the box" in 0.5c, but I got 7970's working by doing the following:

Starting with a fresh install of bamt 0.5b (later versions should work i would assume).
  • X does not start on first boot.  Have to manually type startx and it loads desktop.  Desktop says no usable gpus are detected.
    I start a root terminal and change root password.

  • Remove previous version of flgrx (from https://wiki.ubuntu.com/X/Troubleshooting/FglrxInteferesWithRadeonDriver)
    sudo /usr/share/ati/fglrx-uninstall.sh --force
    coldreboot

  • download new 7970 drivers:
    https://bitcointalk.org/index.php?topic=61987.0

  • chmod +x amd-driver....run file to make it executable

  • execute the driver install file
    /home/user/Downloads/amd-driver....run
    file to install drivers.

  • coldreboot

  • 7900 series detected... start mining with cgminer.

EDIT:  One person I was trying to assist could not get his 7970's to work, even following my method above... However I have done several fresh installs (to verify) and its worked every time for me.  I have 2 rigs running 7970's only.  They each have 3 x 7970's and work just fine for me on BAMT with this method.
Joshwaa
Hero Member
*****
Offline Offline

Activity: 497
Merit: 500



View Profile
April 10, 2012, 01:15:05 PM
 #553

Thanks I will try that later!

Like what I said : 1JosHWaA2GywdZo9pmGLNJ5XSt8j7nzNiF
Don't like what I said : 1FuckU1u89U9nBKQu4rCHz16uF4RhpSTV
jamesg
VIP
Legendary
*
Offline Offline

Activity: 1358
Merit: 1000


AKA: gigavps


View Profile
April 10, 2012, 01:25:08 PM
 #554

Are 7970's supported in 0.5c?

They are not supported "out of the box" in 0.5c, but I got 7970's working by doing the following:

Starting with a fresh install of bamt 0.5b (later versions should work i would assume).
  • X does not start on first boot.  Have to manually type startx and it loads desktop.  Desktop says no usable gpus are detected.
    I start a root terminal and change root password.

  • Remove previous version of flgrx (from https://wiki.ubuntu.com/X/Troubleshooting/FglrxInteferesWithRadeonDriver)
    sudo /usr/share/ati/fglrx-uninstall.sh --force
    coldreboot

  • download new 7970 drivers:
    https://bitcointalk.org/index.php?topic=61987.0

  • chmod +x amd-driver....run file to make it executable

  • execute the driver install file
    /home/user/Downloads/amd-driver....run
    file to install drivers.

  • coldreboot

  • 7900 series detected... start mining with cgminer.



Holyshit! Good to know.

* gigavps starts plotting a purchase of 7970s.......
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
April 10, 2012, 04:10:18 PM
 #555

Hey guys, looking to further optimize my 5970 rig.  I was completely stable prior to the 0.5 release and now having to reboot my box twice daily to keep the cards from faulting.  I was pulling about 330 MHx2 and was hoping someone else who is using a similar card could share an idea or two on what I could to to push up the limit some.   I've also noticed that my second GPU's Mem is clocking at 1000 Mhz when I've told it to stay at 175.  Am I doing something stupid?

Here's my current configuration:

Code:
gpu0:
  disabled: 0
  # optional command to execute prior to overclocking
  pre_oc_cmd: /etc/init.d/munin-node restart

  #overclocking.. all optional 955/830
  fan_speed: 100
  core_speed_0: 730
  core_speed_1: 730
  core_speed_2: 730
  mem_speed_0: 175
  mem_speed_1: 175
  mem_speed_2: 175
  # core_voltage_0: 1.125
  # core_voltage_1: 1.125
  # core_voltage_2: 1.125000

  # optional command to execute after overclocking
  post_oc_cmd:

  # kernel to use.. currently one of:  phatk phatk2 phatk-bamt04 phatk-svn phatk-1.50 poclbm
  kernel: phatk2
  # phoenix style kernel params.  do not include DEVICE=x
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128

  # file containing pool URLs
  pool_file: /etc/bamt/pools
  # default time to allow phoenix to run without finding a share.. exceed this and we move to next pool in poolfile
  pool_timeout: 180

  # monitoring values, used by email alerts and gpumon
  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 2

gpu1:
  disabled: 0
  # optional command to execute prior to overclocking
  pre_oc_cmd:

  #overclocking.. all optional
  # fan_speed: 80
  core_speed_0: 730
  core_speed_1: 730
  core_speed_2: 730
  mem_speed_0: 175
  mem_speed_1: 175
  mem_speed_2: 175
  # core_voltage_0: 1.088
  # core_voltage_1: 1.088
  # core_voltage_2: 1.088

  # optional command to execute after overclocking
  post_oc_cmd:

  # kernel to use.. currently one of:  phatk phatk2 phatk-bamt04 phatk-svn phatk-1.50 poclbm
  kernel: phatk2
  # phoenix style kernel params.  do not include DEVICE=x
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128

  # file containing pool URLs
  pool_file: /etc/bamt/pools
  # default time to allow phoenix to run without finding a share.. exceed this and we move to next pool in poolfile
  pool_timeout: 180

  # monitoring values, used by email alerts and gpumon
  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 2
Im propably the biggest noob who dares give advice here so you might want to wait for confirmation but to me it seems that your feeding stock voltage to a highly underclocked card. It may or may not be the source of your problems, but either way I'd lower the core voltage.
As mentioned multiple times in this thread, do not change profiles 0 and 1 unless you need to.   You can cause instability by OCing the lower profiles. Profile 2 is what is used during mining.

Joshwaa
Hero Member
*****
Offline Offline

Activity: 497
Merit: 500



View Profile
April 10, 2012, 06:41:05 PM
 #556

Are 7970's supported in 0.5c?

They are not supported "out of the box" in 0.5c, but I got 7970's working by doing the following:

Starting with a fresh install of bamt 0.5b (later versions should work i would assume).
  • X does not start on first boot.  Have to manually type startx and it loads desktop.  Desktop says no usable gpus are detected.
    I start a root terminal and change root password.

  • Remove previous version of flgrx (from https://wiki.ubuntu.com/X/Troubleshooting/FglrxInteferesWithRadeonDriver)
    sudo /usr/share/ati/fglrx-uninstall.sh --force
    coldreboot

  • download new 7970 drivers:
    https://bitcointalk.org/index.php?topic=61987.0

  • chmod +x amd-driver....run file to make it executable

  • execute the driver install file
    /home/user/Downloads/amd-driver....run
    file to install drivers.

  • coldreboot

  • 7900 series detected... start mining with cgminer.



Holyshit! Good to know.

* gigavps starts plotting a purchase of 7970s.......

No don't wait a week for the 7990's to come out.. much more worth the money. 1.3Ghash per card cost 849.99

Thats why I am selling of a lot of my 5 series and 7970's

Like what I said : 1JosHWaA2GywdZo9pmGLNJ5XSt8j7nzNiF
Don't like what I said : 1FuckU1u89U9nBKQu4rCHz16uF4RhpSTV
lodcrappo (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 506


View Profile
April 10, 2012, 09:03:22 PM
 #557

Hey guys, looking to further optimize my 5970 rig.  I was completely stable prior to the 0.5 release and now having to reboot my box twice daily to keep the cards from faulting.  I was pulling about 330 MHx2 and was hoping someone else who is using a similar card could share an idea or two on what I could to to push up the limit some.   I've also noticed that my second GPU's Mem is clocking at 1000 Mhz when I've told it to stay at 175.  Am I doing something stupid?

Here's my current configuration:

Code:
gpu0:
  disabled: 0
  # optional command to execute prior to overclocking
  pre_oc_cmd: /etc/init.d/munin-node restart

  #overclocking.. all optional 955/830
  fan_speed: 100
  core_speed_0: 730
  core_speed_1: 730
  core_speed_2: 730
  mem_speed_0: 175
  mem_speed_1: 175
  mem_speed_2: 175
  # core_voltage_0: 1.125
  # core_voltage_1: 1.125
  # core_voltage_2: 1.125000

  # optional command to execute after overclocking
  post_oc_cmd:

  # kernel to use.. currently one of:  phatk phatk2 phatk-bamt04 phatk-svn phatk-1.50 poclbm
  kernel: phatk2
  # phoenix style kernel params.  do not include DEVICE=x
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128

  # file containing pool URLs
  pool_file: /etc/bamt/pools
  # default time to allow phoenix to run without finding a share.. exceed this and we move to next pool in poolfile
  pool_timeout: 180

  # monitoring values, used by email alerts and gpumon
  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 2

gpu1:
  disabled: 0
  # optional command to execute prior to overclocking
  pre_oc_cmd:

  #overclocking.. all optional
  # fan_speed: 80
  core_speed_0: 730
  core_speed_1: 730
  core_speed_2: 730
  mem_speed_0: 175
  mem_speed_1: 175
  mem_speed_2: 175
  # core_voltage_0: 1.088
  # core_voltage_1: 1.088
  # core_voltage_2: 1.088

  # optional command to execute after overclocking
  post_oc_cmd:

  # kernel to use.. currently one of:  phatk phatk2 phatk-bamt04 phatk-svn phatk-1.50 poclbm
  kernel: phatk2
  # phoenix style kernel params.  do not include DEVICE=x
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=13 WORKSIZE=128

  # file containing pool URLs
  pool_file: /etc/bamt/pools
  # default time to allow phoenix to run without finding a share.. exceed this and we move to next pool in poolfile
  pool_timeout: 180

  # monitoring values, used by email alerts and gpumon
  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 2
Im propably the biggest noob who dares give advice here so you might want to wait for confirmation but to me it seems that your feeding stock voltage to a highly underclocked card. It may or may not be the source of your problems, but either way I'd lower the core voltage.
As mentioned multiple times in this thread, do not change profiles 0 and 1 unless you need to.   You can cause instability by OCing the lower profiles. Profile 2 is what is used during mining.
lodcrappo (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 506


View Profile
April 10, 2012, 09:05:14 PM
 #558



Also, you may want to reconsider 100% fan...unless you enjoy replacing fans every few months.


No.

Running fan at 100% is fine.  Changing its speed a lot can in fact lead to premature failure.  Best to set it at some large value and leave alone.
rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
April 10, 2012, 09:05:52 PM
 #559



Also, you may want to reconsider 100% fan...unless you enjoy replacing fans every few months.


No.

Running fan at 100% is fine.  Changing its speed a lot can in fact lead to premature failure.  Best to set it at some large value and leave alone.
My aching and dying fans have told me otherwise in the past.

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
lodcrappo (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 506


View Profile
April 10, 2012, 09:09:18 PM
 #560



Also, you may want to reconsider 100% fan...unless you enjoy replacing fans every few months.


No.

Running fan at 100% is fine.  Changing its speed a lot can in fact lead to premature failure.  Best to set it at some large value and leave alone.
My aching and dying fans have told me otherwise in the past.

I suppose you did an exhaustive study with a large control group of fans not set to 100, compared to a large set of samples with fan set to 100?
Because I did..  and found the fans most likely to die were those on "auto" where they varied in speed.  In fact none of the fans set to 100, 85 or 50 had any failures at all.
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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 ... 80 »
  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!