Chaindata Snapshot
Fullnode Snapshot
Download
Snapshot on August 24, 2023 Size: 812.47 GB Download
Snapshot on March 30, 2023 Size: 764.35 GB Download
Command Line Instructions
Download the snapshot file
# Download
$ aria2c -o geth.tar.lz4 -s 16 -x 16 -k 500M "https://bkc-snapshots-sg.obs.ap-southeast-3.myhuaweicloud.com/mainnet/fullnode/geth-20230824.tar.lz4"
Extract snapshot to the specify directory
// Install Lz4
sudo apt-get -y install lz4
// Extract
tar -I lz4 -xvf geth.tar.lz4 -C /bkc-node/mainnet/data
Start Geth
// Start Geth
geth --datadir /bkc-node/mainnet/data --config /bkc-node/mainnet/config.toml
Last updated
Was this helpful?