From 3bad3d991d4fd1bd0e5050d2de83c8f3183c6009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A9=B7=E5=A9=B7?= Date: Wed, 10 Jun 2020 23:57:03 +0800 Subject: [PATCH] add testnet0 state --- docs/src/validator.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/validator.md b/docs/src/validator.md index 2def53639..6e1504fbe 100644 --- a/docs/src/validator.md +++ b/docs/src/validator.md @@ -7,7 +7,7 @@ To become a validator, you have to first connect to a testnet, deposit your Ethe Though Nimbus can connect to any of the testnets published in the [eth2-clients/eth2-testnets repo](https://github.com/eth2-clients/eth2-testnets/tree/master/nimbus), below are the recommended ones: - Public Testnet: [witti](https://github.com/goerli/witti) ([explorer](https://witti.beaconcha.in)) -- Local Testnet: testnet0 +- Local Testnet: testnet0 (currently not available) ## Connecting to Testnets @@ -58,3 +58,5 @@ You can also get a brief estimate of the time remaining until your network gets 2. Currently, you have to switch to the devel branch in order to run the validator node successfully. 3. Everytime you want to update your node to the latest version, run `git pull`, `make update`, and then `make testnet0`. + +4. If `make update` has been running for too long, you can use `make update V=1` or `make update V=2` for verbose output.