Skip to content
Discussion options

You must be logged in to vote

I noticed that you running on .dirty version.
1.13.0+mainnet+git.7a55e8e89.dirty+api1.2.0

I will suggest that build Lotus again and upgrade Lotus to latest release:
https://github.com/filecoin-project/lotus/releases/tag/v1.13.1

Build with CUDA:

cd lotus/
git pull
git checkout v1.13.1
git submodule update
RUSTFLAGS="-C target-cpu=native -g" FFI_BUILD_FROM_SOURCE=1 FFI_USE_CUDA=1 make clean all
sudo make install

Build with OpenCL:

cd lotus/
git pull
git checkout v1.13.1
git submodule update
RUSTFLAGS="-C target-cpu=native -g" FFI_BUILD_FROM_SOURCE=1 make clean all
sudo make install

Troubleshooting steps:

  • Check your connection between your miner and your long term storage.
  • Run a lotus-min…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@KPWorkspace
Comment options

@KPWorkspace
Comment options

Answer selected by KPWorkspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/proving Area: Proving need/analysis Hint: Needs Analysis
2 participants
Converted from issue

This discussion was converted from issue #7853 on December 30, 2021 14:27.