mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 00:55:08 +01:00
more bitcoin.conf options
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user