Joining the public network as an operator starts with the staking program.
and we’ll help you
get set up.
Prerequisites
- A Linux machine (x86_64) with about 4 TiB of disk, 16 GB of RAM, and a connection of at least 500 Mbps.
- A reliable Solana RPC endpoint. Bring your own provider or node, the same way you would for any serious Solana workload.
- SOL for transactions and enough TAPE to stake, held by the node’s identity keypair. See Tapenet funding.
- Inbound connectivity on the port your node will serve peers on.
Install
Install Tapedrive on the machine that will run the node.Keys
A node needs three keys, and one command generates all of them plus a starter configuration file:identity.json: the node’s Solana keypair. This is its on-chain identity and fee payer. On Tapenet, give it a small amount of Solana devnet SOL for its transactions. Tapenet setup covers the rest.bls.json: the key the node votes and certifies with in its spool group.tls.json: the key the node presents to peers. Node-to-node traffic is mutually authenticated, and peers pin this key from the node’s registration.node.yaml: a starter configuration, already pointing at the generated keys.
Configuration
The config lives at~/.tape/node.yaml by default. The starter file works with placeholders filled in; the sections you’ll actually touch:
http and https sections are separate listeners on purpose: one is the plaintext listener, the other is the mutually-authenticated peer side. The recovery and ingress settings are the knobs that shape resource use under load; the defaults are sensible and you can leave them alone on a first run.
Register and stake
Registration is enforced by the protocol rather than an operator allow-list. Before continuing, fund the identity generated above and check that its TAPE balance covers your intended stake. Registration takes three commands signed by that identity:--address is what peers will dial, so it has to be reachable from the internet. If you move the node to a new host later, updating it is one transaction: tape-admin node set-address.
Registration is also where you set your pool’s commission (--commission-bp), the cut you take from delegators’ rewards. Token economics covers how earnings flow.
Two timing expectations, so nothing surprises you: stake activates over two epochs, and the node starts receiving spool assignments once it’s active. Leaving works the same way in reverse; unstaking is as permissionless as joining.
Firewall
Open inbound TCP on the service port so gateways and peer nodes can reach you. Reachable does not mean public: peer traffic is mutually authenticated, and your node serves data only to staked peers (the access rules).Run
systemd
Restart=on-failure pairs well with how the node is built: it prefers a clean exit over limping in a degraded state, and a restart resumes exactly where it left off (the design).
Metrics and health
Build with themetrics cargo feature (the repository’s make targets do) and point a Prometheus scraper at /v1/metrics on the HTTP listener (telemetry lists every identifier). Four things are worth paging on: