nostr-rs-relay
nostr-rs-relay copied to clipboard
Mirror of https://sr.ht/~gheartsfield/nostr-rs-relay/
Log files could be collected and parsed by LogStash or something equivalent. I'll create a PR, in case you're interested in adding to the main codebase.
In myNode, Nostr RS Relay is accessible through the application repository. The only instructions available are as follows: Once the Nostr relay is running, you can use Nostr clients to...
Hi there, I noticed this error started after upgrading to version 0.8.8: ``` Mar 03 10:07:30.868 WARN nostr_rs_relay::db: event insert failed: SqlxDatabasePoolError(Database(PgDatabaseError { severity: Error, code: "42P10", message: "there is...
Hi there, I am using PostgreSQL for my public relay , and i am noticing that after couple of weeks in operation, the DB size is already over 700MB, is...
I have just come into learning with the content of nostr protocol and built my own relay by nostr-relay. My understanding is that on the basis of the NIP implemented...
azureuser@satoshi:~/nostr-rs-relay ((0.8.8))$ cargo build -q -r error: failed to run custom build command for `nostr-rs-relay v0.8.8 (/home/azureuser/nostr-rs-relay)` Caused by: process didn't exit successfully: `/home/azureuser/nostr-rs-relay/target/release/build/nostr-rs-relay-f57feb9f308864cd/build-script-build` (exit status: 1) --- stdout cargo:rerun-if-changed=proto/nauthz.proto...
I'm running the relay in a tmux and noticed it was using up all my 8 vCPU and the nostr.db-wal was 18GB compared to 4GB of the nostr.db ... I...
Tor support
Are there plans to include tor support as there is in `nostr-ts-relay` ? Great work btw, lean and mean.
Fixes #203
I'm using run 1.80 and nostr-rs-relay fails to build time 0.3.34 ``` Compiling time v0.3.34 error[E0282]: type annotations needed for `Box` --> /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/format_description/parse/mod.rs:83:9 | 83 | let items = format_items...