You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new to UmbrelOS so I apologize ahead of time if I installed something wrong which caused my issues, but to get your umbrel-details to work for me, I had to update 3 things:
Renaming the bitcoin image name for the docker commands to bitcoin_bitcoind_1.
Renaming the lnd image name for the docker commands to lightning_lnd_1.
Updated how I parsed the bitcoin version with the following:
# get bitcoin info
networkVersion=`docker exec bitcoin_bitcoind_1 bitcoin-cli -version | head -n 1 | awk -F" " '{print $NF}' 2>/dev/null`
I also fixed some other things and cleaned up some things. Take the adjustments if you want:
Hi, I'm new to UmbrelOS so I apologize ahead of time if I installed something wrong which caused my issues, but to get your
umbrel-details
to work for me, I had to update 3 things:bitcoin
image name for the docker commands tobitcoin_bitcoind_1
.lnd
image name for the docker commands tolightning_lnd_1
.I also fixed some other things and cleaned up some things. Take the adjustments if you want:
Edit: further editted the styling as my LND balances would bleed over to the next line
Edit 2: img added
The text was updated successfully, but these errors were encountered: