From 15bef51a5cc0f5c4b55ad7e87c60933e95fa5d3d Mon Sep 17 00:00:00 2001 From: Bruno Skvorc Date: Wed, 10 Apr 2019 14:51:35 +0200 Subject: [PATCH] Added t0 update process --- source/docs/t0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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