From f619878b55a9e99433d528032838a67c99965ad6 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Tue, 12 May 2020 19:58:50 -0500 Subject: Added mdunnio rpi optimizations. --- bitcoind/templates/bitcoin.conf.j2 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'bitcoind/templates') diff --git a/bitcoind/templates/bitcoin.conf.j2 b/bitcoind/templates/bitcoin.conf.j2 index 87e7aa4..fa56369 100644 --- a/bitcoind/templates/bitcoin.conf.j2 +++ b/bitcoind/templates/bitcoin.conf.j2 @@ -6,10 +6,19 @@ logdir={{bitcoind_log_dir}} debug=rpc server=1 -rpcssl=1 rpcuser={{bitcoind_rpc_user}} 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