Files
xrpl-dev-portal/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-stock-server.md
Elliot Lee 5a7b3e7f75 Update pages explaining how to run rippled (#1442)
* Update and rename run-rippled-as-a-wallet-server.md to run-rippled-as-a-stock-server.md

* Redirect from 'wallet server' to 'stock server'

https://github.com/XRPLF/xrpl-dev-portal/pull/1442/files#r933780313

Co-authored-by: Rome Reginelli <rome@ripple.com>
Co-authored-by: mDuo13 <mduo13@gmail.com>
2022-08-03 10:38:09 -07:00

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.
Core Server

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. It is also a server that you can use to connect a wallet with the XRPL.

A stock server does all of the following:

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

{% include '_snippets/rippled-api-links.md' %} {% include '_snippets/tx-type-links.md' %} {% include '_snippets/rippled_versions.md' %}