Skip to content

Releases: h9-dev/chia-miner

H9-Miner-Chia v1.9.1

22 Jun 00:29
bd9b047
Compare
Choose a tag to compare
H9-Miner-Chia v1.9.1 Pre-release
Pre-release

1、增加BHD双挖
(需要重新开通BHD矿池,绑定签名,开通后在x-proxy代理设置中启用)
2、X-Proxy在GPU出错后重启Bladebit
(2)
3、修复部分情况下签名的无效问题
4、修复CPU解压超过10线程程序异常问题
(3)
5、修复Miner在文件错误的情况下有可能崩溃的问题

局域网中只需要X-Proxy的机器有NVIDIA GPU设备即可共享GPU扫盘,Miner机器不需要GPU设备
X-Proxy配置device:0表示第0张显卡 0,1 表示使用第0、1 2张显卡
启动后,打开X-Proxy后台管理,在矿机管理-->Bladebit页面中可查看设备运行情况


  1. Increase BHD dual mining
    (Need to reopen the BHD mining pool, bind the signature, and enable it in the x-proxy proxy settings after activation)
  2. X-Proxy restarts Bladebit after GPU error
    (2)
  3. Fix invalid signature in some cases
  4. Fix the abnormal problem of CPU decompression with more than 10 threads
    (3)
  5. Fix the problem that Miner may crash if the file is wrong

In the local area network, only X-Proxy machines need to have NVIDIA GPU devices to share GPU scan disks, and Miner machines do not need GPU devices
X-Proxy configuration device: 0 means the 0th graphics card 0,1 means use the 0th and 1st 2 graphics cards
After starting, open the X-Proxy background management, and you can check the operation status of the equipment in the miner management-->Bladebit page

HPool-Miner-Chia v1.8.1

06 Jun 11:04
bd9b047
Compare
Choose a tag to compare
Pre-release

1、增加CPU解压,Miner配置中bladebitCPU: true开启
2、优化GPU扫盘
3、修复Mass双挖问题

局域网中只需要X-Proxy的机器有NVIDIA GPU设备即可共享GPU扫盘,Miner机器不需要GPU设备
X-Proxy配置device:0表示第0张显卡 0,1 表示使用第0、1 2张显卡
启动后,打开X-Proxy后台管理,在矿机管理-->Bladebit页面中可查看设备运行情况


  1. Increase CPU decompression, bladebitCPU: true is enabled in the Miner configuration
  2. Optimize GPU scanning
  3. Fix Mass double mining problem

In the local area network, only X-Proxy machines need to have NVIDIA GPU devices to share GPU scan disks, and Miner machines do not need GPU devices
X-Proxy configuration device: 0 means the 0th graphics card 0,1 means use the 0th and 1st 2 graphics cards
After starting, open the X-Proxy background management, and you can check the operation status of the equipment in the miner management-->Bladebit page

HPool-Miner-Chia v1.8.0.2

25 May 10:19
bd9b047
Compare
Choose a tag to compare

1、增加GPU扫盘支持,只支持NVIDIA显卡
(2)
2、增加Bladebit解压失败日志
局域网中只需要X-Proxy的机器有NVIDIA GPU设备即可共享GPU扫盘,Miner机器不需要GPU设备
X-Proxy配置device:0表示第0张显卡 0,1 表示使用第0、1 2张显卡
启动后,打开X-Proxy后台管理,在矿机管理-->Bladebit页面中可查看设备运行情况


  1. Add support for GPU scanning, only support NVIDIA graphics card
    (2)
  2. Add Bladebit decompression failure log

In the local area network, only X-Proxy machines need to have NVIDIA GPU devices to share GPU scan disks, and Miner machines do not need GPU devices
X-Proxy configuration device: 0 means the 0th graphics card 0,1 means use the 0th and 1st 2 graphics cards
After starting, open the X-Proxy background management, and you can check the operation status of the equipment in the miner management-->Bladebit page

