diff --git a/source/docs/t0.md b/source/docs/t0.md index 29d31d1..199a7c9 100644 --- a/source/docs/t0.md +++ b/source/docs/t0.md @@ -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) \ No newline at end of file