BounceBit Mainnet Node Setup
Deployment Guides
Testnet Snapshot 2025-03-12
https://snapshots.bouncebit.io/bouncebit_testnet_snapshot_2025-03-12T06_28_37-UTC.tar.zst
Mainnet Archive Snapshot 2025-11-21
https://snapshots.bouncebit.io/bouncebit_archive_snapshot_2025-11-21T00_01_55-UTC.tar.zst
Mainnet Snapshot Lite 2025-08-06
https://snapshots.bouncebit.io/bouncebit_statesync_snapshot_2025-08-06T09_44_47-UTC.tar.zst
Mainnet Configuration Spec
π‘ Mainnet
Chain-id
bouncebit_6001-1Fullnode Endpoint
https://fullnode-mainnet.bouncebitapi.comLatest Snapshot
echo "https://snapshots.bouncebit.io/bouncebit_archive_snapshot_$(curl -s https://snapshots.bouncebit.io/latest).tar.zst"
Mainnet Configuration for Lite Version
Configuration File Link: (Important: This configuration disables Rosetta.)
http://snapshots.bouncebit.io/bouncebit_statesync_config.tar.gz
Mainnet Latest Version
Latest Version downloads can always be found here:
v1.6.2
v1.6.1
DO NOT UPGRADE TO V1.6.0
v1.5.4
DO NOT UPGRADE TO V1.5.3
v1.5.2
Mainnet Deployment Guide
Preparation
Create workspace directory
Create work user
π Download Latest Version bbcored
Latest Version bbcoredInit Bouncebit Mainnet Network
ποΈ Download Mainnet Network_files
Mainnet configuration files can be downloaded from here π
Unzip mainnet-config-files.zip
And move the downloaded file to the following path.
Update seeds ( Required )
config.toml
Config ( Optional )
If you want to run an archived node , we recommend simply using the following settings.
app.toml
config.toml
If you are running as a validator and seeking to save disk space, we recommend simply using the following settings.
app.toml
config.toml
π Download Latest Version snapshot
Latest Version snapshotDownload and check snapshot file
Show the $WORKSPACE
Running Node via systemd
We recommend using Systemd to manage Bouncebit service and check logs.
Setting up systemd unit file
You can create a Systemd unit file at the following location /etc/systemd/system/bouncebit.service:
Start the service
View logs
Monitoring
Monitor your Full node using the instructions at Logging, Tracing, Metrics, and Observability.
The default metrics port is 26660. To change the port, edit your config/config.toml file.
Last updated