monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
244 stars 80 forks source link

Build an RPC interface node that can be used for development #96

Closed chenluyong closed 3 years ago

chenluyong commented 3 years ago

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 of mainnet and open the RPC to the outside, and control the local wallet by running monero-wallet-rpc and opening the RPC to the outside.

Are there any guidelines for what I should do?

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

chenluyong commented 3 years ago

Thank you for your suggestion, It's very helpful. full-node has been synchronized.