2

I followed this tutorial for creating a litecoin clone for learning purposes. So everything worked well and even started mining, coins were sent successfully, but the problem was when I added another node to connect to this node. I added addnode in both their config with the IPs of each other and restarted the daemon. The cli getpeerinfo shows the other node is connected but the blocks are not being downloaded. Can't seem to figure out why. Any idea, if some information you seem is missing, I'm more than happy to provide.

Error: connect() to ip:port failed after select(): Connection refused (111)

But the port is open on Amazon, nmap shows it's open, ufw is inactive for now. Still this error. Can't seem to find out why.

UPDATE: connection refused error fixed when I added -listen when running the daemon.

But now it throws,

2018-08-09 14:39:34 Potential stale tip detected, will try using extra outbound peer (last tip update: 5040 seconds ago)

Naveen
  • 21
  • 3

1 Answers1

0

try it again on a no aws server. Amazon is known for configurations which only work after paying some extra dosh

  • 1
    As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jan 12 '22 at 18:41