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 %>