HPool-Miner-Chia v1.7.0

21 Mar 08:38
bd9b047
Compare
Choose a tag to compare
Pre-release

1、支持bladebit压缩图

关于代理配置:
一个局域网内,代理只需要开一台就可以了,建议超过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. Support bladebit compression format

Regarding 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 an agent, and there is information about managing Miner in the agent
Steps to use x-proxy:

  1. Choose 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 whether the Miner task is updated every 10s

HPool-Miner-Chia v1.6.0(2)

15 Aug 09:11
bd9b047
Compare
Choose a tag to compare

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

HPool-Miner-Chia v1.5.9 (4)

16 Jun 02:50
bd9b047
Compare
Choose a tag to compare

1、去掉扫盘超时导致miner掉线
(2)
2、修复macOS版本启动异常
3、修复超时导致Miner掉线
(3)
4、在miner中增加签名功能,支持交换FPK和PPK
(4)
5、miner签名增加复制功能
6、修复签名不能绑定bug

关于代理配置:
一个局域网内,代理只需要开一台就可以了,建议超过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. Remove the disk scan timeout and cause the miner to be offline
    (2)
  2. Fix the abnormal startup of macOS version
  3. Repair timeout caused Miner to disconnect
    (3)
  4. Add signature function in miner, support exchange of FPK and PPK
    (4)
  5. Miner signature adds copy function
  6. Fix the bug that the signature cannot be bound

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

HPool-Miner-Chia v1.5.8

14 Apr 09:15
bd9b047
Compare
Choose a tag to compare

1、修复1.5.7版本数据异常
(3)
2、修复cgo在arm设备崩溃问题

关于代理配置:
一个局域网内,代理只需要开一台就可以了,建议超过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. Fix data exception in version 1.5.7
    (3)
  2. Fix the crash of cgo on arm devices

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

HPool-Miner-Chia v1.5.7

11 Apr 15:28
bd9b047
Compare
Choose a tag to compare

1、优化扫盘
2、修复x-proxy在高负载情况下导致扫盘超时

关于代理配置:
一个局域网内,代理只需要开一台就可以了,建议超过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 scan disk
  2. Fix the disk scan timeout caused by x-proxy under high load conditions

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

HPool-Miner-Chia v1.5.6

27 Dec 12:29
bd9b047
Compare
Choose a tag to compare

1、优化线路链接
(2)
2、增加GUI操作导出全部列表
3、增加命令-service,支持将Miner安装到系统服务中

关于代理配置:
一个局域网内,代理只需要开一台就可以了,建议超过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 line link
    (2)
  2. Added GUI operation to export all lists
  3. Add the command -service to support installing Miner into system services

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 there are related information about the management of the Miner in the agent.
Steps to use x-proxy:

Choose a computer with relatively high configuration and run x-proxy
Find the LAN IP of x-proxy, for example: 192.168.1.88
Configure proxy on other Miner machines: "http://192.168.1.88:9190"
Check whether the Miner task is updated every 10s

HPool-Miner-Chia v1.5.5

13 Oct 12:14
bd9b047
Compare
Choose a tag to compare

1、Miner,X-proxy支持代理设置
(2)
2、Miner的GUI版本支持在设置页中设置x-proxy地址和代理信息
3、修复X-proxy第一次设置Mass多挖的时候需要重启bug
(3)
4、修复x-proxy链接服务器失败

关于代理配置:
一个局域网内,代理只需要开一台就可以了,建议超过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. Miner, X-proxy support proxy settings
    (2)
  2. The GUI version of Miner supports setting the x-proxy address and proxy information in the settings page
  3. Fix the bug that X-proxy needs to restart when setting up Mass multi-mining for the first time
    (3)
  4. Fix the failure of x-proxy to connect to the server

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 there are related information about the management of the Miner in the agent.
Steps to use x-proxy:

  1. Choose 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 whether the Miner task is updated every 10s