OSDN Git Service

change testnet seed
authorChengcheng Zhang <943420582@qq.com>
Sat, 23 Nov 2019 06:52:21 +0000 (14:52 +0800)
committerChengcheng Zhang <943420582@qq.com>
Sat, 23 Nov 2019 06:52:21 +0000 (14:52 +0800)
consensus/general.go

index b34f19d..08968db 100644 (file)
@@ -152,7 +152,11 @@ var TestNetParams = Params{
        Name:            "test",
        Bech32HRPSegwit: "tp",
        DefaultPort:     "56657",
-       DNSSeeds:        []string{"www.testnetseed.vapor.io"},
+       DNSSeeds: []string{
+               "52.82.7.233",
+               "52.82.109.252",
+               "52.82.29.30",
+       },
        BasicConfig: BasicConfig{
                MaxBlockGas:                uint64(10000000),
                MaxGasAmount:               int64(200000),