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
  • Before the installation:
  • Installation:
  • Clone the Bitprim-insight repository:
  • Build the project:
  1. Bitprim

Insight Installation

C# node + REST-API installation

PreviousRun the nodeNextRun Insight (node + REST-API)

Last updated 6 years ago

Before the installation:

  • Make sure you follow the steps listed in the section.

  • Delete your Conan cache to avoid conflict between versions:

conan remove "*" -f

Installation:

Clone the Bitprim-insight repository:

git clone https://github.com/bitprim/bitprim-insight

Build the project:

cd bitprim-insight/bitprim.insight
dotnet build /p:BCH=true -c Release -v normal

The project can also be built for BTC changing the parameter /p:BCH=true to /p:BTC=true

requirements