WIP Tezos Octez node setup and baking OVH x softstack x Tezos
This is the documentation for setting up a Tezos Baker/Validator node with a server from OVH.
- High CPU performance for transaction processing
- Sufficient memory to handle blockchain data and operations
- Fast and reliable storage with SSD
- Good network performance
In numbers:
- 8 GB RAM
- 2 CPU cores (better 4 vCPU)
- Min. 256 GB SSD Drive
- Linux (Docker optional)
- Network min. 100 Mbps
History types for a node:
- Rolling mode: The most lightweight mode. It stores recent blocks with their current context.
- Full mode (default mode): It also stores the content of every block since genesis so that it can handle requests about them, or even recompute the ledger state of every block of the chain.
- Archive mode: Also stores the history of the context, allowing services like indexers to enquire about balances or staking rights from any past block.
Network types:
- Mainnet
- Oxfordnet was a testnet. Seems to be deprecated.
- Ghostnet is a permanent testnet for devs or bakers.
The node is intended for baking with no need to store content of every previous block. This is why the history type can be in rolling mode. Network type must be mainnet.
- Got to ovh.com
- Select location filter
- Select Hardware filter
- Select suitable server
- Check order summary
- Choose ovh server: SYS-4-SSD-16
- Login to server with ssh. Perform ssh hardening.
- Installation and Setup of a node
- Keep octez up to date
- Monitor performance and activity




