Should I do a method on Amethyst that searches all posts in other relays and send it to the local relay?

Reply to this note

Please Login to reply.

Discussion

In nostrudel it has a option called cache relay and when you enable it all events nostrudel sees is sent to the cache relay. Maybe make something like this and inside the localcache.consume send it to the local relay

Yeah, I was thinking the same, but with sync capabilities to minimize traffic, like on https://github.com/nostr-protocol/nips/pull/826

Just don't make it do that at background or it became "events miner" that consumes lot of my bandwidth.

Amethyst closes all connections when the app goes to the background. You shouldn't see any traffic when the app is on pause.