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

Commit

Permalink
upgrade to 1.4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shannon-6block committed Dec 21, 2020
1 parent c7d1090 commit b4decda
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 @@ -57,7 +57,7 @@ lotus fetch-params 32GiB
```
# 确定版本
lotus -v
lotus version 1.4.0+6block+git.d5486d694.1608417684+2
lotus version 1.4.0+6block+git.c097d36d9.1608522690+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 @@ -55,7 +55,7 @@ Start lotus.
```
# Check the version
lotus -v
lotus version 1.4.0+6block+git.d5486d694.1608417684+2
lotus version 1.4.0+6block+git.c097d36d9.1608522690+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.4.0.1/lotus-miner.tar.gz
wget https://github.com/shannon-6block/lotus-miner/releases/download/mainnet.1.4.0.2/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 b4decda

Please sign in to comment.