branle only supports subscribing to specific pubkeys, but I'm building an ios app and I'm subscribed to all events at the moment so I see everything
Discussion
Can I use my private key in other client that supports something like that? I mean I would like to peak at what people are "tweeting?" or "nostring"? lol
you don't need a private key to subscribe to all nostr events, you just need client that requests all events after some time (using the since filter). I'm not aware of any clients that do this other than the one I'm working on... lots of apps are yet to be built.
Subscribing to all events is probably not a good idea, relays might become a firehose of spammy events, might make more sense on paid/pow relays.
Thanks, that make sense. It looks like I came to know this project really early on, I see really nice potential to this.
perhaps we should extend `REQ` to support filtering by `id` using a bit mask
I don't think it's necessary, it would just be a matter of connecting to pow-only relays if you want pow events
that's one option to let the relays be the curators, but as a user I might have a different idea of what spam is
the user has a choice to join a relay that matches their preferred spam acceptance profile... seems like a simpler solution that adding more REQ types... if I was running a pow server I wouldn't even store pow events that don't match a certain difficulty anyways.