https://github.com/bitvora/haven/pull/1/commits/c19cebe537a158951730a93ae592249ef3919938

I wanted to load a JSON file for blastr and import and have written changes for nostr:npub1utx00neqgqln72j22kej3ux7803c2k986henvvha4thuwfkper4s7r50e8 ‘s Haven.

Right now I'm just trying to recklessly put all the relays in my JSON file that are accessible at https://api.nostr.watch/v1/online 🤙

This JSON could also be mixed dynamically with its fixed relays, right? Always blastr to all relays 🔥

I downloaded the list directly. It's a dynamic list, so the relays change a bit, constantly.

You could always pull from the API and use your hardcoded list as a backup, for if their system is down.

nostr:note13kgnr0vvvvwg439fp26w07xedqpfmqt38g8xpzf6g8h4ckjd8tyszwtpc6

Reply to this note

Please Login to reply.

Discussion

Yes, this would have to be added as a feature so that this list can be loaded dynamically somehow. Because at the moment it is in the build process of Go and is only loaded once.