* Add words from new features such as NFTs to the spell checker * Add more proper nouns and general purpose words * Add more proper nouns and general purpose words * Update to use backticks * Update proper nouns and generic words * Fix style for words based on style checker report * Style/spelling fixes * Fix links broken by style/spelling updates * More edits for style * Finish updates to get style checker to pass Co-authored-by: mDuo13 <mduo13@gmail.com>
2.2 KiB
html, parent, blurb, labels
| html | parent | blurb | labels | |
|---|---|---|---|---|
| run-rippled-as-a-stock-server.html | configure-rippled.html | A multipurpose configuration for anyone integrating XRP. |
|
Run rippled as a Stock Server
A stock server is a multipurpose configuration for rippled. With a stock server, you can submit transactions to the XRP Ledger, access ledger history, and use the latest tools to integrate with XRP and the XRP Ledger. You can connect client applications to the XRP Ledger using this server.
A stock server does all of the following:
-
Connects to a network of peers
-
Relays cryptographically signed transactions
-
Maintains a local copy of the complete shared global ledger
To participate in the consensus process as a validator, run rippled as a validator instead.
Install and run rippled
The default package installation installs a stock server with a small amount of transaction history. For installation steps, see Install rippled.
After installation, you can adjust how much history your server stores at a time. For steps on how to do this, see Configure Online Deletion.
Troubleshooting
For more information, see Troubleshooting rippled
See Also
- Concepts:
- Tutorials:
- References:
- Validator Keys Tool Guide
- [consensus_info method][]
- [validator_list_sites method][]
- [validators method][]
{% include '_snippets/rippled-api-links.md' %} {% include '_snippets/tx-type-links.md' %} {% include '_snippets/rippled_versions.md' %}