Start up a bcoin node quickly using Docker. Starts full node with Elasticsearch and Kibana.
Copy sample configuration to secrets/bcoin.conf:
Important: Be sure to keep API secrets safe.
$ mkdir -p secrets
$ cp bcoin.example.conf secrets/bcoin.conf
Change api-key in secrets/bcoin.conf
Quick run, node only:
$ docker-compose up
Connect to Bcoin container
$ docker-compose exec bcoin bash
Set max_map_count value (Linux) in Elasticsearch container $ sudo sysctl -w vm.max_map_count=262144
Index transaction data to Elasticsearch
$ docker-compose exec bcoin bash
$ node indexTx.js