- Go to Equinix Metal and choose a good machine. (Can also go through Solana Foundation Server Program).
- Create your server.
- For OS, choose iPXE.
- For URL, type in: https://stable.release.flatcar-linux.net/amd64-usr/current/flatcar_production_packet.ipxe
- Click add user data. Run
cat rpc.yaml | docker run --rm -i quay.io/coreos/ct:latest-dev --platform=custom
. Copy and paste that (removing the last % if present). - Let it deploy.
- Have fun!
If you want non-private RPC, you can remove coreos-metadata dependency and --rpc-bind-address
and change to --bind-address 0.0.0.0