How do I upgrade Filecoin Lotus to the latest version?

160 views Asked by At

I'm running a Lotus daemon and a new release was pushed to master. How do I upgrade to the latest version?

1

There are 1 answers

1
jclay On BEST ANSWER

First, stop your daemon, then download the latest version:

git pull master

Then:

make clean && make all

Once that completes:

sudo make install

Now when you restart your daemon it should be on the latest version. To verify, run:

lotus --version