Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
upgrade to v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shannon-6block committed Jun 29, 2021
1 parent 3371049 commit b00cddb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down
2 changes: 1 addition & 1 deletion script/install.sh
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit b00cddb

Please sign in to comment.