8.22.7 • Published 4 years ago

bivcore-node v8.22.7

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Bivcore Node

A full node with extended capabilities using Bitcoin Value Core.

Setup Guide

Example bivcore.config.json

Set up your bivcore.config.json file in ./bivcore

{
  "bivcoreNode": {
    "chains": {
      "BIV": {
        "mainnet": {
          "chainSource": "p2p",
          "trustedPeers": [
            {
              "host": "127.0.0.1",
              "port": 8332
            }
          ],
          "rpc": {
            "host": "127.0.0.1",
            "port": 8333,
            "username": "admin",
            "password": "1"
          }
        },
        "regtest": {
          "chainSource": "p2p",
          "trustedPeers": [
            {
              "host": "127.0.0.1",
              "port": 8332
            }
          ],
          "rpc": {
            "host": "127.0.0.1",
            "port": 8333,
            "username": "admin",
            "password": "1"
          }
        }
      }
    }
  }
}

Then start the node

npm run start

// TO-DO: update docs

API Documentation

Contributing

See CONTRIBUTING.md on the main bivcore repo for information about how to contribute.

License

Code released under the MIT license.

Copyright 2013-2019 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.