-
Clone boost, run
maketo compileboostdand the react app for the UI (you'll use them later),make devnetand./devnet(might fail, if so just run again) -
Clone lotus and checkout
boost/main, thenmake debug,sudo make installand finallysudo install -C ./lotus-seed /usr/local/bin/lotus-seed -
On a new window run this (note down the
FULLNODE_API_INFOthat this command outputs). If you had done this before already, make sure to clean up the directoryrm -rf ~/.lotusmarkets && rm -rf ~/.lotus && rm -rf ~/.lotusminer && rm -rf ~/.genesis_sectors
unset MINER_API_INFO
unset FULLNODE_API_INFO
export ENV_MINER_API_INFO=`../lotus/lotus-miner auth api-info --perm=admin`
export ENV_FULLNODE_API_INFO=`../lotus/lotus auth api-info --perm=admin`