OSDN Git Service

Change testnet seed peer (#602)
authoryahtoo <yahtoo.ma@gmail.com>
Thu, 12 Apr 2018 03:27:16 +0000 (11:27 +0800)
committerPaladz <yzhu101@uottawa.ca>
Thu, 12 Apr 2018 03:27:16 +0000 (11:27 +0800)
config/toml.go

index c9fd589..6747b94 100644 (file)
@@ -35,7 +35,7 @@ seeds = ""
 var testNetConfigTmpl = `chain_id = "testnet"
 [p2p]
 laddr = "tcp://0.0.0.0:46656"
-seeds = "139.162.105.40:46656,139.162.88.74:46656,47.96.42.1:46656,45.79.213.28:46656,212.111.41.245:46656"
+seeds = "172.104.224.219:46656,198.74.61.131:46656,212.111.41.245:46656"
 `
 
 // Select network seeds to merge a new string.