Advertisement
Guest User

Untitled

a guest
May 9th, 2014
530
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1. # Big A Miner Thing configuration
  2. # full example of options available in /etc/bamt/bamt.conf
  3.  
  4. ---
  5. settings:
  6.  
  7. # miner info used in alerts, etc
  8.  
  9. # id is used to set hostname and identify this rig in farm wide displays
  10. miner_id: bamt-miner
  11. miner_name: BAMT 1.6.2
  12. # loc is any addition string you wish to use to identify this rig (location?)
  13. miner_loc: dev server
  14.  
  15. # sending status to mgpumon..
  16.  
  17. # send directly to IP address (only needed if mgpumon is on different network)
  18. # do_direct_status: 192.168.1.1
  19.  
  20. # and/or broadcast on local IP network 1 = yes, 0 = no
  21. # recommend to leave enabled, harmless and very handy
  22. do_bcast_status: 1
  23.  
  24. # central config managment? 1 = yes, 0 = no (sensing a pattern here?)
  25. do_manage_config: 0
  26.  
  27. # command to run for config updates, this is just one example..
  28. # note this is old school, pre autoconf but still a fine way to do things if you prefer it
  29. # config_update_cmd: /usr/bin/rsync -aL rsync://192.168.1.1:873/config/miner1/* /etc/bamt/
  30.  
  31.  
  32. # how long to wait for X to start (seconds) - increase if mining fails to start at boot
  33. # slower machines or booting from slow USB key may need as long as 60 seconds here
  34. start_mining_init_delay: 20
  35.  
  36. # delay in between starting individual GPUs (seconds) - increase if gpus lock during mining init
  37. start_mining_miner_delay: 3
  38.  
  39. # api keys for gpumon, all optional
  40.  
  41. # apikey_btcguild:
  42. # apikey_deepbit:
  43. # apikey_bitclockers:
  44. # apikey_slush:
  45. # apikey_bithasher:
  46. # apikey_mtred:
  47. # apikey_ozcoin:
  48. # apikey_nofee:
  49. # apikey_rfc:
  50. # apikey_polmine:
  51. # apikey_btcpool:
  52. # apikey_triple:
  53. # apikey_abc:
  54.  
  55.  
  56. # monitoring config..
  57. # should we monitor the cards? (send email alerts, etc) 1 = yes, 0 = no
  58. do_monitor: 0
  59.  
  60. # smtp settings for sending alerts
  61.  
  62. # required..
  63. # smtp_host: 127.0.0.1
  64. # smtp_to: you@youremail.com
  65.  
  66. # optional..
  67. # smtp_port: 587
  68. # smtp_from: miner@mydomain.com
  69.  
  70. # set these to 1 to enable
  71. # smtp_tls: 1
  72. # smtp_ssl: 1
  73.  
  74. # authentication for sasl or tls
  75. # smtp_auth_user: youruser
  76. # smtp_auth_pass: yourpass
  77.  
  78. # don't send emails more often than smtp_min_wait seconds, default 300
  79. # smtp_min_wait: 300
  80. # include current system status details in alerts? (defaults on, disable for smaller emails)
  81. # smtp_include_details: 1
  82. # if you don't like the automatic subjects..
  83. # smtp_subject: I wanted a custom subject in my alerts...
  84.  
  85.  
  86. # start autoconf client - no harm in running client even if not using autoconf server on network
  87. do_autoconf_client: 1
  88.  
  89. # start mgpumon in background using /etc/bamt/mgpumon.conf?
  90. do_mgpumon: 0
  91.  
  92.  
  93. # detect hung GPUs and auto reboot (phoenix only)
  94. detect_defunct: 1
  95.  
  96.  
  97. # use cgsnoop?
  98. do_cgsnoop: 0
  99.  
  100.  
  101. # cgminer options
  102.  
  103. # start cgminer? set this to 1, and also set cgminer: 1 on each GPU you will manage with cgminer
  104. cgminer: 1
  105.  
  106. # options to cgminer (must have at least --api-listen for any bamt tools to work)
  107. # see cgminer documentation for options. you may want to put cgminer config in
  108. # another file and simply put --config /that/file here.
  109.  
  110. # Set to the config of your choosing.
  111.  
  112. # CONFIG OPTIONS :
  113. #cgminer_opts: --api-listen --config /etc/bamt/vertminer.conf
  114. #cgminer_opts: --api-listen --config /etc/bamt/sgminer-troky.conf
  115. cgminer_opts: --api-listen --config /etc/bamt/sgminer-sph.conf
  116. #cgminer_opts: --api-listen --config /etc/bamt/cgminer.conf
  117.  
  118. # Set miner over-ride if you want something other than cgminer.
  119.  
  120. # MINER OPTIONS :
  121. # Vertminer 0.5.2 "the kev"
  122. # Sgminer 4.1.0 "troky"
  123. # Sgminer 4.1.0 "sph - aka - DarkCoin/QubitCoin/Quark"
  124. # Cgminer 3.7.2 "kalroth"
  125.  
  126. # !! Set all to 0 for cgminer. !!
  127.  
  128. miner-vertminer-thekev: 0
  129. miner-sgminer-troky: 0
  130. miner-sgminer-sph: 1
  131.  
  132. # tcp port for cgminer.. defaults to 4028
  133. # cgminer_port: 4028
  134.  
  135.  
  136.  
  137.  
  138. # GPU Configuration
  139.  
  140. # You'll need one gpuX: section per GPU installed. Not sure what's installed,
  141. # or the order? Open a root shell and type: aticonfig --list-adapters
  142. #
  143. # You can delete gpu sections if you don't have that many cards..
  144.  
  145.  
  146.  
  147. gpu0:
  148. # remove this or set to 0 to actually use this card..
  149. disabled: 0
  150.  
  151. # set to 1 if cgminer will manage this gpu.
  152. cgminer: 1
  153.  
  154. # overclocking.. all optional
  155.  
  156. # enable to debug overclocking.. provides info on screen during mine start/restart
  157. # debug_oc: 1
  158.  
  159. # optional command to execute prior to overclocking
  160. # pre_oc_cmd:
  161.  
  162. # val_x = the value to set for this profile (0-2)
  163. # Profile 2 is used while mining, but setting values
  164. # in profile 2 that are lower than the values in the other
  165. # profiles is not allowed on some GPUs, so you have to adjust
  166. # the other profiles as well.
  167.  
  168. # core_speed_0: 300
  169. # core_speed_1: 800
  170. # core_speed_2: 980
  171. # mem_speed_0: 300
  172. # mem_speed_1: 300
  173. # mem_speed_2: 300
  174. # core_voltage_0: 1.125
  175. # core_voltage_1: 1.125
  176. # core_voltage_2: 1.125000
  177.  
  178. # fan_speed: 100
  179.  
  180. # optional command to execute after overclocking
  181. # post_oc_cmd:
  182.  
  183. # mining setup
  184.  
  185. # kernel to use.. currently one of: phatk phatk2 phatk-bamt04 phatk-svn phatk-1.50 poclbm
  186. # kernel: phatk2
  187.  
  188. # phoenix style kernel params. do not include DEVICE=x
  189. # kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=9
  190.  
  191. # optional phoenix queuesize parameter: how many work units to keep queued at all times
  192. # queue_size: 2
  193.  
  194. # optional phoenix avgsamples parameter: how many samples to use for hashrate average
  195. # avg_samples: 10
  196.  
  197. # IMPORTANT: pool_file must contain a list of pool URLs.. one at least, more if
  198. # you like. You can share the same file for all GPUs, or have one for each.
  199. # Miner will start with first URL in file, however if no shares are accepted
  200. # for any reason in (pool_timeout) seconds, the miner will move to next URL
  201. # in the file. Wraps around to first URL when last one fails.
  202. # You can also set pool specific values, see the docs.
  203.  
  204. pool_file: /etc/bamt/pools
  205.  
  206. # default time to allow phoenix to run without finding a share..
  207. # exceed this and we move to next pool in poolfile
  208. pool_timeout: 180
  209.  
  210. # monitoring values, used by email alerts and gpumon
  211. monitor_temp_lo: 45
  212. monitor_temp_hi: 80
  213. monitor_load_lo: 0
  214. monitor_hash_lo: 0.3
  215. monitor_fan_lo: 1000
  216. monitor_reject_hi: 3
  217.  
  218.  
  219. gpu1:
  220. disabled: 0
  221. cgminer: 1
  222. # core_speed_0: 300
  223. # core_speed_1: 800
  224. # core_speed_2: 980
  225. # mem_speed_0: 300
  226. # mem_speed_1: 300
  227. # mem_speed_2: 300
  228. # core_voltage_0: 1.125
  229. # core_voltage_1: 1.125
  230. # core_voltage_2: 1.125000
  231.  
  232. #fan_speed: 100
  233.  
  234. #kernel: phatk2
  235. #kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11
  236.  
  237. #pool_file: /etc/bamt/pools
  238. #pool_timeout: 180
  239.  
  240. monitor_temp_lo: 45
  241. monitor_temp_hi: 80
  242. monitor_load_lo: 0
  243. monitor_hash_lo: 0.3
  244. monitor_fan_lo: 1000
  245. monitor_reject_hi: 3
  246.  
  247.  
  248. gpu2:
  249. disabled: 0
  250. cgminer: 1
  251.  
  252. # core_speed_0: 300
  253. # core_speed_1: 800
  254. # core_speed_2: 980
  255. # mem_speed_0: 300
  256. # mem_speed_1: 300
  257. # mem_speed_2: 300
  258. # core_voltage_0: 1.125
  259. # core_voltage_1: 1.125
  260. # core_voltage_2: 1.125000
  261.  
  262. #fan_speed: 100
  263.  
  264. #kernel: phatk2
  265. #kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11
  266.  
  267. #pool_file: /etc/bamt/pools
  268. #pool_timeout: 180
  269.  
  270. monitor_temp_lo: 45
  271. monitor_temp_hi: 80
  272. monitor_load_lo: 0
  273. monitor_hash_lo: 0.3
  274. monitor_fan_lo: 1000
  275. monitor_reject_hi: 3
  276.  
  277.  
  278.  
  279. gpu3:
  280. disabled: 0
  281. cgminer: 1
  282.  
  283. # core_speed_0: 300
  284. # core_speed_1: 800
  285. # core_speed_2: 980
  286. # mem_speed_0: 300
  287. # mem_speed_1: 300
  288. # mem_speed_2: 300
  289. # core_voltage_0: 1.125
  290. # core_voltage_1: 1.125
  291. # core_voltage_2: 1.125000
  292.  
  293. #fan_speed: 100
  294.  
  295. #kernel: phatk2
  296. #kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11
  297.  
  298. #pool_file: /etc/bamt/pools
  299. #pool_timeout: 180
  300.  
  301. monitor_temp_lo: 45
  302. monitor_temp_hi: 80
  303. monitor_load_lo: 0
  304. monitor_hash_lo: 0.3
  305. monitor_fan_lo: 1000
  306. monitor_reject_hi: 3
  307.  
  308.  
  309.  
  310. gpu4:
  311. disabled: 0
  312. cgminer: 1
  313.  
  314. # core_speed_0: 300
  315. # core_speed_1: 800
  316. # core_speed_2: 980
  317. # mem_speed_0: 300
  318. # mem_speed_1: 300
  319. # mem_speed_2: 300
  320. # core_voltage_0: 1.125
  321. # core_voltage_1: 1.125
  322. # core_voltage_2: 1.125000
  323.  
  324. #fan_speed: 100
  325.  
  326. #kernel: phatk2
  327. #kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11
  328.  
  329. #pool_file: /etc/bamt/pools
  330. #pool_timeout: 180
  331.  
  332. monitor_temp_lo: 45
  333. monitor_temp_hi: 80
  334. monitor_load_lo: 0
  335. monitor_hash_lo: 0.3
  336. monitor_fan_lo: 1000
  337. monitor_reject_hi: 3
  338.  
  339.  
  340. gpu5:
  341. disabled: 0
  342. cgminer: 1
  343.  
  344. # core_speed_0: 300
  345. # core_speed_1: 800
  346. # core_speed_2: 980
  347. # mem_speed_0: 300
  348. # mem_speed_1: 300
  349. # mem_speed_2: 300
  350. # core_voltage_0: 1.125
  351. # core_voltage_1: 1.125
  352. # core_voltage_2: 1.125000
  353.  
  354. #fan_speed: 100
  355.  
  356. #kernel: phatk2
  357. #kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11
  358.  
  359. #pool_file: /etc/bamt/pools
  360. #pool_timeout: 180
  361.  
  362. monitor_temp_lo: 45
  363. monitor_temp_hi: 80
  364. monitor_load_lo: 0
  365. monitor_hash_lo: 0.3
  366. monitor_fan_lo: 1000
  367. monitor_reject_hi: 3
  368.  
  369.  
  370. gpu6:
  371. disabled: 1
  372. cgminer: 0
  373.  
  374. # core_speed_0: 300
  375. # core_speed_1: 800
  376. # core_speed_2: 980
  377. # mem_speed_0: 300
  378. # mem_speed_1: 300
  379. # mem_speed_2: 300
  380. # core_voltage_0: 1.125
  381. # core_voltage_1: 1.125
  382. # core_voltage_2: 1.125000
  383.  
  384. fan_speed: 100
  385.  
  386. kernel: phatk2
  387. kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11
  388.  
  389. pool_file: /etc/bamt/pools
  390. pool_timeout: 180
  391.  
  392. monitor_temp_lo: 45
  393. monitor_temp_hi: 80
  394. monitor_load_lo: 80
  395. monitor_hash_lo: 125
  396. monitor_fan_lo: 1000
  397. monitor_reject_hi: 3
  398.  
  399.  
  400. gpu7:
  401. disabled: 1
  402. cgminer: 0
  403.  
  404. # core_speed_0: 300
  405. # core_speed_1: 800
  406. # core_speed_2: 980
  407. # mem_speed_0: 300
  408. # mem_speed_1: 300
  409. # mem_speed_2: 300
  410. # core_voltage_0: 1.125
  411. # core_voltage_1: 1.125
  412. # core_voltage_2: 1.125000
  413.  
  414. fan_speed: 100
  415.  
  416. kernel: phatk2
  417. kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=11
  418.  
  419. pool_file: /etc/bamt/pools
  420. pool_timeout: 180
  421.  
  422. monitor_temp_lo: 45
  423. monitor_temp_hi: 80
  424. monitor_load_lo: 80
  425. monitor_hash_lo: 125
  426. monitor_fan_lo: 1000
  427. monitor_reject_hi: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement