And as it stands rn, all that wealth would be tied to your nsec.
Nostr really needs to sort out the whole, everything you do and log-into is tied to a single shared identity (nsec).
We need the ability to create unlimited child keys based on parent keys.
This way, like a password manager, you aren't worried about one breech compromising everything and the annoyance of creating a new disassociated key pair before logging into the myriad of micro apps in the #Nostr ecosystem.
nostr:nevent1qqsrczrst9hecvkxu4tpgk3zcpwydq0n5n2j0rzhzzmkyhxqjxa9e6qpr4mhxue69uhkummnw3ezucnfw33k76twv4ezuum0vd5kzmp0qgsdvz6u39xlq93unva3438gnly5h7md73eahnlccq6aww0na29ukkgrqsqqqqqpkvq9r6
Doesn’t Nsec Bunker do achieve like this?
nostr:nevent1qqszwn7n0vpkc2hyex3e7vyvv2c33umf8swzqr9g7jfk3yqg2a5jx0cprfmhxue69uhhq7tjv9kkjepwve5kzar2v9nzucm0d5hsygzwhzp3p445ak2ud4n289dn6084txu9ltkg7a53mt75qk5jup2ad5psgqqqqqqs6gcy0e
I like that. Are there any logical arguments against it?
nostr:nevent1qqszwn7n0vpkc2hyex3e7vyvv2c33umf8swzqr9g7jfk3yqg2a5jx0cprfmhxue69uhhq7tjv9kkjepwve5kzar2v9nzucm0d5hsygzwhzp3p445ak2ud4n289dn6084txu9ltkg7a53mt75qk5jup2ad5psgqqqqqqs6gcy0e
Welcome back. Was that enough grass?
Probably not, but it did the trick :)
Absolutely. If I had the time I'd write it myself. A practiced nostr coder could do it in a day or two, would take me a few weeks or more due to research.
It needs to do 3 things:
1. Handle bip-32 derivations using nsec/npub formatting.
2. Handle signing via derivation.
3. Be modular so that any client can implement it.
Most of this code exists, it just requires adaptation. Primary reason I haven't done it over the last year is that without also making a client I couldn't test it. I also didn't know about NAK.
nostr:nevent1qqszwn7n0vpkc2hyex3e7vyvv2c33umf8swzqr9g7jfk3yqg2a5jx0cprfmhxue69uhhq7tjv9kkjepwve5kzar2v9nzucm0d5hsygzwhzp3p445ak2ud4n289dn6084txu9ltkg7a53mt75qk5jup2ad5psgqqqqqqs6gcy0e
I use subkeys for this. It's quite a hard technical problem to solve. But the harder part is getting people to agree on something.
💯 problem is, this "something," means everything.
#subkeys ftw, I've been playing with them for a while, and they are great