Skip to content

HPool-Miner-Chia v1.6.0(2)

Compare
Choose a tag to compare
@trying2016 trying2016 released this 15 Aug 09:11
bd9b047

1、优化扫盘性能
(2)
2、x-proxy增加禁用plotId查看,建议容量超过100TiB禁用,降低网络消耗,在config.yaml中增加下面字段
parameters:
disablePlotID: true

关于代理配置:
一个局域网内,代理只需要开一台就可以了,建议超过1台Miner的用户使用代理,在代理中有管理Miner相关信息
x-proxy使用步骤:
1、选择一个配置相对高的电脑,运行x-proxy
2、找到x-proxy的局域网IP,例如:192.168.1.88
3、在其它Miner机器上配置proxy: "http://192.168.1.88:9190/"
4、检查Miner的任务是不是每10s更新一次


  1. Optimize the scanning performance
  2. x-proxy increases and disables plotId viewing. It is recommended to disable if the capacity exceeds 100TiB to reduce network consumption. Add the following fields in config.yaml
    parameters:
    disablePlotID: true

About proxy configuration:
In a local area network, only one agent needs to be opened. It is recommended that users with more than one Miner use the agent, and the agent has information about Miner management.
Steps to use x-proxy:

  1. Select a computer with relatively high configuration and run x-proxy
  2. Find the LAN IP of x-proxy, for example: 192.168.1.88
  3. Configure proxy on other Miner machines: "http://192.168.1.88:9190/"
  4. Check if Miner's task is updated every 10s