Merge pull request #269 from filecoin-project/feat/devnet-2
Depoly testnet v2
This commit is contained in:
commit
1acd6ba18b
15
README.md
15
README.md
@ -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
BIN
build/genesis/devnet.car
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user