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

Commit

Permalink
update to inner version 1.2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
shannon-6block committed Dec 9, 2020
1 parent 3fb83db commit aba2c67
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.2.1+6block+git.a18515259.1606467166+2
lotus version 1.2.1+6block+git.536f54751.1607497850+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.2.1+6block+git.a18515259.1606467166+2
lotus version 1.2.1+6block+git.536f54751.1607497850+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.2.1.6/lotus-miner.tar.gz
wget https://github.com/shannon-6block/lotus-miner/releases/download/mainnet.1.2.1.10/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 aba2c67

Please sign in to comment.