author | Luke Hoersten <luke@hoersten.org> |
Sun, 03 Aug 2025 12:51:13 -0500 | |
changeset 41 | 85750c5b0661 |
parent 40 | 15ec43107dfc |
permissions | -rw-r--r-- |
4 | 1 |
--- |
2 |
||
5
5873b7e583d7
Removed btcd role and combined lnd role.
Luke Hoersten <luke@hoersten.org>
parents:
4
diff
changeset
|
3 |
bitcoind_user: "bitcoin" |
29 | 4 |
# https://bitcoincore.org/bin |
37
d89c55c55f7c
Enabled the default wallet for wallet based queries on rpc.
Luke Hoersten <luke@hoersten.org>
parents:
35
diff
changeset
|
5 |
bitcoind_version: "29.0" |
4 | 6 |
bitcoind_arch: "{{ansible_architecture}}" |
22 | 7 |
bitcoind_url: "https://bitcoincore.org/bin/bitcoin-core-{{bitcoind_version}}/bitcoin-{{bitcoind_version}}-{{bitcoind_arch}}-linux-gnu.tar.gz" |
4 | 8 |
bitcoind_conf_dir: "/home/{{bitcoind_user}}/.bitcoin" |
41
85750c5b0661
Lots of performance updates and added some flags for reindexing etc. Also added zram comporession.
Luke Hoersten <luke@hoersten.org>
parents:
40
diff
changeset
|
9 |
bitcoind_enable_txindex: "0" |
39
b3eed94ce29c
Added filter index config.
Luke Hoersten <luke@hoersten.org>
parents:
38
diff
changeset
|
10 |
bitcoind_enable_filterindex: "1" |
38 | 11 |
bitcoind_add_node: [] |
12 |
bitcoind_rpc_allow_ip: [] |
|
13 |
bitcoind_rpc_bind: [] |
|
41
85750c5b0661
Lots of performance updates and added some flags for reindexing etc. Also added zram comporession.
Luke Hoersten <luke@hoersten.org>
parents:
40
diff
changeset
|
14 |
bitcoind_reindex: false |
85750c5b0661
Lots of performance updates and added some flags for reindexing etc. Also added zram comporession.
Luke Hoersten <luke@hoersten.org>
parents:
40
diff
changeset
|
15 |
bitcoind_dbcache: "1536" |
85750c5b0661
Lots of performance updates and added some flags for reindexing etc. Also added zram comporession.
Luke Hoersten <luke@hoersten.org>
parents:
40
diff
changeset
|
16 |
bitcoind_comment: "" |