pull down to refresh
51 sats \ 29 replies \ @siggy47 21h \ parent \ on: My 2 sats constructive critique for Lightning.Pub / ShockWallet lightning
Yes
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
Yea
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.enrollIf that's empty or missing that moves the bug on my end to the Dashboard screen rather than the wallet itself...
reply
When I try to paste it in the admin box I get error
please provide an nprofile with an admin tokenThat'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