Skip to content

cant use Lightweight snapshot #7862

Discussion options

You must be logged in to vote

I noticed that you running on .dirty version.
lotus version 1.13.2-rc4+mainnet+git.e05fdf892.dirty

I will suggest that build Lotus again:
https://github.com/filecoin-project/lotus/releases/tag/v1.13.2-rc4

Build with CUDA:

cd lotus/
git pull
git checkout v1.13.2-rc4
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.2-rc4
git submodule update
RUSTFLAGS="-C target-cpu=native -g" FFI_BUILD_FROM_SOURCE=1 make clean all
sudo make install

Solution:

  1. Delete chain folder in your .lotus path
  2. Download snaphot like this: wget https://fil-chain-snapshots-fallback.s3…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Reiers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/chain Area: Chain
2 participants
Converted from issue

This discussion was converted from issue #7855 on January 01, 2022 13:16.