changeset 4 | 9934a00b9e97 |
child 5 | 5873b7e583d7 |
3:74f60cd1440b | 4:9934a00b9e97 |
---|---|
1 --- |
|
2 |
|
3 bitcoind_user: "{{node_user}}" |
|
4 bitcoind_version: "0.19.1" |
|
5 bitcoind_arch: "{{ansible_architecture}}" |
|
6 bitcoind_url: "https://bitcoin.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz" |
|
7 bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin" |
|
8 bitcoind_enable_txindex: "1" |