bitcoin-abc | Bitcoin ABC develops node software and infrastructure
kandi X-RAY | bitcoin-abc Summary
kandi X-RAY | bitcoin-abc Summary
eCash is a digital currency that enables instant payments to anyone, anywhere in the world. It uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. eCash is a descendant of Bitcoin.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of bitcoin-abc
bitcoin-abc Key Features
bitcoin-abc Examples and Code Snippets
Community Discussions
Trending Discussions on bitcoin-abc
QUESTION
OS: Ubuntu Server 16.04
MongoDB Server: v3.4.22
Node.js: v10.16.3
I'm running a bitcoin-abc(bitcoin cash) node.
And I'm running a bitcore node to connect to the bitcoin-abc node.
The bitcoin-abc node is fully synchronized with the all blocks. It's got all the latest blocks.
and I checked that the rpc server is working fine.
But when I query to the bitcore
api server(e.g. http://localhost:3000/api/BCH/mainnet/tx?blockHash=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f),
it returns an empty array([]
).
And on the bitcore
terminal, it keeps printing this message below:
{"message":"Waiting until BTC syncs before BCH mainnet","level":"info"}
{"message":"Waiting until BTC syncs before BCH mainnet","level":"info"}
{"message":"Waiting until BTC syncs before BCH mainnet","level":"info"}
I want to know why this message(
"Waiting until BTC syncs before BCH mainnet"
) keeps showing. Maybe the bitcore node is still synchronizing? is it normal to see that message until the synchronization is complete?I want to use the Bitcore APIs.
- these are logs from the
bitcoin-abc
node.
ANSWER
Answered 2020-Mar-02 at 06:29I found out what was wrong in my configuration.
In bitcore.config.json
I removed parentChain
and forkHeight
. And it works perfectly now.
I didn't know exactly what those properties were for.
I referred to this example template(bitcore.config.json).
That's why I put those properties in it.
Anyone who runs only bitcoin-abc
node should Not include parentChain
and forkHeight
properties in bitcore.config.json
.
You can find the related answer here (https://github.com/bitpay/bitcore/issues/2742).
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install bitcoin-abc
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page