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
  1. BCH Testnet Environment

Run regtest

./bin/bitcoind -regtest -printtoconsole -port=9999 -rpcuser=hanchon -rpcpassword=hanchonpass -rpcport=17777 -server -datadir=/dev/develfolder/blockchains/regtest1 -usecashaddr=0

./bin/bitcoind -regtest -printtoconsole -port=9998 -connect=127.0.0.1:9999 -datadir=/dev/develfolder/blockchains/regtest2 -usecashaddr=0

./bin/bitcoin-cli -regtest -rpcuser=hanchon -rpcpassword=hanchonpass -rpcport=17777 generate 103

PreviousFork the networkNextIntroduction

Last updated 5 years ago