/regtest-server

A regtest server for bitcoinjs-lib testing

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

regtest-server

This is a functioning express HTTP API written using indexd.

  • Requires a running bitcoind node
    • with -txindex, and
    • ZMQ (-zmqpubhashtx=tcp://127.0.0.1:30001 -zmqpubhashblock=tcp://127.0.0.1:30001)
  • Change -rpcworkqueue from 16 to 32 for increased throughput (in typical scenarios)