From b00cddbd7429cfba99c7a14de6f979bc3b4485be Mon Sep 17 00:00:00 2001 From: shannon-6block Date: Tue, 29 Jun 2021 16:04:27 +0800 Subject: [PATCH] upgrade to v1.10.0 --- README.md | 2 +- README_en.md | 2 +- script/install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 675843b..a8cefa7 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ export BELLMAN_CUSTOM_GPU="GeForce RTX 3090:10496, GeForce RTX 3080:8704" ``` # 确定版本 lotus -v -lotus version 1.8.0+6block+git.09171ead3.1619596471+2 +lotus version 1.10.0+6block+git.50654801a.1624953092+2 # 启动lotus nohup lotus daemon > ~/lotus.log 2>&1 & diff --git a/README_en.md b/README_en.md index f717072..c0ad294 100644 --- a/README_en.md +++ b/README_en.md @@ -58,7 +58,7 @@ Start lotus. ``` # Check the version lotus -v -lotus version 1.8.0+6block+git.09171ead3.1619596471+2 +lotus version 1.10.0+6block+git.50654801a.1624953092+2 # Start lotus nohup lotus daemon > ~/lotus.log 2>&1 & diff --git a/script/install.sh b/script/install.sh index 5b1d462..3196342 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/mainnet.1.8.0.0/lotus-miner.tar.gz +wget https://github.com/shannon-6block/lotus-miner/releases/download/mainnet.1.10.0.0/lotus-miner.tar.gz mkdir cmd tar zxvf lotus-miner.tar.gz -C cmd/ cp cmd/* /usr/local/bin/