Closed ThibaultJanBeyer closed 6 years ago
Hi, I’m connecting to my monerod cli wallet via var Wallet = new moneroWallet('localhost', '18081');
var Wallet = new moneroWallet('localhost', '18081');
which seem to work. But when doing:
Wallet.address().then(function(a) { console.log(a) });
I get following error:
{ "code": -32601, "message": "Method not found" }
I tried different methods, also Wallet.balance(). Give me the same answer..
Wallet.balance()
This is weird, what’s the issue? Thank you
Ah! Sorry, I did not run the -rpc wallet. My bad…
Hi, I’m connecting to my monerod cli wallet via
var Wallet = new moneroWallet('localhost', '18081');
which seem to work. But when doing:
Wallet.address().then(function(a) { console.log(a) });
I get following error:
I tried different methods, also
Wallet.balance()
. Give me the same answer..This is weird, what’s the issue? Thank you