Interim with port changes and network change

This commit is contained in:
David Krett 2018-08-13 13:55:08 -04:00
parent 12e8c7b480
commit 7bcb1aa426
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
[Eth] [Eth]
NetworkId = 1 NetworkId = 2147483647
SyncMode = "fast" SyncMode = "fast"
LightPeers = 100 LightPeers = 100
DatabaseCache = 768 DatabaseCache = 768

View file

@ -9,6 +9,8 @@ services:
- "8545:8545" - "8545:8545"
- "8546:8546" - "8546:8546"
- "30301:30301" - "30301:30301"
- "30301:30301/udp"
- "30303:30303"
- "30303:30303/udp" - "30303:30303/udp"
- "30304:30304" - "30304:30304"
- "31333:31333" - "31333:31333"