mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-09 06:14:46 +01:00
better configs
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user