pull down to refresh
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
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
in the string there's the nprofile then a : with more characters after it, if you paste just that does it work?
After the colon?
Yea
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.
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...
When I try to paste it in the admin box I get error please provide an nprofile with an admin token
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 ?
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
Yes