Guest User

Untitled

a guest
Jun 1st, 2018
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. # Big A Miner Thing configuration
  2. # /etc/bamt/bamt.conf
  3. #
  4. # Note: This is a YAML file. Indentation is significant.
  5.  
  6. ---
  7. settings:
  8. miner_id: ace1-miner04
  9. miner_loc: cart01
  10. do_monitor: 1
  11. # smtp_host: 127.0.0.1
  12. # smtp_port: 25
  13. # smtp_from: miner@mydomain.com
  14. # smtp_to: you@youremail.com
  15. # optional..
  16. # smtp_auth_user: youruser
  17. # smtp_auth_pass: yourpass
  18. do_manage_config: 0
  19. # config_update_cmd: /usr/bin/rsync -aL rsync://192.168.1.1:873/config/miner1/* /etc/bamt/
  20. start_mining_init_delay: 20
  21. start_mining_miner_delay: 3
  22. show_config_at_boot: 1
  23. show_gpumon_at_boot: 1
  24.  
  25. gpu0:
  26. disabled: 0
  27. core_speed: 900
  28. mem_speed: 300
  29. fan_speed: 80
  30. kernel: phatk2
  31. kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=9
  32. pool_file: /etc/bamt/pools
  33. pool_timeout: 180
  34.  
  35. # if we are monitoring, define a normal range. values outside these thresholds = alert
  36. monitor_temp_lo: 45
  37. monitor_temp_hi: 80
  38. monitor_load_lo: 80
  39. monitor_hash_lo: 125
  40. # this is shares accepted per minute..
  41. monitor_shares_lo: 1
  42.  
  43. # copy/paste or delete additional gpuX blocks as needed
  44. gpu1:
  45. disabled: 0
  46. core_speed: 900
  47. mem_speed: 300
  48. fan_speed: 80
  49. kernel: phatk2
  50. kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=9
  51. monitor_temp_lo: 45
  52. monitor_temp_hi: 80
  53. monitor_load_lo: 80
  54. monitor_hash_lo: 250
  55. monitor_shares_lo: 1
  56. pool_file: /etc/bamt/pools
  57. pool_timeout: 180
  58. gpu2:
  59. disabled: 0
  60. core_speed: 900
  61. mem_speed: 300
  62. fan_speed: 80
  63. kernel: phatk2
  64. kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=9
  65. monitor_temp_lo: 45
  66. monitor_temp_hi: 80
  67. monitor_load_lo: 80
  68. monitor_hash_lo: 250
  69. monitor_shares_lo: 1
  70. pool_file: /etc/bamt/pools
  71. pool_timeout: 180
Add Comment
Please, Sign In to add comment