diff --git a/README.md b/README.md index 365e9d001..1c4e6e54f 100644 --- a/README.md +++ b/README.md @@ -31,24 +31,15 @@ $ make ### Node setup -Download genesis, and parameters -```sh -$ wget https://ipfs.io/ipfs/QmXg1SGdZ4WPkJcWnEVhxp7Jw4AQEfCwYDGwiMkXciCsUT/lotus.car -$ wget https://ipfs.io/ipfs/QmXg1SGdZ4WPkJcWnEVhxp7Jw4AQEfCwYDGwiMkXciCsUT/paramfetch.sh -$ chmod +x paramfetch.sh -$ ./paramfetch.sh -``` - Start full node daemon ```sh -$ lotus daemon --genesis=lotus.car +$ lotus daemon ``` Connect to the network: ```sh -$ wget https://ipfs.io/ipfs/QmXg1SGdZ4WPkJcWnEVhxp7Jw4AQEfCwYDGwiMkXciCsUT/bootstrap.sh -$ chmod +x bootstrap.sh -$ ./bootstrap.sh +$ lotus net connect /ip4/147.75.80.29/tcp/1347/p2p/12D3KooWCVHT8n1fJJSW9aQk7UMisBQuW5fmGR9mp4gMKv8jsEA6 +$ lotus net connect /ip4/147.75.80.17/tcp/1347/p2p/12D3KooWFoAx81Vgec5XsRhYWWX3oNkxRdwpmXpgDhaGK27aaqGk ``` [wait for the chain to finish syncing] diff --git a/build/genesis/devnet.car b/build/genesis/devnet.car new file mode 100644 index 000000000..b3a94a22f Binary files /dev/null and b/build/genesis/devnet.car differ