pull down to refresh

Are you already connected with the regular user side of the wallet? You already pasted the string from the terminal in?

Yes

reply

It should just work then, sounds like the admin string may not be be getting picked up... There was a similar report we haven't reliably reproduced but I think its a bug... Will get back on this

reply

I was just about to say that to Darth. I did add it already. When I click logo three tines, I get this:

Then, if I enter the string again, it fails

reply

in the string there's the nprofile then a : with more characters after it, if you paste just that does it work?

reply

After the colon?

reply
reply

There is no colon in my string? I'm looking at the screenshot on the github. That doesn't seem to have a colon in the string either.

reply

The screenshot is cropped for width...

See if you can get just the admin secret with cat ~/lightning_pub/admin.enroll

If that's empty or missing that moves the bug on my end to the Dashboard screen rather than the wallet itself...

That's because you already claimed that nprofile. You can find that admin string in the /home/user/lightning.pub folder.

How I understand it works (maybe I am wrong)... your LNpub is creating an unique nprofile string. With that, you claim an admin key from the shocknet relay, that is then stored locally on your device. This makes your node to communicate with your clients and the rest of the LN through nostr.

Is that right @justin_shocknet ?

reply

Close, the string after the nprofile is separated with a :

That's a one-time admin linking key

Wallet is supposed to automatically enroll the wallet user as admin with it

But it seems like it didn't, so pasting into there should do it

reply