mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Interim with port changes and network change
This commit is contained in:
parent
12e8c7b480
commit
7bcb1aa426
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[Eth]
|
||||
NetworkId = 1
|
||||
NetworkId = 2147483647
|
||||
SyncMode = "fast"
|
||||
LightPeers = 100
|
||||
DatabaseCache = 768
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ services:
|
|||
- "8545:8545"
|
||||
- "8546:8546"
|
||||
- "30301:30301"
|
||||
- "30301:30301/udp"
|
||||
- "30303:30303"
|
||||
- "30303:30303/udp"
|
||||
- "30304:30304"
|
||||
- "31333:31333"
|
||||
|
|
|
|||
Loading…
Reference in a new issue