Odin Protocol Validator Tools & Infrastructure Documentation
Complete infrastructure toolkit for Odin Protocol validators and developers. Access our professional-grade services including RPC nodes, API endpoints, daily snapshots, and real-time metrics. Our odin infrastructure features optimized pruning configurations, automated backups, and comprehensive monitoring solutions. Supporting both mainnet and testnet environments with dedicated endpoints, state-sync services, and detailed technical documentation for seamless network participation and development.
Get your node synchronized with the chain in minutes using all the available peering options and optimize your p2p connection using our seed node.
#Peering tools
#quick connect through Snapshot
ⓘ  Â
Use this if you need to quickly re-peer
sudo systemctl stop odind
seeds="[email protected]:16856,ebc272824924ea1a27ea3183dd0b9ba713494f83@odin-mainnet-seed.autostake.com:26766,[email protected]:1116,[email protected]:26656,[email protected]:24756"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.odind/config/config.toml
curl -Ls https://snapshots.lavenderfive.com/snapshots/odin/addrbook.json > $HOME/.odind/config/addrbook.json
sudo systemctl restart odind
#seed node
[email protected]:16856
#latest addrbook
curl -Ls https://snapshots.lavenderfive.com/snapshots/odin/addrbook.json > $HOME/.odind/config/addrbook.json
#live peers
peers="{{ peers }}"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.odind/config/config.toml
#all seed nodes
seeds="[email protected]:16856,ebc272824924ea1a27ea3183dd0b9ba713494f83@odin-mainnet-seed.autostake.com:26766,[email protected]:1116,[email protected]:26656,[email protected]:24756"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" $HOME/.odind/config/config.toml
Chain ID:
The unique identifier for the blockchain network.
odin-mainnet-freya
Latest Version:
The latest version of the chain software.
v0.10.2
Github:
The Github repository hosting the code for the network in question.
Public endpoints
Public endpoints are rate limited but can be used for basic CLI usage, node syncing or testing environments. Request an API key for enhanced access limits, we offer free trial periods of 14 days and cheap shared access plans from $50 a month.
REST/LCD
REST endpoint for querying blockchain data through the REST framework. Often available for Cosmos chains but also the main framework for Aleo as an example.
rest.lavenderfive.com:443/odin
RPC
Remote Procedure Call endpoint for the consensus client of a blockchain. This is not an EVM endpoint (we call this json RPC) but the main framework for blockchain frameworks like Cosmos, Aptos, Sui and Near.
rpc.lavenderfive.com:443/odin
gRPC
High-performance RPC endpoint for blockchain communication using the Google gRPC framework. This is often standard gRPC and not the "WEB" framework which is sometimes also accesible.
odin.lavenderfive.com:443
WebSocket
WebSocket endpoint for real-time blockchain updates of the consensus client. This is not the EVM websocket integration, we name and expose that separately. WS is commonly available for Cosmos and Move networks that also expose a REST endpoint.
wss://rpc.lavenderfive.com:443/odin/ws
© 2022 Lavender.Five Nodes. All rights reserved.