Skip to Content
SpaceNode Login

Node Login

In order to log in to Space using your node, we need to be able to see your node on the public Lightning Network graph. To make that happen, you’ll need at least one public channel that has been open for a few days. If we’ve seen your node, you’ll already have a node page on Space.

To log in to Space using your node, you must sign a message using your node.

To sign a message, use one of the following methods:

ThunderHub (easiest)

On the Thunderhub home screen, use the Amboss Login button to log in to Amboss with a single click. Or, to sign the message manually, follow these steps: Tools > Sign message > Copy the signature back to Amboss to log in.

Ride The Lightning - RTL

Lightning > Sign/Verify > Copy the signature back to Amboss to log in.

Command Line

LND

lncli signmessage "<message to sign>"

Copy the signed message back to Amboss to log in.

CLN

lightning-cli signmessage "<message to sign>"

Example:

lightning-cli signmessage "amboss-81e98dda71277162763"

Copy the signed message (only the zbase result between the quotes) back to Amboss to log in.

Eclair

eclair-cli signmessage --msg=$(echo -n '<message to sign>' | base64)

Copy the signature back to Amboss to log in.

Additional Help

If you still can’t get it to work, please reach out via Telegram, Twitter, or email us at [email protected].

Last updated on