#!/usr/bin/env node const args = require('meow')(` Usage $ btc-rpc-explorer [options] Options -p, --port port to bind http server [default: 3002] -i, --host host to bind http server [default: 127.0.0.1] -a, --basic-auth-password <..> protect web interface with a password [default: no password] -C, --coin crypto-coin to enable [default: BTC] -b, --bitcoind-uri connection URI for bitcoind rpc (overrides the options below) -H, --bitcoind-host hostname for bitcoind rpc [default: 127.0.0.1] -P, --bitcoind-port port for bitcoind rpc [default: 8332] -c, --bitcoind-cookie path to bitcoind cookie file [default: ~/.bitcoin/.cookie] -u, --bitcoind-user username for bitcoind rpc [default: none] -w, --bitcoind-pass password for bitcoind rpc [default: none] --address-api