[FIXED] Full Node won't sync

Hi, I setted up a Bitcoin Full Node yesterday. Now I created a litecoin full node too (Nearly the same way I created the bitcoin node yesterday). And I forwarded Port 9333 TCP but the litecoin node won’t download the blockchain. I’m still at block zero after ten minutes of waiting.Full%20Node

EDIT:
It started syncing anyway but the starting progress took a long time

1 Like

I have the same issue. the log looks like that:
2018-07-18 06:12:14 connect() to 173.255.213.16:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:15 connect() to 138.68.16.50:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:16 connect() to 173.212.194.197:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:22 connect() to 174.138.7.213:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:23 connect() to 144.217.66.232:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:23 connect() to 89.40.1.28:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:24 connect() to 107.170.17.56:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:30 connect() to 85.214.199.24:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:31 connect() to 104.237.131.138:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:32 connect() to 176.221.43.113:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:33 connect() to 68.168.124.50:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:39 connect() to 118.193.19.166:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:40 connect() to 178.128.18.97:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:41 connect() to 212.129.57.233:19333 failed after select(): Connection refused (111)
2018-07-18 06:12:58 connect() to 173.212.194.197:19333 failed after select(): Connection refused (111)
2018-07-18 06:13:05 connect() to 178.128.18.97:19333 failed after select(): Connection refused (111)

all the connections are failed. I am still at block zero too.

Try it with only one, because connect connects only to this peer. But I‘m not at home so I cannot test it