Questions tagged [monero-wallet-rpc]

A Monero application used to provide programatic access (via an RPC interface) to Monero wallets.

A Monero application used to provide programatic access (via an RPC interface) to Monero wallets.

172 questions
11
votes
1 answer

What is Kasisto?

What is Kasisto? Is there a demo available? Is it open source? If so where can I see the source code? Who is the developer? How can I become a beta tester?
seek adventure
  • 2,239
  • 14
  • 52
6
votes
2 answers

What is the easiest way to get a notification for incoming transaction?

I tried to get a notification for an incoming transaction?? What is the best way? As I see, I have three options now. (Updated 02/20/2018) Make a script to check rpc log file. Then get wallet information. (Not working) Run incoming_transaction on…
lambdax
  • 61
  • 5
6
votes
2 answers

Wallet RPC API wallet creation

I decided to build a python GUI wrapper around monerod and monero-wallet-rpc. Following https://getmonero.org/knowledge-base/developer-guides/wallet-rpc and https://moneroexamples.github.io/python-json-rpc/ are great, but this requires a wallet to…
nthterm
  • 185
  • 7
6
votes
1 answer

Funds received from subwallet are not showing

My wallet has approximately 60,000 subaddresses. I was running monero-wallet-rpc, and somehow (I think) the program was not able to save the wallet successfully. When I started monero-wallet-rpc again, my wallet shows the last 10 transactions…
John Doe
  • 61
  • 1
5
votes
1 answer

Run monero-wallet-rpc in background in Ubuntu?

Is there a flag that i can pass to monero-wallet-rpc so it runs in the background? I tried --detach since thats used in monerod but it didn't work. Any unofficial way to do it easily? I am running Ubuntu 16.04.
Unknown
  • 53
  • 3
5
votes
2 answers

Difference between "Wallet" and "Account"

By looking at Moneropedia, words Account and Wallet may seem to be interchangeable, yet there are different methods for each at monero-wallet-rpc (e.g. create_wallet and create_account). So what's the difference between these two? I obviously cannot…
sadp
  • 51
  • 2
4
votes
3 answers

How to close a wallet without stopping the RPC server?

I am trying to use RPC to perform such actions as: Check balance and make transfers using selected wallet The needed wallet should be unlocked just before any tranfer and locked immediately after monero-wallet-rpc (with --wallet-dir option) can do…
Sovan
  • 51
  • 1
  • 1
  • 3
4
votes
1 answer

Are there certain characters unsuitable for passwords?

There has been a push in recent years (or maybe we're even past that push now, and everyone pretty much knows the importance) to use complex passwords with not just numbers and a mix of uppercase and lowercase letters, but also to use special…
4
votes
1 answer

As of 0.10.1.0, how do you use monero-wallet-rpc?

Once updating to version 0.10.1.0, in addition to monero-wallet-cli, there is monero-wallet-rpc. What is the difference in usage between the two? What type of commands/arguments that were run previously with monero-wallet-cli should now be run…
4
votes
1 answer

Advantages of using monerod over Tor

According to the README, it seems like only the transactions sent from local RPC to the daemon get propagated through Tor. I am unable to understand why this choice was made/what its advantages may be. One advantage I can think of is that it would…
4
votes
1 answer

How do I get the account_index parameter for the wallet RPC?

I am using the Monero wallet RPC method get_balance to get my wallet balance. One of the inputs is account_index, which is described as: account_index - unsigned int; Return balance for this account. What is account_index and how do I get it?
Guga Todua
  • 209
  • 1
  • 5
3
votes
3 answers

Monero Testnet Faucet

How to run monero node in testnet mode for testing purpose and how to get testnet coin? Is there any testnet online portal for testing?
3
votes
1 answer

Error when trying to run monero-wallet-rpc with docker-compose up

I provide user and password in config file, but I got the error as it tries to create .login file. When I run for the first time it runs without restriction, but when I run for the second time, it throws error. docker-compose up Starting…
3
votes
1 answer

How to communicate programmatically with the Monero CLI wallet using php?

I have installed my Monero CLI wallet on my Amazon server with this help. I want to communicate with this wallet using php. I tried with this library but it is not connecting properly. Can anyone please help me make it work or find another library?
Albert
  • 143
  • 4
3
votes
1 answer

How can I set monero-wallet-rpc default password

I want to set a permanent monero-wallet-rpc password. Right now every time I run monero-wallet-rpc I am asked to define a password. How can I make this password be permanent?
joejoe12
  • 51
  • 2
1
2 3
11 12