Bitcoin Forum
July 14, 2024, 12:59:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 [106]
2101  Economy / Digital goods / Re: Diablo III Retail cd key on: May 22, 2012, 03:50:03 PM
I might buy it mate. I will PM you!
2102  Economy / Securities / Re: [GLBSE] Bitbond 82Gh/s - the only 105% PPS mining bond on: May 10, 2012, 07:06:40 PM
Ok sorry for being a total noob, but i really want to understand this.
You buy 10 orders, 2mh each order, for lets say 0.62 BTC each, then you get 20mh of hashing power in Amazingrando farm for ever?
Thanks in advance  Wink
2103  Other / Beginners & Help / Re: BAMT question! on: May 03, 2012, 11:56:13 PM
Only thing about the config I see that might be causing trouble is AGGRESION=15

Also, I'd recommend either having monitor_load_lo OR monitor_hash_lo since one will probably never go off without the other also going off. I just have load enabled for me.

Well i tried with AGG=11/9 and its not doing anything. I will only enable load to check.
Thanks for the help!
2104  Other / Beginners & Help / Re: BAMT question! on: May 03, 2012, 11:54:11 PM
Open a terminal and type:

Code:
 sudo aticonfig --adapter=all --odgt

To see if you can access your card. You should see GPU model and temp.

yes mate, i can see the cards and the corresponding temps!
2105  Other / Beginners & Help / Re: BAMT question! on: May 03, 2012, 11:07:07 PM
 Cheesy
Code:
# Big A Miner Thing configuration
# /etc/bamt/bamt.conf
#
# When done editing, restart mining to make changes here take effect
# If you're just setting up BAMT, be sure to edit pools as well.
#
# As of 0.5, many less common options have been removed from this
# default config to make it easier on the noobs.
#
# You will find a complete example with all options described
# at /opt/bamt/examples/bamt.conf
#
# Note: This is a YAML file.  Indentation is significant.
#
# If you break things badly, a backup of this file in it's original
# form can be found at /opt/bamt/examples/bamt.conf.simple
#


---
settings:

  # miner_id is used to set hostname and identify this rig to munin and
  # other processes
  # IMPORTANT! miner_id must be a valid hostname: all lower case, no weird
  # characters, underscores, periods, or spaces. Dash and numbers are ok.

  miner_id: bamt-miner
  # loc is any additional string you wish to use to identify or group this rig

  miner_loc: unspecified location

  # should we monitor the cards? 1 = yes, 0 = no

  do_monitor: 1

  # if monitoring, how do we send email alerts?

  # these are required..

  # smtp_host: smtp.gmail.com
  # smtp_to: craked5@gmail.com
 
# these are optional..

  # smtp_from: somefrom@address
  # smtp_subject: I wanted a custom subject in my alerts...
  # smtp_port: 587
  # smtp_auth_user: user@where
  # smtp_auth_pass: secret
  # smtp_tls: 1
  # smtp_ssl: 1

 
 
# GPU Configurtation

# You'll need one gpuX: section per GPU installed.  Not sure what's installed,
# or the order?  Open a root shell and type:  aticonfig --list-adapters
#
# You can delete gpu sections if you don't have that many cards.. or add more
# if you find a way to run them



gpu0:

  # remove disabled: or set it to 0 to actually use this card..

  disabled: 0
 
  # overclocking.. all are optional 

  # optional command to execute prior to overclocking
  # any valid command (or the path to a script) is fine

  # pre_oc_cmd


  # (core/mem)_X = the value to set for this profile (0-2)
  # Profile 2 is used while mining, but setting values
  # in profile 2 that are *lower* than the values in the other
  # profiles is not allowed on some GPUs, so you have to adjust
  # the other profiles as well.
  # For instance, to get 300Mhz mem clock on my 5830s, I have
  # to set all 3 profiles to 300.


  # core_speed_0: 800
  # core_speed_1: 900
  # core_speed_2: 950
 
  # mem_speed_0: 188
  # mem_speed_1: 200
  # mem_speed_2: 320

  # core_voltage_0: 0.95
  # core_voltage_1: 1.020
  # core_voltage_2: 1.163

  # recommend to set and forget fan, preferably at 100
 
  fan_speed: 80

  # optional command to execute after overclocking
  # post_oc_cmd:


  # Phoenix mining setup (see full example for how to use cgminer instead)
  # We strongly recommend you use phoenix at, least until you are familiar
  # with BAMT

  # kernel to use.. one of:  phatk phatk2 poclbm
  # if in doubt, use phatk2

  kernel: phatk2

  # phoenix style kernel params.  *do not* include DEVICE=x, otherwise
  # exactly same as any phoenix setup. 
  # if in doubt: BFI_INT VECTORS AGGRESSION=11
  # (though 9 on GPU0 often makes using the GUI more pleasant)

  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=9


  # Pool file

  # IMPORTANT: pool_file must contain a list of pool URLs.. one at least, more if
  # you like.  You can share the same file for all GPUs, or have one for each.
  # Miner will start with first URL in file, however if no shares are accepted
  # for any reason in (pool_timeout) seconds, the miner will move to next URL
  # in the file.  Wraps around to first URL when last one fails.
  # You can also set pool specific values, see the example pools file.
  # if in doubt: /etc/bamt/pools

  pool_file: /etc/bamt/pools

  # max time to allow phoenix to run without finding a share..
  # exceed this and we kill phoenix, start a new instance with
  # next line in pools file

  pool_timeout: 180



  # monitoring limits, used by email alerts and gpumon
  # an alert is generated if the current value goes below a 'lo'
  # or above a 'hi'.

  # GPU temp sensor reading (in C)
  monitor_temp_lo: 45
  monitor_temp_hi: 80

  # GPU load (in %)
  monitor_load_lo: 80

  # average hashrate (in mh/s)
  monitor_hash_lo: 400

  # fam rpm (in rpm)
  monitor_fan_lo: 2000

  # effective reject rate (in % of total)
  monitor_reject_hi: 1



