-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Running an XRP Testnet node
Elliot Lee edited this page Aug 30, 2019
·
2 revisions
Want to run rippled in testnet mode?
You can! Here's how to configure your server to connect to the XRP Testnet.
- In
rippled.cfg
, change the[ips]
stanza:
[ips]
r.altnet.rippletest.net 51235
- Replace
validators.txt
with the following:
[validator_list_sites]
https://vl.altnet.rippletest.net
[validator_list_keys]
ED264807102805220DA0F312E71FC2C69E1552C9C5790F6C25E3729DEB573D5860
- In
rippled.cfg
, remove the[validators]
and[validation_quorum]
stanzas.
- When the server is stopped, delete the "peerfinder.sqlite" file.
- Switch from rocksdb to nudb.