Commit e714152 1 parent 8b18c45 commit e714152 Copy full SHA for e714152
File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,12 @@ import (
10
10
"github.com/ethereum/go-ethereum/log"
11
11
"github.com/ethereum/go-ethereum/vdn"
12
12
"github.com/prysmaticlabs/prysm/v5/network"
13
-
14
- "github.com/sirupsen/logrus"
15
13
)
16
14
17
15
var (
18
16
debug = flag .Bool ("debug" , false , "Enable debug logging" )
19
17
privateKeyPath = flag .String ("private-path" , "./key" , "Path to private key to use for peer ID" )
20
- port = flag .Int ("port" , 3000 , "udp port to listen for discovery connections" )
18
+ port = flag .Int ("port" , 13000 , "udp port to listen for discovery connections" )
21
19
externalIP = flag .String ("external-ip" , "" , "External IP for the bootnode" )
22
20
)
23
21
@@ -26,8 +24,6 @@ func main() {
26
24
fmt .Printf ("Starting bootnode...\n " )
27
25
28
26
if * debug {
29
- logrus .SetLevel (logrus .DebugLevel )
30
-
31
27
// Geth specific logging.
32
28
log .SetDefault (log .NewLogger (log .NewTerminalHandlerWithLevel (os .Stderr , log .LvlTrace , true )))
33
29
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ var DefaultConfig = Config{
81
81
VDN : vdn.Config {
82
82
HostAddress : "127.0.0.1" ,
83
83
NodeKeyPath : "" , // by default, it will be auto set DataDir/geth/nodekey_vdn
84
- QUICPort : 3000 ,
85
- TCPPort : 3000 ,
84
+ QUICPort : 13000 ,
85
+ TCPPort : 13000 ,
86
86
MaxPeers : 50 ,
87
87
EnableQuic : true ,
88
88
EnableDiscovery : true ,
You can’t perform that action at this time.
0 commit comments