more bitcoin.conf options

This commit is contained in:
jash
2018-10-07 19:47:01 +02:00
committed by kexkey
parent cce9c1397a
commit a1a435705d

View File

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