Ubuntu下搭建基于Insight API的BCH节点

介绍如何在Ubuntu操作系统上搭建一个包含Bitcoin ABC节点和Insight API服务的BCH节点。

步骤一:安装Node.js

本教程使用Node.js v8.11.3和npm 5.6.0。

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs

步骤二:安装Bitcoin ABC

本教程使用Bitcoin ABC 0.17.2。

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin-abc/ppa
sudo apt-get update
sudo apt-get install bitcoind

步骤三:安装Bitcore

sudo apt-get install libzmq3-dev build-essential

后续步骤

完成以上步骤后,您需要安装Insight API并进行相关配置才能使用Insight API服务。

zip 文件大小:1.39KB