Advertisement
Guest User

Untitled

a guest
Dec 24th, 2018
2,757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. # The miner name. Default is computer name
  2. MinerName: "p106"
  3.  
  4. # Server list for mining
  5. ServerNodes:
  6. # Server node name. Any string
  7. - Name: BHD
  8. # Mining mode. Pool or Solo
  9. Mode: Pool
  10. # Mining coin type. BitcoinHD or Burstcoin
  11. Type: BitcoinHD
  12. # Mining server address
  13. Server: "http://bhd.hpool.com"
  14. # Target deadline. 24 hours
  15. TargetDeadline: 9592000
  16. # Miner account key in HPool
  17. AccountKey: xxxxx-xxxx-xxx-xxxx-xxxxxxxxxxxx
  18. # Enable this node. Default is true
  19. Enable: true
  20. # Enable proxy
  21. UseProxy: false
  22. - Name: Burst
  23. Mode: Pool
  24. Type: Burstcoin
  25. Server: "http://voiplanparty.com:8124"
  26. TargetDeadline: 9084492 # 30 days
  27. POC2StartHeight: 1 # Burstcoin PoC2 start at 502000
  28. AccountKey: 00000000-0000-0000-0000-000000000000
  29. # Only use solo. The passphrase. Example "rabbit cross destination plan joke teach weave softly upon agony task fill"
  30. Destination: ""
  31. Enable: true
  32. UseProxy: false
  33.  
  34. # Proxy setting. Supports http,sock4,socke4a and sock5
  35. Proxy:
  36. Server: "sock5://localhost:1080"
  37. Username: "" # Proxy user name if require
  38. Password: "" # Proxy password if require
  39.  
  40. # Plot list. Recursion 5 depth
  41. Paths:
  42.  
  43. - /media/new/plots
  44.  
  45.  
  46.  
  47. # Auto scan plot directory if modified
  48. HotScanPlot: true
  49.  
  50. # Exclude bad nonce
  51. BanBadNonce: true
  52.  
  53. # Read plot file cache (bytes)
  54. CacheSize: 16384
  55.  
  56. # Auto wake up HDD
  57. UseHDDWakeUp: true
  58. # Wake up HDD time interval (seconds)
  59. HDDWakeUpInterval: 120
  60.  
  61. # Instruction: Auto(Auto select best instruction), SPH, SSE, AVX, AVX2, AVX512, NEON, GPU(Coming soon)
  62. Instruction: Auto
  63. # Calculate hash concurrency threads. If 0 then auto use CPU core
  64. HashUnitConcurrencyCount: 0
  65. # Calculate hash memory cache (MB)
  66. HashUnitCacheSize: 2048
  67.  
  68. # GPU options. (Coming soon)
  69. UseGPU: false
  70. GPU_Platform: 0
  71. GPU_Device: 0
  72.  
  73. # Output log to Logs/ directory
  74. UseLog: true
  75.  
  76. # Debug options.
  77. # Supports:
  78. # 1.None: No debug information
  79. # 2.ShowWarn: Show warning
  80. # 3.Mining: Show mining information
  81. # 4.ScanPlot: Show scan plot information
  82. # 5.NetVerbose: Output net verbose to log file
  83. # 6.ShowPoCShuffling: Show PoC1 <-> PoC2 shuffling
  84. # 7.ShowWinner: Show winner of previous round. (Coming soon)
  85. # 8.All: Use all options
  86. Debug:
  87. - ShowWarn
  88. - Mining
  89. - ScanPlot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement