BlockchainSource / bitcoin-knots-ansible

Ansible Rule for installing the latest Bitcoin Knots version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcoin Knots

Ansible Rule for installing the latest Bitcoin Knots release using the Ubuntu PPA. Only works on Ubuntu. Installs a systemd service to auto-restart Bitcoin Knots.

You can learn more about Bitcoin Knots here: https://bitcoinknots.org/

Requirements

There are no requirements.

Role Variables

The only variable available is defining your own bitcoin.conf file instead of using the default one from /files/bitcoin.conf.

For more information about the configuration option of Bitcoin Core see https://bitcoin.org/en/full-node and https://jlopp.github.io/bitcoin-core-config-generator/

Dependencies

There are no dependencies.

Example Playbook

- hosts: nodes
  roles:
     - { role: lclc.bitcoin-knots, bitcoinConfigFile: bitcoin.conf }

License

MIT

Author Information

Lucas Betschart (lucas@blockchainsource.ch) www.blockchainsource.ch

About

Ansible Rule for installing the latest Bitcoin Knots version

License:MIT License