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

How to sync testnet of BCHN

sugawara0620 opened this issue · comments

Hi,

I try to test my application with Bitcoin ABC 0.22.6 (BCHN Network).

I expect this sync to testnet of BCHN.
But this sync to testnet of BCHA(https://texplorer.bitcoincash.org/).

I use this.
https://download.bitcoinabc.org/bcha/0.22.6/linux/bitcoin-abc-0.22.6-x86_64-linux-gnu.tar.gz

And here is a start of the logs.

2020-11-16T02:09:56Z Bitcoin ABC version v0.22.6-fb3ee2224 (release build)
2020-11-16T02:09:56Z Checkpoints will be verified.
2020-11-16T02:09:56Z Assuming ancestors of block 00000000000000830172be2a72b3f82958ed326e18319833931423cf1fb855d9 have valid signatures.
2020-11-16T02:09:56Z Setting nMinimumChainWork=00000000000000000000000000000000000000000000006e40c4825ce5884b99
2020-11-16T02:09:56Z Using the 'sse4(1way),sse41(4way),avx2(8way)' SHA256 implementation
2020-11-16T02:09:56Z Using RdSeed as additional entropy source
2020-11-16T02:09:56Z Using RdRand as an additional entropy source
2020-11-16T02:09:56Z Default data directory /home/app/.bitcoin
2020-11-16T02:09:56Z Using data directory /home/app/.bitcoin/testnet3
2020-11-16T02:09:56Z Config file: /home/app/.bitcoin/bitcoin.conf
2020-11-16T02:09:56Z Config file arg: datadir="/home/app/.bitcoin"
2020-11-16T02:09:56Z Config file arg: printtoconsole="1"
2020-11-16T02:09:56Z Config file arg: rest="1"
2020-11-16T02:09:56Z Config file arg: rpcallowip="127.0.0.1"
2020-11-16T02:09:56Z Config file arg: rpcauth=****
2020-11-16T02:09:56Z Config file arg: server="1"
2020-11-16T02:09:56Z Config file arg: testnet="3"
2020-11-16T02:09:56Z Config file arg: txindex="1"
2020-11-16T02:09:56Z Config file arg: [test] rpcbind=****
2020-11-16T02:09:56Z Config file arg: [test] rpcport="18332"
2020-11-16T02:09:56Z Command-line arg: datadir="/home/app/.bitcoin"

Is this specification or failure on configuration?

Thanks.

The binary you linked is the BCHA binary. Please check that you're running the correct version and reopen if you're still encountering issues.

It seems to I cannot reopen.
I make #415.