Boost is an initial experiment/prototype of markets v2 module for Filecoin. It aims to replace the lotus-miner
markets service. For more information, see: https://docs.filecoin.io/mine/lotus/split-markets-miners/
git clone https://github.com/filecoin-project/boost
cd boost
make boost
- Make sure you have a local Lotus fullnode running and listening to
localhost:1234
, for example:
ssh -L 1234:localhost:1234 sofiaminer
- Create Boost repository
boost init
- Run Boost service
boost run
- Interact with Boost
boost dummydeal
Dual-licensed under MIT + Apache 2.0