author | Luke Hoersten <luke@hoersten.org> |
Tue, 12 May 2020 19:19:36 -0500 | |
changeset 4 | 9934a00b9e97 |
child 7 | 2a2d6fe367c4 |
permissions | -rw-r--r-- |
4 | 1 |
externalip={{node_external_ip}} |
2 |
uacomment={{bitcoind_comment}} |
|
3 |
||
4 |
datadir={{bitcoind_data_dir}} |
|
5 |
logdir={{bitcoind_log_dir}} |
|
6 |
debug=rpc |
|
7 |
||
8 |
server=1 |
|
9 |
rpcssl=1 |
|
10 |
rpcuser={{bitcoind_rpc_user}} |
|
11 |
rpcpassword={{bitcoind_rpc_pass}} |
|
12 |
||
13 |
txindex={{bitcoind_enable_txindex}} |
|
14 |
||
15 |
{% for node in bitcoind_add_node %}addnode={{node}} |
|
16 |
{% endfor %} |