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

Commit 48f34e3

Browse files
upgrade to v1.12.0
1 parent b00cddb commit 48f34e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export BELLMAN_CUSTOM_GPU="GeForce RTX 3090:10496, GeForce RTX 3080:8704"
6262
```
6363
# 确定版本
6464
lotus -v
65-
lotus version 1.10.0+6block+git.50654801a.1624953092+2
65+
lotus version 1.12.0+mainnet+git.9c1a8f0de.1635126034+2
6666
6767
# 启动lotus
6868
nohup lotus daemon > ~/lotus.log 2>&1 &

README_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Start lotus.
5858
```
5959
# Check the version
6060
lotus -v
61-
lotus version 1.10.0+6block+git.50654801a.1624953092+2
61+
lotus version 1.12.0+mainnet+git.9c1a8f0de.1635126034+2
6262
6363
# Start lotus
6464
nohup lotus daemon > ~/lotus.log 2>&1 &

script/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
rm -rf lotus-miner.tar.gz cmd
4-
wget https://github.com/shannon-6block/lotus-miner/releases/download/mainnet.1.10.0.0/lotus-miner.tar.gz
4+
wget https://github.com/shannon-6block/lotus-miner/releases/download/mainnet.1.12.0.0/lotus-miner.tar.gz
55
mkdir cmd
66
tar zxvf lotus-miner.tar.gz -C cmd/
77
cp cmd/* /usr/local/bin/

0 commit comments

Comments
 (0)