xingzjx / lotus-ops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lotus scripts

git clone https://github.com/vanvank/lotus-ops.git
cd lotus-ops
chmod u+x *.py
chmod u+x *.sh
  1. user: root

0pre_install.sh to prepair env for lotus

  1. user: xl

1install_dep_and_lotus.sh to compile lotus

bench

cd ~/lotus/cmd/lotus-bench/
go build .
cd ~
nohup ~/lotus/cmd/lotus-bench/lotus-bench sealing --skip-unseal --sector-size 32GiB --storage-dir=/lotus_data/tmp > bench.log &

export BELLMAN_CUSTOM_GPU="GeForce GTX 1660 SUPER:1408"

export BELLMAN_CUSTOM_GPU="GeForce GTX 2060 SUPER:2176"

export BELLMAN_CUSTOM_GPU="GeForce RTX 3090:10496"

export BELLMAN_CUSTOM_GPU="GeForce RTX 3080:8704"

https://calibration.spacerace.filecoin.io/

About


Languages

Language:Shell 78.2%Language:Python 20.5%Language:Dockerfile 1.3%