bitpay / insight

A bitcoin blockchain explorer and API
https://insight.bitpay.com/
MIT License
1.19k stars 1.11k forks source link

Incompatible with bitcoind 0.14.2? Unparsed address & value errors #802

Open jamespharvey20 opened 7 years ago

jamespharvey20 commented 7 years ago

Fresh install of bitcoind 0.14.2, and bitcored installed via npm (shows bitcore 4.1.1 which under it shows bitcore-lib 0.14.0, bitcore-node 3.1.3 which under it shows bitcore-lib 0.13.19, insight-api 0.4.3 which under it shows bitcore-lib 0.13.19.

Ran system-installed bitcoind with the bitcoind.conf provided by bitcored. (So, includes txindex,addressindex,timestmapindex,spentindex=1.)

Then modified bitcore-node.json with datadir /var/lib/bitcoind and exec /usr/bin/bitcoind.

bitcored starts, and can load its website. It constantly updates under "Latest Transactions", and shows a checkmark, "Conn 2 Height 481566". But clicking on one of the transactions it's showing isn't right. A lot of the addresses are instead shown as "Unparsed address [n]" and a lot of bitcoin values are shown as "value error (U)".

Couldn't run bitcored with its included bitcoind because it constantly locks up while downloading the initial blockchain, so went off trying to do it this way.


Should 5.0.0-beta.1 be better? I made a new user, installed node v8.2.0, and ran npm install -g bitcore@5.0.0-beta.1. I successfully have it re-downloading the blockchain.

Technoprenerd commented 6 years ago

@jamespharvey20 Any clue on the fix? Same issue.

Erica48rodriguez commented 6 years ago

Have same issue..how do I fix it?

cryptozeny commented 6 years ago

same here