Muhammad Abdullah Hanif
Muhammad Abdullah Hanif
> What is your `--rpc-bind-port` when starting monero-wallet-rpc? How do I start monero-wallet-rpc please?
I have downloaded the full node on my server. Started Monerod, monero-wallet-rpc using bind-port 38084. Now when I run any curl command from https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#create_address, I get the following error: Unauthorized...
The error is same even if I put authentication with the command. I caannot run the curl commands from [here](https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#create_address) I will see the above sample code and documentation again.
I have just run the following command: curl http://127.0.0.1:38084/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"'make_integrated_address'","params":'"{\"payment_id\":\"1234567890123456789012345678900012345678901234567890123456789000\"}"'}' -H 'Content-Type: application/json' -u rpc_user:abc123 --digest Still got the same error: Unauthorized Access401 Unauthorized
for monero daemon=>./monerod --stagenet for rpc=> ./monero-wallet-rpc --wallet-file=amcoWallet --daemon-login rpc_user:abc123 --prompt-for-password --rpc-bind-port 38084 --stagenet