lotus-miner modify the public network IP and republish it to the chain

lotus-miner modify the public network IP and republish it to the chain

1. Modify AnnounceAddresses

cat $BOOST_PATH/config.toml | grep AnnounceAddresses

2. Restart boostd

nohup boostd --vv run >> /var/log/boostd/boostd.log 2>&1 &

3. View

lotus-miner net listen

4. Publish on-chain

lotus-miner actor set-addrs /ip4/公网IP/tcp/24001

reference

  1. multiaddr on chain
  2. Failed to connect to peer

Guess you like

Origin blog.csdn.net/u010953692/article/details/131423306