tronprotocol / tron-deployment

tron main net conf
169 stars 363 forks source link

Testnet is not alive #40

Closed begetan closed 3 years ago

begetan commented 3 years ago

I checked all hosts from config and found that they are not responding on port 18888

The node also does not sync with this config.

08:30:43.101 INFO  [pool-35-thread-1] [net](PeerClient.java:70) connect peer 47.252.80.45 18888 73d94819efe8f7a9060f03cbf7e51868e768ffaa3dd1343dc14ec5a59a18bb0614231faa0     ecd02b87c0d30b933c311559f7a36fcceaf09fc66351e555051e2e6
08:30:43.101 INFO  [pool-35-thread-1] [net](PeerClient.java:70) connect peer 47.252.81.126 18888 df1f6eed2fcae45443ee873e01f60487215f632e372f97c32ddbc214dd100187fa7b7ed2     4024e6552243d096c39c6c641902aabcd1ee400b3dcecb6cbceacf2e
08:30:43.101 INFO  [pool-35-thread-1] [net](PeerClient.java:70) connect peer 47.252.84.148 18888 6516a865c9a56a3778ce5e3867c6d90da3fc5db3504e134acfd6db5b985e049b8b4b0399     f93c7c0e4af574b10836a398194c77b49e686f68a85a5839aa73bac4
08:30:43.102 INFO  [pool-35-thread-1] [net](PeerClient.java:70) connect peer 47.252.80.163 18888 ca7787e6acac16619d3acce0cad1b041d621c29e36c49cda8cbfa99c60b59f9c7491db1a     3c328fe91c78b3f31006532c58b9984e353463fdc1800b3c031871f0
08:30:45.104 WARN  [TronJClientWorker-24] [net](PeerClient.java:58) connect to 47.252.80.45:18888 fail,cause:connection timed out: /47.252.80.45:18888
08:30:45.104 WARN  [TronJClientWorker-25] [net](PeerClient.java:58) connect to 47.252.81.126:18888 fail,cause:connection timed out: /47.252.81.126:18888
08:30:45.104 INFO  [TronJClientWorker-24] [net](TronChannelInitializer.java:48) Close channel:null | <null>
08:30:45.104 WARN  [TronJClientWorker-26] [net](PeerClient.java:58) connect to 47.252.84.148:18888 fail,cause:connection timed out: /47.252.84.148:18888
08:30:45.104 INFO  [TronJClientWorker-25] [net](TronChannelInitializer.java:48) Close channel:null | <null>
08:30:45.104 INFO  [TronJClientWorker-26] [net](TronChannelInitializer.java:48) Close channel:null | <null>
08:30:45.104 WARN  [TronJClientWorker-27] [net](PeerClient.java:58) connect to 47.252.80.163:18888 fail,cause:connection timed out: /47.252.80.163:18888
08:30:45.104 INFO  [TronJClientWorker-27] [net](TronChannelInitializer.java:48) Close channel:null | <null>
Starsakary commented 3 years ago

Thanks for your reminder. As I said in https://github.com/tronprotocol/java-tron/issues/3792, this is going to be fixed in the future.

Starsakary commented 3 years ago

I will close this issue, feel free to open this again if there is any further problem.