UNB22 - 15 - ThunderHub

preview_player
Показать описание
ThunderHub is a web interface for your LND node. We learn to install and configure this as alternative way to interact with your lightning node.
Рекомендации по теме
Комментарии
Автор

I had issues with this install because npm wasn't fully up to date. Make sure to type "sudo npm --version" the same command minus sudo didn't work.

After that my service file also needed a slightly different "ExecStart=" I checked the location of the install with "whereis thunderhub" and got multiple results. The second path listed worked for me.

JohnOlivo
Автор

I used this tutorial to set up Thunderhub, and it has worked great. Yesterday I updated thunderhub to v0.13.19. Now when I try to log in it gives me the error Unable to Connect to Node. I went through and checked the yaml and env.local files, and they seem to be correct. I’m going to mess with it some tomorrow, but didn’t know if anyone knows of a quick fix for this.

TravisHeadleyMD
Автор

[Unit]
Description=Thunderhub
Wants=lnd.service
After=lnd.service

[Service]

ExecStart=/usr/bin/npm start
User=satoshi
Group=satoshi
TimeoutSec=120
Restart=always
RestartSec=60

[Install]
WantedBy=multi-user.target

Floofie
Автор

After creating the .yaml file and updating the .env.local file, I'm still having issues running the npm start command. I get, "error creating yaml file" and "No account config file found at path I don't get it. There's definitely a .yaml file in that directory and I've double checked that the contents of the .yaml file are correct. The path is also correct in the .env.local file. Anyone know how to troubleshoot?

jmartirosyan