Guest User

Untitled

a guest
Jun 1st, 2018
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 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. gpu0:
  25. disabled: 0
  26. core_speed: 900
  27. mem_speed: 300
  28. fan_speed: 80
  29. kernel: phatk2
  30. kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=9
  31. pool_file: /etc/bamt/pools
  32. pool_timeout: 180
  33. monitor_temp_lo: 45
  34. monitor_temp_hi: 80
  35. monitor_load_lo: 80
  36. monitor_hash_lo: 125
  37. monitor_shares_lo: 1
  38. gpu1:
  39. disabled: 0
  40. core_speed: 900
  41. mem_speed: 300
  42. fan_speed: 80
  43. kernel: phatk2
  44. kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=9
  45. monitor_temp_lo: 45
  46. monitor_temp_hi: 80
  47. monitor_load_lo: 80
  48. monitor_hash_lo: 250
  49. monitor_shares_lo: 1
  50. pool_file: /etc/bamt/pools
  51. pool_timeout: 180
  52. gpu2:
  53. disabled: 0
  54. core_speed: 900
  55. mem_speed: 300
  56. fan_speed: 80
  57. kernel: phatk2
  58. kernel_params: BFI_INT VECTORS FASTLOOP=false AGGRESSION=9
  59. monitor_temp_lo: 45
  60. monitor_temp_hi: 80
  61. monitor_load_lo: 80
  62. monitor_hash_lo: 250
  63. monitor_shares_lo: 1
  64. pool_file: /etc/bamt/pools
  65. pool_timeout: 180
Add Comment
Please, Sign In to add comment