Configures a node to run a dockerized version of btcpool v1 with plans to update to the new v2 spec as the project progresses.
Ubuntu 18.04+. Best used with the associated terraform modules which wrap the call of this module.
WIP
requirements.yaml
-> ansible-galaxy install -r requirements.yml
roles:
- src: insight_nervos.btcpool
Playbook:
- hosts: all
roles:
- insight_nervos.btcpool
Apache 2.0