equal
deleted
inserted
replaced
4 datadir={{bitcoind_data_dir}} |
4 datadir={{bitcoind_data_dir}} |
5 logdir={{bitcoind_log_dir}} |
5 logdir={{bitcoind_log_dir}} |
6 |
6 |
7 maxuploadtarget=1024 |
7 maxuploadtarget=1024 |
8 dbcache={{bitcoind_dbcache}} |
8 dbcache={{bitcoind_dbcache}} |
9 |
9 par={{bitcoind_threads}} |
|
10 checkblocks=6 |
|
11 checklevel=0 |
10 |
12 |
11 server=1 |
13 server=1 |
12 rpcbind=127.0.0.1 |
14 rpcbind=127.0.0.1 |
13 {% for ip in bitcoind_rpc_bind %}rpcbind={{ip}} |
15 {% for ip in bitcoind_rpc_bind %}rpcbind={{ip}} |
14 {% endfor %} |
16 {% endfor %} |