better configs

This commit is contained in:
jash
2018-10-08 18:12:24 +02:00
committed by kexkey
parent 75e26d9f8f
commit 8c8f15022f
2 changed files with 13 additions and 9 deletions

View File

@@ -3,12 +3,9 @@
testnet=1
<% } %>
<% if (lightning_implementation === 'lnd') { %>
#lnd opts
txindex=1
zmqpubrawblock=tcp://0.0.0.0:18501
zmqpubrawtx=tcp://0.0.0.0:18502
<% } %>
#tor
#proxy=127.0.0.1:9050
@@ -17,15 +14,15 @@ zmqpubrawtx=tcp://0.0.0.0:18502
maxmempool=64
dbcache=64
rpcconnect=bitcoin
rpcuser=<%= bitcoin_rpcuser %>
rpcpassword=<%= bitcoin_rpcpassword %>
rpcallowip=10.0.0.0/24
wallet=watching01.dat
wallet=spending01.dat
wallet=ln01.dat
walletnotify=curl cyphernode:8888/conf/%s
walletnotify=curl proxy:8888/conf/%s
<% if ( bitcoin_uacomment != null && bitcoin_uacomment != '' ) { %>
uacomment=<%= bitcoin_uacomment %>

View File

@@ -1,4 +1,11 @@
alias=SatoshiPortal01
rgb=008000
#port=9735
network=testnet
<% if (net === 'testnet') { %>
# testnet
testnet=1
<% } %>
alias=<%= lightning_nodename %>
rgb=<%= lightning_nodecolor %>
addr=<%= lightning_external_ip %>
rpcconnect=<%= (bitcoin_mode === 'internal')?'bitcoin':bitcoin_node_ip %>
rpcuser=<%= bitcoin_rpcuser %>
rpcpassword=<%= bitcoin_rpcpassword %>
rpcwallet=ln01.dat