Bitcoin-ABC / bitcoin-abc

Bitcoin ABC develops node software and infrastructure for the eCash project. This a mirror of the official Bitcoin-ABC repository. Please see README.md

Home Page:https://reviews.bitcoinabc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to to switch to BCHN network

imulmat3 opened this issue · comments

I built a new debian binary for BCHN from the release link you gave with these params
cmake -DBUILD_BITCOIN_QT=OFF -DNETWORK_COMPATIBILITY=BCHN
However when I run my node it seems I am still connected to ABC and unable to sync to the height of BCHN. Am I missing something?

NVM I ran a reindex on my node after replacing my BCHABC binary with a BCHABCN one and I am now up to tip on the BCN network.