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-1

Fullnode Endpoint https://fullnode-mainnet.bouncebitapi.com

Latest 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

v1.5.4

v1.5.2


Mainnet Deployment Guide

Preparation

Create workspace directory

Create work user

🌈 Download Latest Version bbcored

Init Bouncebit Mainnet Network

πŸ–‡οΈ Download Mainnet Network_files

Mainnet configuration files can be downloaded from here πŸ‘‡

18KB
Open

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

Download 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