Hanchon
  • Home
  • BCH Testnet Environment
    • BCH Testnet Environment
    • BitcoinABC (bitcore patches)
    • Bitcore (insight + insight-api)
    • NOMP (mining pool)
    • CPU Miner
    • Fork the network
    • Run regtest
  • Bitprim
    • Introduction
    • Node versions
    • Requirements
    • Node installation
    • Run the node
    • Insight Installation
    • Run Insight (node + REST-API)
    • Query the insight api
  • Bitprim Node Configuration Files
    • Bitcoin Cash Testnet
    • Bitcoin Cash Mainnet
    • Bitcoin Core Testnet
    • Bitcoin Core Mainnet
    • Litecoin Testnet
    • Litecoin Mainnet
  • Bitprim Insight Configuration
    • Insight-API configuration file
  • Utils
    • Install Node Version Manager
    • Install Redis
Powered by GitBook
On this page
  • Configuration files:
  • Run Insight:
  • Known problems:
  1. Bitprim

Run Insight (node + REST-API)

Rest-API Configuration

PreviousInsight InstallationNextQuery the insight api

Last updated 6 years ago

Configuration files:

Bitprim Insight uses two configuration files: one for the Insight-API and another for the Bitprim Node, each configuration file can be found in their respective section.

For this example I'm going to create an appsettings.json file in the build folder /root/bitprim-insight/bitprim.insight/ and a bitprim-node.cfg file in the folder /root/data/. The file and configuration file will be used.

Run Insight:

cd bitprim-insight/bitprim.insight
dotnet bin/Release/netcoreapp2.0/bitprim.insight.dll --server.port=3000 --server.address=0.0.0.0

Known problems:

The node's known problems are listed in the .

insight configuration
bitcoin cash testnet
Run the node section