From a1a435705db8486b71df0cd1913f4d4085cf2fe8 Mon Sep 17 00:00:00 2001 From: jash Date: Sun, 7 Oct 2018 19:47:01 +0200 Subject: [PATCH] more bitcoin.conf options --- .../generators/app/templates/bitcoin/bitcoin.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf b/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf index 715f372..72e3115 100644 --- a/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf +++ b/install/generator-cyphernode/generators/app/templates/bitcoin/bitcoin.conf @@ -14,12 +14,18 @@ zmqpubrawtx=tcp://0.0.0.0:18502 #proxy=127.0.0.1:9050 #listen=1 +maxmempool=64 +dbcache=64 + rpcconnect=bitcoin rpcuser=<%= bitcoin_rpcuser %> rpcpassword=<%= bitcoin_rpcpassword %> -# why? -rpcwallet=ln01.dat +wallet=watching01.dat +wallet=spending01.dat +wallet=ln01.dat + +walletnotify=curl cyphernode:8888/conf/%s <% if ( bitcoin_uacomment != null && bitcoin_uacomment != '' ) { %> uacomment=<%= bitcoin_uacomment %>