Depoly testnet v2

This commit is contained in:
Łukasz Magiera 2019-10-03 18:59:15 +02:00
parent 77835636b0
commit d5e909425a
2 changed files with 3 additions and 12 deletions

View File

@ -31,24 +31,15 @@ $ make
### Node setup ### 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 Start full node daemon
```sh ```sh
$ lotus daemon --genesis=lotus.car $ lotus daemon
``` ```
Connect to the network: Connect to the network:
```sh ```sh
$ wget https://ipfs.io/ipfs/QmXg1SGdZ4WPkJcWnEVhxp7Jw4AQEfCwYDGwiMkXciCsUT/bootstrap.sh $ lotus net connect /ip4/147.75.80.29/tcp/1347/p2p/12D3KooWCVHT8n1fJJSW9aQk7UMisBQuW5fmGR9mp4gMKv8jsEA6
$ chmod +x bootstrap.sh $ lotus net connect /ip4/147.75.80.17/tcp/1347/p2p/12D3KooWFoAx81Vgec5XsRhYWWX3oNkxRdwpmXpgDhaGK27aaqGk
$ ./bootstrap.sh
``` ```
[wait for the chain to finish syncing] [wait for the chain to finish syncing]

BIN
build/genesis/devnet.car Normal file

Binary file not shown.