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.
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.