@@ -84,7 +84,7 @@ node_key_file = "config/node_key.json"
8484abci = " socket"
8585
8686# TCP or UNIX socket address for the profiling server to listen on
87- prof_laddr = " "
87+ prof_laddr = " :9060 "
8888
8989# If true, query the ABCI app on connecting to a new peer
9090# so the app can decide if we should keep the connection or not
@@ -99,7 +99,7 @@ with_app_stat = true
9999[rpc ]
100100
101101# TCP or UNIX socket address for the RPC server to listen on
102- laddr = " tcp://0.0.0.0:27147 "
102+ laddr = " tcp://0.0.0.0:26657 "
103103
104104# A list of origins a cross-domain request can be executed from
105105# Default value '[]' disables cors support
@@ -195,7 +195,7 @@ tls_key_file = ""
195195[p2p ]
196196
197197# Address to listen for incoming connections
198- laddr = " tcp://0.0.0.0:27146 "
198+ laddr = " tcp://0.0.0.0:26656 "
199199
200200# Address to advertise to peers for them to dial
201201# If empty, will use the same port as the laddr,
@@ -204,9 +204,10 @@ laddr = "tcp://0.0.0.0:27146"
204204external_address = " "
205205
206206# Comma separated list of seed nodes to connect to
207- seeds = " 2726550182cbc5f4618c27e49c730752a96901e8@a41086771245011e988520ad55ba7f5a-5f7331395e69b0f3.elb.us-east-1.amazonaws.com:27146,34ac6eb6cd914014995b5929be8d7bc9c16f724d@aa13359cd244f11e988520ad55ba7f5a-c3963b80c9b991b7.elb.us-east-1.amazonaws.com:27146,fe5eb5a945598476abe4826a8d31b9f8da7b1a54@aa35ed7c1244f11e988520ad55ba7f5a-bbfb4fe79dee5d7e.elb.us-east-1.amazonaws.com:27146,8825b32e3abec71d772abf009ba1956d452be1fa@aa58a7e44244f11e988520ad55ba7f5a-45d504e63bacb8dd.elb.us-east-1.amazonaws.com:27146"
207+ seeds = " "
208+
208209# Comma separated list of nodes to keep persistent connections to
209- persistent_peers = " "
210+ persistent_peers = " 381934b9b3f862d1e81e699d8e1d38929f330cef@aa13359cd244f11e988520ad55ba7f5a-c3963b80c9b991b7.elb.us-east-1.amazonaws.com:27146,fe5eb5a945598476abe4826a8d31b9f8da7b1a54@aa35ed7c1244f11e988520ad55ba7f5a-bbfb4fe79dee5d7e.elb.us-east-1.amazonaws.com:27146,8825b32e3abec71d772abf009ba1956d452be1fa@aa58a7e44244f11e988520ad55ba7f5a-45d504e63bacb8dd.elb.us-east-1.amazonaws.com:27146,9612b570bffebecca4776cb4512d08e252119005@a0b88b324243a11e994280efee3352a7-96b6996626c6481d.elb.ap-northeast-1.amazonaws.com:27146,8c379d4d3b9995c712665dc9a9414dbde5b30483@aa1e4d0d1243a11e9a951063f6065739-7a82be90a58744b6.elb.ap-northeast-1.amazonaws.com:27146,7156d461742e2a1e569fd68426009c4194830c93@aa841c226243a11e9a951063f6065739-eee556e439dc6a3b.elb.ap-northeast-1.amazonaws.com:27146 "
210211# UPNP port forwarding
211212upnp = false
212213
@@ -239,10 +240,10 @@ send_rate = 52428800
239240recv_rate = 102428800
240241
241242# Interval to send pings
242- ping_interval = " 1m0s "
243+ ping_interval = " 10m0s "
243244
244245# Maximum wait time for pongs
245- pong_timeout = " 45s "
246+ pong_timeout = " 450s "
246247
247248# Set true to enable the peer-exchange reactor
248249pex = true
0 commit comments