Configure rippled
Customize your rippled server configuration.
- Run rippled as a Validator
Have your server vote on the consensus ledger.
- Run rippled as a Wallet Server
A multipurpose configuration for anyone integrating XAG.
- Configure StatsD
Monitor your rippled server with StatsD metrics.
- Connect Your rippled to an XAGL Altnet
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 XAG Ledger data.
- Configure Full History
Full history servers provide a record of every transaction ever to occur in the XAG 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)