Remove fixed IPs and separate network for fixturenet. (#30)

* Remove fixed IPs and separate network for fixturenet.

* Remove static port mapping.

* Add helper script for checking your fxiturenet status

* Sleep 1 second

* Fix spacing

* Fix for latest genesis generator.

* run as archive node
This commit is contained in:
2022-10-31 12:43:49 -05:00
committed by GitHub
parent 7a6bebed73
commit 01fd7e251a
12 changed files with 121 additions and 58 deletions
+1 -2
View File
@@ -7,5 +7,4 @@ ENODE="enode://af22c29c316ad069cf48a09a4ad5cf04a251b411e45098888d114c6dd7f489a13
# JWT shared by geth and lighthouse for authentication.
JWT="0x6cdcac3501046a08e186730dd8bd136cfaf0fdc1fc955f6e15ad3068c0ff2af0"
# Should match the definition of fixturenet-eth-net.
NETRESTRICT="172.16.254.0/28"
ENR_URL="http://fixturenet-eth-bootnode-lighthouse:3000/bootnode/enr.dat"