diff options
| author | Luke Hoersten <[email protected]> | 2020-05-14 20:19:45 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-05-14 20:19:45 -0500 |
| commit | 3888ff9f8bbbc4dd4cbee4c1d49a556de6b048c1 (patch) | |
| tree | 46450ab79322f74d358cffd479390dd83e5a50f9 | |
| parent | f619878b55a9e99433d528032838a67c99965ad6 (diff) | |
rpi optimizations were causing problems.
| -rw-r--r-- | bitcoind/templates/bitcoin.conf.j2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bitcoind/templates/bitcoin.conf.j2 b/bitcoind/templates/bitcoin.conf.j2 index fa56369..dd5b5d5 100644 --- a/bitcoind/templates/bitcoin.conf.j2 +++ b/bitcoind/templates/bitcoin.conf.j2 @@ -12,13 +12,6 @@ rpcpassword={{bitcoind_rpc_pass}} zmqpubrawblock=tcp://127.0.0.1:28332 zmqpubrawtx=tcp://127.0.0.1:28333 -# raspberry pi optimizations -dbcache=100 -maxorphantx=10 -maxmempool=50 -maxconnections=40 -maxuploadtarget=5000 - txindex={{bitcoind_enable_txindex}} {% for node in bitcoind_add_node %}addnode={{node}} |
