PsychicCat / monero-nodejs

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

connect ECONNREFUSED 127.0.0.1:18082 #11

Closed afzydev closed 6 years ago

afzydev commented 6 years ago

Hello

Thanks for the awesome script.You made our life easier. I got up in one problem i.e when i am running

Wallet.integratedAddress().then(function(address) {
                console.log(address);
            });

connect ECONNREFUSED 127.0.0.1:18082 is returning as a response.

Although I have already started the ./monerod and **./monero-wallet-rpc --wallet-file MyMoneroWallet --disable-rpc-login --password "***" --rpc-bind-port 1808**

Still it is saying connection refused.

Please check where I am missing.

Thanks in Advance.