From 933c1ffb07de3706e5602053b057ec1482d2d64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Wed, 9 Oct 2019 05:21:43 +0200 Subject: [PATCH] readme: Update boottrap instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 141273291..ec72f0016 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,10 @@ Start full node daemon $ lotus daemon ``` -Connect to the network: +Check that you are connected to the network ```sh -$ lotus net connect /ip4/147.75.80.29/tcp/1347/p2p/12D3KooWGThG7Ct5aX4tTRkgvjr3pT2JyCyyvK77GhXVQ9Cfjzj2 -$ lotus net connect /ip4/147.75.80.17/tcp/1347/p2p/12D3KooWRNm4a6ESBr9bbTpSC2CfLfoWKRpABJi7FR3GhHw7usKW +$ lotus net peers | wc -l +2 # number of peers ``` [wait for the chain to finish syncing]