Write out miner node's multiaddr with docker network IP
This commit is contained in:
parent
0aef56c411
commit
af1a1a269f
@ -33,7 +33,7 @@ echo "Daemon started."
|
||||
cp /devgen.car /root/.lotus-shared
|
||||
|
||||
# publish bootnode peer info to shared volume
|
||||
lotus net listen | awk 'NR==1{print}' > /root/.lotus-shared/miner.addr
|
||||
lotus net listen | awk 'NR==2{print}' > /root/.lotus-shared/miner.addr
|
||||
|
||||
# if miner not already initialized
|
||||
if [ ! -d $LOTUS_MINER_PATH ]; then
|
||||
|
||||
Reference in New Issue
Block a user