upgradedecentralized-applicationsfilecoinfilecoin-lotus

How do I upgrade Filecoin Lotus to the latest version?


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


Solution

  • 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