Integrate Witti testnet (#1193)

* Update for latest master

* Shift delay inside loop

* Clean up genesis service

* Tidy

* Tidy logs

* Address Michael's comments

* Add pre-genesis logging

* Remove est time till genesis

* Fix time formatting

* Tidy

* Update docs for Witti

* Update JS for Witti

* Ensure deposit data is 0x-prefixed hex

* Hard code witti testnet dir

* Add --auto-register warning

* Integrate local sigp testnet source

* Reword warning
This commit is contained in:
Paul Hauner
2020-05-26 15:31:41 +10:00
committed by GitHub
parent 9718c5db07
commit ad4e5adabc
11 changed files with 50 additions and 28 deletions

View File

@@ -1,20 +1,10 @@
# Become an Ethereum 2.0 Testnet Validator
# Become an Ethereum 2.0 Testnet Validator on Witti
---
Running a Lighthouse validator on the [Witti](https://github.com/goerli/witti)
multi-client testnet is easy if you're familiar with the terminal.
**The Schlesi testnet is currently down.**
Please do not submit any deposits. For updates, see:
- The Lighthouse ["announcements"](https://discord.gg/cE3GEy) Discord channel.
- The Eth R&D ["Schlesi"](https://discord.gg/GQwzr7) Discord channel.
- [goerli/witti](https://github.com/goerli/witti) for technical information.
---
Running a Lighthouse validator is easy if you're familiar with the terminal.
Lighthouse runs on Linux, MacOS and Windows and has a Docker work-flow to make things as simple as possible.
Lighthouse runs on Linux, MacOS and Windows and has a Docker work-flow to make
things as simple as possible.
## 0. Acquire Goerli ETH

View File

@@ -1,6 +1,6 @@
const NETWORK = "5";
const NETWORK_NAME = "Goerli Test Network";
const DEPOSIT_CONTRACT = "0xA15554BF93a052669B511ae29EA21f3581677ac5";
const DEPOSIT_CONTRACT = "0x42cc0FcEB02015F145105Cf6f19F90e9BEa76558";
const DEPOSIT_AMOUNT_ETH = "32";
const GAS_LIMIT = "4000000";
const DEPOSIT_DATA_BYTES = 420;