-
Notifications
You must be signed in to change notification settings - Fork 197
litecoin-0.13.2 cannot synchronize blocks in testnet mode #7
Description
I have just installed litecoin-0.13.2 which is downloaded from https://litecoin.org. But it cannot synchronize any block. now, it is still at block zero. I check the log and find that none of the connections is good. the log look like:
183 2018-07-18 06:12:07 net thread start
184 2018-07-18 06:12:07 dnsseed thread start
185 2018-07-18 06:12:07 Loading addresses from DNS seeds (could take a while)
186 2018-07-18 06:12:07 init message: Done loading
187 2018-07-18 06:12:07 opencon thread start
188 2018-07-18 06:12:07 addcon thread start
189 2018-07-18 06:12:07 msghand thread start
190 2018-07-18 06:12:09 23 addresses found from DNS seeds
191 2018-07-18 06:12:09 dnsseed thread exit
192 2018-07-18 06:12:14 connect() to 173.255.213.16:19333 failed after select(): Connection refused (111)
193 2018-07-18 06:12:15 connect() to 138.68.16.50:19333 failed after select(): Connection refused (111)
194 2018-07-18 06:12:16 connect() to 173.212.194.197:19333 failed after select(): Connection refused (111)
195 2018-07-18 06:12:22 connect() to 174.138.7.213:19333 failed after select(): Connection refused (111)
196 2018-07-18 06:12:23 connect() to 144.217.66.232:19333 failed after select(): Connection refused (111)
197 2018-07-18 06:12:23 connect() to 89.40.1.28:19333 failed after select(): Connection refused (111)
198 2018-07-18 06:12:24 connect() to 107.170.17.56:19333 failed after select(): Connection refused (111)
199 2018-07-18 06:12:30 connect() to 85.214.199.24:19333 failed after select(): Connection refused (111)
200 2018-07-18 06:12:31 connect() to 104.237.131.138:19333 failed after select(): Connection refused (111)
201 2018-07-18 06:12:32 connect() to 176.221.43.113:19333 failed after select(): Connection refused (111)
202 2018-07-18 06:12:33 connect() to 68.168.124.50:19333 failed after select(): Connection refused (111)
203 2018-07-18 06:12:39 connect() to 118.193.19.166:19333 failed after select(): Connection refused (111)
204 2018-07-18 06:12:40 connect() to 178.128.18.97:19333 failed after select(): Connection refused (111)
205 2018-07-18 06:12:41 connect() to 212.129.57.233:19333 failed after select(): Connection refused (111)
206 2018-07-18 06:12:58 connect() to 173.212.194.197:19333 failed after select(): Connection refused (111)
207 2018-07-18 06:13:05 connect() to 178.128.18.97:19333 failed after select(): Connection refused (111)
is it a some protocol error when I connect to testnet?