domschiener / leaderboard-example

IOTA Proof of Concept Application example. With tutorial.
Other
67 stars 50 forks source link

Port14265 connection refused #6

Open yukiba opened 6 years ago

yukiba commented 6 years ago

1516772094150 I do not know how to run this example on default port 14265. My localhost:14265 connection refused although I have run the client iota wallet by "npm start -p 14265" .

dsir-minute commented 6 years ago

yukiba, are you sure you have started on the same computer your own java full node ?

mirojo commented 6 years ago

I have the Same problem and I'm sure to have all in the same machine (Web and IOTA Full Node).

image

dsir-minute commented 6 years ago

I suggest you both try to use ip adress instead of hostname; sometimes, linux does block incoming connections to localhost but allow connections to the exposed ip adress (which can be fixed anyway)