OSDN Git Service

update faucet
authorChengcheng Zhang <943420582@qq.com>
Sat, 23 Nov 2019 09:33:54 +0000 (17:33 +0800)
committerChengcheng Zhang <943420582@qq.com>
Sat, 23 Nov 2019 09:33:54 +0000 (17:33 +0800)
config/toml.go
consensus/general.go

index 8c1d570..4733981 100644 (file)
@@ -36,7 +36,7 @@ seeds = "47.103.79.68:56656,47.103.13.86:56656,47.102.193.119:56656,47.103.17.22
 var testNetConfigTmpl = `chain_id = "testnet"
 [p2p]
 laddr = "tcp://0.0.0.0:56657"
-seeds = "52.82.28.25:56657,52.82.31.195:56657,52.82.31.247:56657"
+seeds = "52.82.7.233:56657,52.82.109.252:56657,52.82.29.30:56657"
 `
 
 var soloNetConfigTmpl = `chain_id = "solonet"
index 08968db..565ac5a 100644 (file)
@@ -152,11 +152,12 @@ var TestNetParams = Params{
        Name:            "test",
        Bech32HRPSegwit: "tp",
        DefaultPort:     "56657",
-       DNSSeeds: []string{
-               "52.82.7.233",
-               "52.82.109.252",
-               "52.82.29.30",
-       },
+       DNSSeeds:        []string{},
+       // DNSSeeds: []string{
+       //      "52.82.7.233",
+       //      "52.82.109.252",
+       //      "52.82.29.30",
+       // },
        BasicConfig: BasicConfig{
                MaxBlockGas:                uint64(10000000),
                MaxGasAmount:               int64(200000),