diff --git a/README.md b/README.md index 8a98b26..91c7a17 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ lotus fetch-params 32GiB ``` # 确定版本 lotus -v -lotus version 0.4.17+git.045440aa +lotus version 0.4.1+git.ee7bdf38 # 启动lotus nohup lotus daemon > ~/lotus.log 2>&1 & @@ -141,7 +141,6 @@ lotus-storage-miner sectors list # TODO * 有时会因为worker运行任务过多,资源不够,导致部分sector出现短时间的SealPreCommit1Failed状态,可忽略。 -* 因为CPU和GPU计算Commit2的时间相近,所以当GPU被占用时,Commit2会降级为CPU计算,导致出现CL_MEM_OBJECT_ALLOCATION_FAILURE错误,可忽略。 * 程序在推荐配置下顺利运行,没有做过其他环境的测试,如果遇到问题可以提issue。 * 会及时合入官方的代码改动。 * 运行前请保证可用内存和SSD空间充裕。 \ No newline at end of file diff --git a/README_en.md b/README_en.md index 3e8bfc2..ad79f4b 100644 --- a/README_en.md +++ b/README_en.md @@ -62,7 +62,7 @@ Start lotus. ``` # Check the version lotus -v -lotus version 0.4.17+git.045440aa +lotus version 0.4.1+git.ee7bdf38 # Start lotus nohup lotus > ~/lotus.log 2>&1 & @@ -139,7 +139,6 @@ Or you can use the block explorer, like https://filfox.io/, to check it. # TODO * Due to handling too many tasks and lack of resources of the worker, sometimes, part of sectors will stay in the state of SealPreCommit1Failed for a short while, as can be ignored. -* Because time is similar for CPU and GPU to calculate Commit2, when the GPU is in use, Commit2 will be downgraded to use CPU, resulting in CL_MEM_OBJECT_ALLOCATION_FAILURE errors, which can be ignored. * The program runs smoothly under the recommended configuration, and has not been tested in other environments. If you encounter problems, please raise an issue. * The official code changes will be merged in time. * Before running, please ensure that available memory and SSD spaces are sufficient. \ No newline at end of file diff --git a/script/install.sh b/script/install.sh index 9e0d5c3..2545236 100755 --- a/script/install.sh +++ b/script/install.sh @@ -1,7 +1,7 @@ #!/bin/bash rm -rf lotus-miner.tar.gz cmd -wget https://github.com/shannon-6block/lotus-miner/releases/download/test.0.4.0.17/lotus-miner.tar.gz +wget https://github.com/shannon-6block/lotus-miner/releases/download/test.0.4.1/lotus-miner.tar.gz mkdir cmd tar zxvf lotus-miner.tar.gz -C cmd/ cp cmd/* /usr/local/bin/