Operators
Introduction
Overview for node operators joining the BitSong Crescendo-1 testnet.
Crescendo-1 is the official BitSong testnet built from the feat-hyperlane branch of go-bitsong. As a node operator, you play a critical role in validating that nodes can sync, produce blocks, and maintain consensus on the new codebase.
Operator Responsibilities
Prerequisites
You need one of the following to run a node:
Build from Source
Requires Go 1.22+ and Git installed on your system.
Pre-built Binary
Download the
bitsongd binary for your platform from GitHub releases.Docker
Requires Docker installed and running. No Go toolchain needed.
You should also have:
- A terminal with bash shell
- Basic familiarity with Cosmos SDK chains
curlandjqfor interacting with the node API
Chain Details
| Parameter | Value |
|---|---|
| Chain ID | crescendo-1 |
| Denom | ubtsg |
| Binary | bitsongd |
| Docker Image | ghcr.io/bitsongofficial/go-bitsong:feat-hyperlane |
| Branch | feat-hyperlane |
| Networks Repo | bitsongofficial/networks |