Hello
Where is the correct place to ask for programming problems ?
.. Please move this post and let me know if this is not the right place
I am trying to test a full iri node running locally, it is fully synched now.
While trying to execute the demo
https://github.com/domschiener/leaderboard-exampleIt accepts a seed and displays the message:
Successfully saved your seed. You can generate an address now.
However it does not work when I click on the Generate Address button (Other people have reported the same thing).
This is the message on the IRI node console:
12/05 11:31:08.251 [pool-5-thread-16] INFO c.i.i.n.r.ReplicatorSourceProcessor - ***** NETWORK ALERT ***** Got connected from unknown neighbor tcp://localhost:55384 (0:0:0:0:0:0:0:1) - closing connection
I also tried using the external DNS name and it returned the same NETWORK ALERT message,
How do we tell the iri node that localhost is a valid neighbor ? , what about the port number ?
Thx