Configure rippled
Customize your rippled server configuration.
- Run rippled as a Validator
Have your server vote on the consensus ledger.
- Run rippled as a Stock Server
A multipurpose configuration for anyone integrating XRP.
- Configure Amendment Voting
Set your server's votes on protocol amendments.
- Test Amendments
You can test proposed amendments before they're enabled on the network.
- Configure StatsD
Monitor your rippled server with StatsD metrics.
- Connect Your rippled to a Parallel Network
Connect your rippled server to the test net to try out new features or test functionality with fake money.
- Configure Online Deletion
Configure how far back your server should store transaction history.
- Configure Advisory Deletion
Use advisory deletion to delete older ledger history on a schedule rather than as new history becomes available.
- Configure History Sharding
Set up a server to contribute to preserving shards of historical XRP Ledger data.
- Configure Full History
Full history servers provide a record of every transaction ever to occur in the XRP Ledger, although they are expensive to run.
- Configure gRPC
Enable and configure the gRPC API.
- Enable Public Signing
Allow others to use your server to sign transactions. (Not recommended)