monero-nodejs icon indicating copy to clipboard operation
monero-nodejs copied to clipboard

Monero wallet management via JSON-RPC

Results 9 monero-nodejs issues
Sort by recently updated
recently updated
newest added

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...

In nodejs, While creating an instance of monero-wallet using following code and my own server details where the program is running: var moneroWallet = require('/home/server/auth/monero-nodejs/lib/wallet.js'); var mWallet = new moneroWallet(...

```js var moneroWallet = require('monero-nodejs'); var Wallet = new moneroWallet('127.0.0.1', 18083); console.log(Wallet.open_wallet); ``` returns undefined

After creating wallet how to get address of wallet?

Hi PsychicCat, I really impressed of this library and want to help you develop it. I've added some tests and parameters that will help to run test script on different...

scanning the blockchain, and then storing the updated cache would be helpful. Don't you agree?

When we split integrated address, we get encrypted paymentId. If we check payements (using getPayments), we get empty object. If we could a method to decrypt the encrypted payment Id...

Hi @PsychicCat I'm working to update Monero's JS libs to 0.18 and prepare for the coming hard fork After FCMP++ is merged we will probably need to update again I...