mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-15 09:59:16 +00:00
Tweak lnd parameters
This commit is contained in:
parent
b52ac57eca
commit
97fb61bdfc
|
@ -9,7 +9,7 @@ After=bitcoind.service
|
|||
[Service]
|
||||
ExecStartPre=/usr/bin/pre_lnd.sh
|
||||
ExecStartPre=/usr/bin/wait_on_bitcoin.sh
|
||||
ExecStart=/usr/local/bin/lnd --caches.channel-cache-size=35000
|
||||
ExecStart=/usr/local/bin/lnd --caches.channel-cache-size=35000 --ignore-historical-gossip-filters
|
||||
ExecStartPost=/bin/echo 'abc' > /mnt/hdd/mynode/lnd/data/chain/bitcoin/mainnet/poke_login
|
||||
|
||||
User=bitcoin
|
||||
|
|
Loading…
Reference in New Issue
Block a user