Running
Starting Your Node
Once you've set up your environment, configured your node, set up your quorum set, and selected archives to get
history from, you're ready to start Stellar Core.
Use a command equivalent to:
stellar-core run
At this point, you're ready to observe your core node's activity as it joins the network.
You may want to skip ahead and review the Logging page to familiarize yourself with Stellar Core's output.
Interacting With Your Instance
When your node is running, you can interact with Stellar Core via an administrative HTTP endpoint. Commands can be issued using command-line HTTP tools such as curl
, or by running a CLI command such as
stellar-core http-command <http-command>
The HTTP endpoint is not intended to be exposed to the public internet. It's typically accessed by administrators, or by a mid-tier application to submit transactions to the Stellar network.
Details of available HTTP endpoint commands can be found in the stellar-core-GitHub repo. Additionally, the commands page contains an overview of some of the most useful CLI commands (non-HTTP commands) for managing a running core node.
Joining the Network
Your node will go through the following phases as it joins the network, and you can query for the output below by using the info endpoint mentioned here :