Bitway Services
This page summarizes the Bitway mainnet services referenced by the BlockNth guides.
Core Services
Node Services
- Full Node: Runs
bitwaydand stores Bitway chain state - Validator Node: Participates in consensus and signs blocks
- RPC Node: Provides Tendermint RPC, REST API, and gRPC access
- Snapshot Node: Publishes compressed chain data for faster bootstrap
Public Network Services
| Service | Endpoint |
|---|---|
| RPC | https://bitway-rpc.noders.services |
| REST API | https://bitway-api.noders.services |
| gRPC | bitway-grpc.noders.services:443 |
| Seed | e7d6b8b779fb2fffb6a7b157955b984d923f8054@bitway-seed.noders.services:11733 |
| Peer | d28ad62b455115460bad695602e941c4b13135ec@bitway-rpc.noders.services:23456 |
Deployment Services
Genesis and Addrbook
curl -L https://snapshots.noders.services/mainnet/bitway/genesis.json -o ~/.bitwayd/config/genesis.json
curl -L https://snapshots.noders.services/mainnet/bitway/addrbook.json -o ~/.bitwayd/config/addrbook.json
Snapshot
Noders publishes Bitway snapshots under:
https://snapshots.noders.services/mainnet/bitway/
Snapshot archive names change over time. Confirm the latest filename before restoring production data.
State Sync
Use the Noders state sync page for live trust height and trust hash values:
https://noders.services/mainnet/bitway/statesync/
Monitoring
Bitway nodes expose standard Cosmos and CometBFT metrics when Prometheus is enabled in config.toml.
| Metric Source | Default Port |
|---|---|
| CometBFT Prometheus | 26660 |
| Application gRPC | 9090 |
| REST API | 1317 |
Operator Checklist
- Build
bitwaydfrom the pinnedv2.0.1release. - Initialize with
bitway-1. - Download mainnet genesis and addrbook from the
mainnet/bitwaysnapshot path. - Set Noders seed and peer or use your own trusted peers.
- Configure pruning, minimum gas price, and Prometheus.
- Run the node under systemd, preferably through Cosmovisor.
Support
tip
Use public endpoints for testing and diagnostics. For production apps and validators, run dedicated RPC infrastructure and monitoring.