nostr-rs-relay
nostr-rs-relay copied to clipboard
Mirror of https://sr.ht/~gheartsfield/nostr-rs-relay/
Nip47
Hi, Do you have plans to support Nip47?
Hi I am pretty new to nostr and nostr-rs-relay, I used docker-compose to deploy nostr-rs-relay and I constantly hit ```bash WARN nostr_rs_relay::server: websocket response failed ``` while test the setup...
bin file is compiled from src by myself, and running as following : RUST_LOG=debug,nostr_rs_relay=debug ./nostr-rs-relay --config ./config.toml 2024-04-03T02:03:04.501789Z INFO nostr_rs_relay: Starting up from main 2024-04-03T02:03:04.507588Z INFO nostr_rs_relay::server: listening on: 127.0.0.1:8080...
OS: OSX Arch: arm/m2 Compiles successfully but I get this error when executing the binary: `: Error allocating TSD`
Hi, I am trying to fetch the user's post. How do I go about it, please?
Support draft `` for querying tags with `AND` instead of `OR` operation. This branch also greatly improves the query performace of tags by using `JOIN` on top level query, see...
Hi, having some issues getting the relay deployed while using docker compose: ``` version: "3.7" services: public-relay: image: scsibug/nostr-rs-relay restart: on-failure user: "1000:1000" #Tried with and without this volumes: -...
I have set up my nostr relay on my PC using Linex Mint though the Umbrel app I am having an issue with my messages hitting my relay; it works...
I'm trying to build `nostr-rs-relay` on OpenBSD 7.4 and I'm getting the following output: ```sh The following warnings were emitted during compilation: error: failed to run custom build command for...
When a filter has `ids_only: true`, the subscription is served with `["HAVE", sub.id, event.id]` messages instead of `EVENT` messages. This allows clients to only request the full events that they...