From 3888ff9f8bbbc4dd4cbee4c1d49a556de6b048c1 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Thu, 14 May 2020 20:19:45 -0500 Subject: rpi optimizations were causing problems. --- bitcoind/templates/bitcoin.conf.j2 | 7 ------- 1 file changed, 7 deletions(-) (limited to 'bitcoind/templates') 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}} -- cgit v1.2.3