# OK.. hopefully you get the idea.  Stubs for additional GPUs below.
# There are many additional paramters to help you deal with various
# scenarios, see /opt/bamt/examples and the docs (if we write some)


gpu1:
  disabled: 0

  # core_speed_0: 800
  # core_speed_1: 850
  # core_speed_2: 950
  # mem_speed_0: 318
  # mem_speed_1: 319
  # mem_speed_2: 320
  # core_voltage_0: 1.120
  # core_voltage_1: 1.125
  # core_voltage_2: 1.163
 
  fan_speed: 80

  kernel: phatk2
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=15

  pool_file: /etc/bamt/pools
  pool_timeout: 180

  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 1


gpu2:
  disabled: 0

  # core_speed_0: 300
  # core_speed_1: 800
  # core_speed_2: 980
  # mem_speed_0: 300
  # mem_speed_1: 300
  # mem_speed_2: 300
  # core_voltage_0: 1.125
  # core_voltage_1: 1.126
  # core_voltage_2: 1.128

  fan_speed: 80

  kernel: phatk2
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11

  pool_file: /etc/bamt/pools
  pool_timeout: 180

  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 1



gpu3:
  disabled: 1

  # core_speed_0: 300
  # core_speed_1: 800
  # core_speed_2: 980
  # mem_speed_0: 300
  # mem_speed_1: 300
  # mem_speed_2: 300
  # core_voltage_0: 1.125
  # core_voltage_1: 1.125
  # core_voltage_2: 1.125000

  fan_speed: 100

  kernel: phatk2
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11

  pool_file: /etc/bamt/pools
  pool_timeout: 180

  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_fan_lo: 2000
  monitor_reject_hi: 1


gpu4:
  disabled: 1

  # core_speed_0: 300
  # core_speed_1: 800
  # core_speed_2: 980
  # mem_speed_0: 300
  # mem_speed_1: 300
  # mem_speed_2: 300
  # core_voltage_0: 1.125
  # core_voltage_1: 1.125
  # core_voltage_2: 1.125000

  fan_speed: 100

  kernel: phatk2
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11

  pool_file: /etc/bamt/pools
  pool_timeout: 180

  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_shares_lo: 1


gpu5:
  disabled: 1

  # core_speed_0: 300
  # core_speed_1: 800
  # core_speed_2: 980
  # mem_speed_0: 300
  # mem_speed_1: 300
  # mem_speed_2: 300
  # core_voltage_0: 1.125
  # core_voltage_1: 1.125
  # core_voltage_2: 1.125000

  fan_speed: 100

  kernel: phatk2
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11

  pool_file: /etc/bamt/pools
  pool_timeout: 180

  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_shares_lo: 1


gpu6:
  disabled: 1

  # core_speed_0: 300
  # core_speed_1: 800
  # core_speed_2: 980
  # mem_speed_0: 300
  # mem_speed_1: 300
  # mem_speed_2: 300
  # core_voltage_0: 1.125
  # core_voltage_1: 1.125
  # core_voltage_2: 1.125000

  fan_speed: 100

  kernel: phatk2
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11

  pool_file: /etc/bamt/pools
  pool_timeout: 180

  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_shares_lo: 1


gpu7:
  disabled: 1

  # core_speed_0: 300
  # core_speed_1: 800
  # core_speed_2: 980
  # mem_speed_0: 300
  # mem_speed_1: 300
  # mem_speed_2: 300
  # core_voltage_0: 1.125
  # core_voltage_1: 1.125
  # core_voltage_2: 1.125000

  fan_speed: 100

  kernel: phatk2
  kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11

  pool_file: /etc/bamt/pools
  pool_timeout: 180

  monitor_temp_lo: 45
  monitor_temp_hi: 80
  monitor_load_lo: 80
  monitor_hash_lo: 125
  monitor_shares_lo: 1


