Difference between revisions of "Setting alias and color for Umbrel"

From lightningwiki.net
Jump to navigation Jump to search
Line 7: Line 7:
# You will see the commands you can give at the bottom. The caret '''^''' means CTRL button. This means '''^O''' is CTRL-O (to save) and '''^X''' to exit the file
# You will see the commands you can give at the bottom. The caret '''^''' means CTRL button. This means '''^O''' is CTRL-O (to save) and '''^X''' to exit the file
# After you have exited the editor, type '''cat umbrel/lnd/lnd.conf''' to look at the content of the file.
# After you have exited the editor, type '''cat umbrel/lnd/lnd.conf''' to look at the content of the file.
# Then restart your Umbrel node
# Then restart your Umbrel node. You can do this properly from the Umbrel web interface.
# IF you have public channels, it will take (max) 2 days for the new node to become visible on [https://1ml.com]. If you have [[RTL]] installed you should see the new node name after a restart of RTL.
# IF you have public channels, it will take (max) 2 days for the new node to become visible on [https://1ml.com]. If you have [[RTL]] installed you should see the new node name after a restart of RTL.

Revision as of 10:00, 1 February 2021

Want to set an alias for your Umbrel Node? Follow these steps:

  1. Log in to your node using SSH. The user is umbrel. Default password is moneyprintergobrrr .
  2. (Optional) change your default password by typing passwd
  3. Open the config file sudo nano umbrel/lnd/lnd.conf
  4. You are now in the editor. Add alias=SOMENAME to the bottom of the file.
  5. You will see the commands you can give at the bottom. The caret ^ means CTRL button. This means ^O is CTRL-O (to save) and ^X to exit the file
  6. After you have exited the editor, type cat umbrel/lnd/lnd.conf to look at the content of the file.
  7. Then restart your Umbrel node. You can do this properly from the Umbrel web interface.
  8. IF you have public channels, it will take (max) 2 days for the new node to become visible on [1]. If you have RTL installed you should see the new node name after a restart of RTL.