-
I've tried this formatting: nostr-tool -r wss://nostr.oxtr.dev,wss://blabla.dev,wss://blabla2.dev -p {PRIVATE_KEY} text-note -c "Hello World" The message returns like it was a successful submit event, including the note id. However the message never becomes visible when I check my nostr profile. It's like they're never actually submitted successfully and I'm unable to find the note anywhere publicly. It only works when I submit to a single relay. Is something wrong with the formatting I'm using? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, good question! You should be able to do it like this: multiple -r flags will be appended to a list in the program |
Beta Was this translation helpful? Give feedback.
Hi, good question! You should be able to do it like this:
nostr-tool -r wss://nostr.oxtr.dev -r wss://relay.snort.social
multiple -r flags will be appended to a list in the program