Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 657 Bytes

readme.md

File metadata and controls

22 lines (18 loc) · 657 Bytes

BitDB on BCH testnet

Install

Configure

  • Set your bitcoin RPC host, RPC username, and RPC password in process.json
  • Set the script location and cwd in process.json
  • Set the block height to start syncing from in bitdb.json
    • The default 1190000 will sync 2018 BCH testnet
  • Set ports in config.js if using testnet ports, or configure BCH node to use mainnet ports instead

Run

  • pm2 start process.json

Debug / Monitor

  • pm2 logs bitd

Forked from: https://github.com/21centurymotorcompany/bitd