bellcore-node
v3.1.41
Published
Full node with extended capabilities using Bellcore and Bellcoin Core
Downloads
5
Readme
Bellcore Node
A Bellcoin full node for building applications and services with Node.js. A node is extensible and can be configured to run additional services.
Install
npm install -g git://github.com/bellcoin-electrum/bellcore-node.git
bellcore-node start
Prerequisites
- GNU/Linux x86_64 (for bellcoind distributed binaries)
- Node.js v0.10, v0.12 or v4
- ZeroMQ (libzmq3-dev for Ubuntu/Debian)
- ~200GB of disk storage
- ~8GB of RAM
Configuration
Bellcore includes a Command Line Interface (CLI) for managing, configuring and interfacing with your Bellcore Node.
bellcore-node create -d <bellcoin-data-dir> mynode
cd mynode
bellcore-node install <service>
bellcore-node install https://github.com/yourname/helloworld
This will create a directory with configuration files for your node and install the necessary dependencies. For more information about (and developing) services, please see the Service Documentation.
Add-on Services
There are several add-on services available to extend the functionality of Bellcore:
License
Code released under the MIT license.
Copyright 2013-2019 BitPay, Inc.
- bitcoin: Copyright (c) 2009-2019 Bitcoin Core Developers (MIT License)
- bellcoin: Copyright (c) 2018-2019 Bellcoin Core Developers (MIT License)