From 65e3ca514b5e64c8e07d0e8a3c97af966c460db8 Mon Sep 17 00:00:00 2001 From: BT Date: Tue, 28 Apr 2020 22:04:05 +0700 Subject: [PATCH 1/2] Umbrelize the configuration --- lnd/lnd.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lnd/lnd.conf b/lnd/lnd.conf index a2773d4..b31f1c7 100644 --- a/lnd/lnd.conf +++ b/lnd/lnd.conf @@ -5,7 +5,9 @@ rpclisten=0.0.0.0:10009 restlisten=0.0.0.0:8080 maxpendingchannels=3 minchansize=10000 -alias=LNCM Default Box +; This should be re-written via script +alias=My Umbrel Node +; This should also be re-written by script color=#ffe200 ; 0.9.X keysend functionality accept-keysend=true @@ -30,7 +32,7 @@ bitcoind.zmqpubrawtx=tcp://127.0.0.1:28333 bitcoin.active=1 bitcoin.mainnet=1 ; Use neutrino for now, but maybe it could be permanent and then switch -; to a full node once its working? +; to a full node if theres enough space bitcoin.node=neutrino bitcoin.defaultchanconfs=2 From 4af938e5ef4f552053d1633777de27b5759d0445 Mon Sep 17 00:00:00 2001 From: BT Date: Tue, 28 Apr 2020 22:05:35 +0700 Subject: [PATCH 2/2] Umbrel colors --- lnd/lnd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnd/lnd.conf b/lnd/lnd.conf index b31f1c7..5ca8775 100644 --- a/lnd/lnd.conf +++ b/lnd/lnd.conf @@ -8,7 +8,7 @@ minchansize=10000 ; This should be re-written via script alias=My Umbrel Node ; This should also be re-written by script -color=#ffe200 +color=#5351FB ; 0.9.X keysend functionality accept-keysend=true