Ok its basically the simple config file with some gpus configured.
Thanks
2106  Other / Beginners & Help / Re: BAMT question! on: May 03, 2012, 08:53:04 PM
Ok so i contacted the developer and he asks for high assistance fees. Can anyone else help me in this case please?
2107  Other / Beginners & Help / Re: BAMT question! on: May 03, 2012, 06:24:03 PM
ok i have done that! thanks for the replies  Wink
2108  Other / Beginners & Help / Re: BAMT question! on: May 03, 2012, 05:16:44 PM
I did all that! i have two rigs, one with 3 5XXX cards and another with a 5870. It doesnt work in either rig.
I tried stock clocks, default miner settings, everything basically. It mines fine on Windows 7, so it really must be something im doing wrong.
2109  Other / Beginners & Help / BAMT question! on: May 03, 2012, 01:04:11 PM
Hello guys! ok so i decided to run BAMT on my 2 machines. The problem is after i configured my bamt.conf file it wont start mining, instead a red screen appears and it says "A fault as been found on GPU X".
Please help is really needed, Thanks Smiley
2110  Bitcoin / Project Development / Re: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools on: May 03, 2012, 12:12:01 AM
Hey guys! im sorry if this as been discussed earlier but i seem to get a red screen when i try to mine and it says "A fault as been found in gpu x".
Can someone please help?
I will donate for a good answer! Thanks
2111  Bitcoin / Mining software (miners) / Re: CGMINER GPU FPGA overclock monitor fanspeed GCN RPC linux/windows/osx 2.3.3 on: April 22, 2012, 03:47:49 PM
Hey guys! i add a 5870 and a 5830 running perfectly on cgminer, but when i added a 5750 via a x1 extender cable cgminer crashes everytime i try to open it. I tryed doing no overclocking to the cards etc etc and nothing works. Some help please! Smiley



after that error msg cgminer crashes.
2112  Other / Beginners & Help / Re: PSU problem and more. on: April 16, 2012, 02:16:48 PM
You can't just plug the power supply in. To run multiple PSU's you'll need to do a bit more
See if this helps:
http://www.overclock.net/t/14455/multiple-power-supply-guide

Thanks mate! that really helped!
And thanks everyone to, i got the answers for the probs. Smiley
2113  Other / Beginners & Help / PSU problem and more. on: April 14, 2012, 04:13:01 PM
Hello guys! I got 2 questions/problems to ask this board.
     
The first one is, i run a mobo (Asus p5k premium) with a 5830 and a 5870 both running fine, so i bought another 5870 to add via a pcie x1 riser. I bought a compatible PSU to power the 3 card independently but it doesnt seem to work, the card turns on but with its fan running on max and no image is shown. Any advice?
     
The other thing is i want to change to BAMT or w/e linux and i cant figure out where to find a program to change voltages, core and memorys in linux, help please Smiley

Thanks for reading/helping!  Wink
2114  Bitcoin / Pools / Re: [410GH] ABCPool PPS - Proxy Pool For High & Steady Mining Rewards on: March 26, 2012, 05:06:29 PM
Hey MintCondition! I have a suggestion to the website.
You should put an calculator so people can input their Hashes and it would give the probable outcome in BTC.
Its probably a small thing to do but it would be so handy man Smiley
Take care  Wink
2115  Other / CPU/GPU Bitcoin mining hardware / Re: GK104: nVidia's Kepler to be the First Mining Card? on: March 22, 2012, 05:06:40 PM
You can already buy them in Portugal: http://pcdiga.com/pcdiga/Produto.asp?Familia=&Artigo=9711 .
For anyone wondering the cards sold out in like half an hour!
2116  Other / Beginners & Help / Re: Trojan Wallet stealer be careful on: March 22, 2012, 03:02:56 PM
Thanks for the heads up!!
2117  Other / Beginners & Help / Re: Introduce yourself :) on: March 22, 2012, 02:19:56 PM
Hey guys Portuguese miner here! I have been checking this forums for quite a while now and I must say I am waiting for financing to grow to a 3 gh rig! Cheers Smiley
2118  Other / Beginners & Help / Re: Newb Help on: March 22, 2012, 02:17:23 PM
Hey! I got an amd 5750 on my main pc and during the day I keep the aggression at 7! It's less laggy! Idk if that's of any help thou.
2119  Other / Beginners & Help / Re: Stock/Default Voltage on a 5830 on: March 22, 2012, 02:14:38 PM
I got a 3 XFX and they we're at 1063! I just bumped them to 1.163 to get the core to 1040! At this point they run at like 53 degrees Celsius!
2120  Other / Beginners & Help / Phoenix question! on: January 28, 2012, 02:02:57 AM
Hello guys, i have been watching this forum for a while and i must say good job with it, it help me alot!
I got a problem when trying to run the phoenix miner. When i open it, it closes in a second not letting me do anything! Its simple as that. And im wondering whats causing this. Im running the latest version of it (1.7.5). And im running Win7 32 bits with the 11.11 driver.
If anyone could help me with this i would love it!
Oh and btw what is the best Linux to run in a mining rig?
Thanks for reading.
Pages: « 1 ... 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 [106]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!