Added t0 update process

This commit is contained in:
Bruno Skvorc 2019-04-10 14:51:35 +02:00
parent 5274457fc6
commit 15bef51a5c
1 changed files with 10 additions and 0 deletions

View File

@ -19,6 +19,16 @@ make testnet0
./build/testnet0_node # this launches the testnet0-specific node you just built
```
Here is the full process if you've already run testnet0 before but might be stuck with old source code or old, incompatible cache.
```bash
cd nimbus
make clean-testnet0 update # clean cache and update dependencies
cd vendor/nim-beacon-chain
make testnet0
./build/testnet0_node # this launches the testnet0-specific node you just built
```
Congratulations, you should now be joining us - your node will start syncing with the current state of our beacon chain. Once you're in sync, you should also start proposing your own blocks and providing attestations - exciting! You are now among [Ethereum 2.0 Nimbus pioneers](https://gitcoin.co/kudos/1160/nimbus_pilot)!
[![](https://our.status.im/content/images/2019/03/Annotation-2019-03-29-202131-1.png)](https://our.status.im/content/images/2019/03/Annotation-2019-03-29-202131-1.png)