PsychicCat / monero-nodejs

Monero wallet management via JSON-RPC
MIT License
114 stars 61 forks source link

Error: connect ECONNREFUSED 127.0.0.1:18082 #28

Open abdul745 opened 3 years ago

abdul745 commented 3 years ago

I am trying to make my monero wallet instance in my web app. When I make the command var Wallet = new moneroWallet(); I get the following error.

Error: connect ECONNREFUSED 127.0.0.1:18082 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1138:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 18082 }

Anyone please help how can I remove this?

ronyquail commented 2 years ago

Same here. Did you solve?