bitcoind/defaults/main.yaml
changeset 38 6010e08ece63
parent 37 d89c55c55f7c
child 39 b3eed94ce29c
equal deleted inserted replaced
37:d89c55c55f7c 38:6010e08ece63
     5 bitcoind_version: "29.0"
     5 bitcoind_version: "29.0"
     6 bitcoind_arch: "{{ansible_architecture}}"
     6 bitcoind_arch: "{{ansible_architecture}}"
     7 bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz"
     7 bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz"
     8 bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin"
     8 bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin"
     9 bitcoind_enable_txindex: "1"
     9 bitcoind_enable_txindex: "1"
       
    10 bitcoind_add_node: []
       
    11 bitcoind_rpc_allow_ip: []
       
    12 bitcoind_rpc_bind: []
       
    13 bitcoind_enable_wallet: false