Run rippled as a Wallet Server
A wallet server is a multipurpose configuration for rippled
. With a wallet server, you can submit transactions to the XRP Ledger, access ledger history, and use the latest tools to integrate with XRP.
A wallet 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
-
Participates in the consensus process as a validator
1. Install rippled
For more information, see Install rippled
.
2. Enable validation on your wallet server
For more information, see Enable validation on your rippled
server.
Warning: Validators should not be accessible to the public. Do not allow public WebSocket access to your wallet server or any other form of public access.
3. Provide domain verification
For more information, see Provide domain verification.
Troubleshooting
For more information, see Troubleshooting rippled