Closed chenluyong closed 3 years ago
This is a pretty good resource for using the Monero binaries: https://monerodocs.org/interacting/monerod-reference/
Here's another written by a community member but for running a node: https://sethsimmons.me/guides/run-a-monero-node/
I wouldn't recommend exposing a wallet's RPC interface to the public; run it locally and write scripts/applications to interface with the local interface.
Thank you for your suggestion, It's very helpful. full-node has been synchronized.
Where is the tutorial on the RPC interface and full-node running guide? There is no example file to start RPC, look like bitcoin.conf.
I want to run
monerod
to synchronize the full-node ofmainnet
and open the RPC to the outside, and control the local wallet by runningmonero-wallet-rpc
and opening the RPC to the outside.Are there any guidelines for what I should do?