nostr-rs-relay
nostr-rs-relay copied to clipboard
Mirror of https://sr.ht/~gheartsfield/nostr-rs-relay/
If I zap someone which is a paying member of a nostr-rs-relay, my zapper cannot post the zap receipt (kind 9735) as my zapper is not a paying member. I...
Not going to use this feature and can't get it to compile the proto files. Makes sense to have this as a build flag imo
When going through the logs of my 0.8.8 version nostr-rs-relay I noticed that there are some strange NIP-05 messages: ``` Jul 27 07:45:46 nostrbox nostr-rs-relay[19526]: Jul 27 07:45:46.356 INFO nostr_rs_relay::nip05:...
The program will load the default settings if it cannot read the specified config file. ``` $ ./target/release/nostr-rs-relay --config /this/path/does/not/exist.toml $ ss -ntlp | grep nostr-rs-relay LISTEN 0 128 0.0.0.0:8080...
I have built the latest version of the relay from source and am running it as a daemon. While the serviced log informs me that the relay is listening on...
The following error appears when trying to compile the **_nauthz_** gRPC example code: ``` aidik@vm:examples/nauthz ‹master*›$ cargo build --release Downloaded tokio-util v0.7.4 Downloaded axum v0.6.4 Downloaded 2 crates (228.7 KB)...
I have edited config.toml but now that my relay is running the Description and Contact fields are blank.
I see quite a few failed nip-05 verifications in the syslog of my nostr-rs-relay v0.8.9 that I can't explain, including my own. But many others work fine. At first I...
Relays can be DoS attacked via NIP-05 verification, with multiple logs showing up: ``` WARN nostr_rs_relay::nip05: Error when checking for NIP-05 verification records: DatabasePoolError(Error(None)) ``` What options are available for...
Hi @scsibug , I've created repository and crate `nostr-rs-proto` with your Protobuf file module. It's just public interface of your gRPC client/server and I think it's just easier to use...