Migrate a monolith lotus-miner to Boost
Prepare to migrate
export PUBLISH_STORAGE_DEALS_WALLET=`lotus wallet new bls`
export COLLAT_WALLET=`lotus wallet new bls`
lotus send --from mywallet $PUBLISH_STORAGE_DEALS_WALLET 10
lotus send --from mywallet $COLLAT_WALLET 10export OLD_CONTROL_ADDRESS=`lotus-miner actor control list --verbose | grep -v owner | grep -v worker | grep -v beneficiary | awk '{print $3}' | grep -v key | tr -s '\n' ' '`
lotus-miner actor control set --really-do-it $PUBLISH_STORAGE_DEALS_WALLET $OLD_CONTROL_ADDRESSShut down lotus-miner
Migrate from the lotus-miner repo to the Boost repo
Update the lotus-miner config
Restart lotus-miner
Run the boostd service
boostd serviceWeb UI
API Access
Migrating Boost from one machine to another
Last updated

