author | Luke Hoersten <luke@hoersten.org> |
Thu, 14 May 2020 20:19:45 -0500 | |
changeset 8 | fd72f6774874 |
parent 7 | 2a2d6fe367c4 |
child 9 | ddf84e986362 |
--- a/bitcoind/templates/bitcoin.conf.j2 Tue May 12 19:58:50 2020 -0500 +++ b/bitcoind/templates/bitcoin.conf.j2 Thu May 14 20:19:45 2020 -0500 @@ -12,13 +12,6 @@ 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}}