- Adding the SDF stable repository to your system
- Quickstart
- Installing individual packages
- Upgrading
- Running Horizon in production
- Building Packages
- Running a Full Validator
- Publishing a History archive
- Backfilling a History archive
- Monitoring
- Testnet Reset
In order to use our repository you will need to add our GPG public key to your system and create a sources file.
The key we use (A136B5A6), is available from https://pgp.mit.edu with fingerprint:
AEAF 01EE A6CA FCEF DDAE 8AA7 0463 8272 A136 B5A6
sudo curl -fsSL https://apt.stellar.org/SDF.asc -o /etc/apt/keyrings/SDF.asc
sudo chmod a+r /etc/apt/keyrings/SDF.asc
echo "deb [signed-by=/etc/apt/keyrings/SDF.asc] https://apt.stellar.org $(lsb_release -cs) stable" | sudo tee -a /etc/apt/sources.list.d/SDF.list
Please note we only support Ubuntu LTS releases.
If you would like to install our Release Candidates and/or track the Master branch, you can do so by using our testing
repository. As the name indicates this repository and it's packages are not recommended for production deployments. Use at your own risk.
echo "deb [signed-by=/etc/apt/keyrings/SDF.asc] https://apt.stellar.org $(lsb_release -cs) testing" | sudo tee -a /etc/apt/sources.list.d/SDF-testing.list
Please note we only support Ubuntu LTS releases.