Skip to content

BaerChain Guide to using data snapshot

qwerbaer edited this page Dec 3, 2020 · 1 revision

BaerChain Guide to using data snapshot

Download address

Tag package download

  • Download address:https://snapshot.baersingapore.io/download/
  • Select the version you want to download (example:brcd-rocksdb-five-202008210841.tar.gz Package for rocksdb5 version;brcd-rocksdb-six-202011250000.tar.gz The version of the package is rocksdb6)

Command line breakpoint Download

matters needing attention

  • Please confirm the current version before downloading
  • View rocksdb version
./brcd -V

Databases_version:
   leveldb 1.18
   rocksdb 6.1

Main network startup document

Start the command, specifying rocksdb

  • ./brcd --accountJson ./config.json -d ./data --db-path ./db -v 2 --listen 36550 --http_port 8119 --db rocksdb

Clone this wiki locally