Whats the difference in way you installing full nodes

2

I'm newbie in blockchain world, so I'm curious what is the difference between installing full node by using libs such as bitcore-lib (using node.js) and installing it through the daemon (mentioned here https://bitcoin.org/en/full-node#ubuntu-1604) (sudo apt-add-repository ppa:bitcoin/bitcoin etc..)

newbie

Posted 2019-02-15T14:10:03.930

Reputation: 45

Answers

3

The Bitcoin Core daemon is better-reviewed and faster (because of C++). Bitcore lib is a Javascript library and not a node, the node version is Bitcore Node. You should ask yourself what you're going to do with a node. If you're a miner, the you shouldn't take risk and choose Core. If you want to use Javascript API, use Bitcore.

MCCCS

Posted 2019-02-15T14:10:03.930

Reputation: 5 827