-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run monero-wallet rpc? #3693
Comments
You need to at least give it the port to which to bind. Also add --wallet-file /path/to/wallet/cache, maybe auth options if necessary. |
That means it isn't running :) Try running it with command prompt, you should get a help message showing all of the switches and parameters you can pass to start it. You probably want something like |
i tried the solution but my wallet stuck at a point Starting wallet RPC server... how can i resolve this issue? as i saw an issue related to this but didn't got any help from that issue. |
Stuck how ? Doesn't answer to RPC ? That message is the one that happens after init is done, when the wallet starts listening to RPC, so if it's stuck there, it may be some network problem. |
Solved, It was giving unauthorized access which is solved by "--disable-rpc-login" |
+invalid |
I downloaded monero-cli for windows, i double clicked monerod, when its synchronized i double clicked moneo-wallet-cli, i created wallet, then i clicked monero-wallet-rpc, it gets closed within a second, i tried to hit wallet rpc methods using postman but could not get any response, but when i hit daemon rpc methods which are on 18081 as per official documentation, it gave me response... what i am doing wrong while accessing wallet-rpc methods?
The text was updated successfully, but these errors were encountered: