cameri on Nostr: HOW TO TEST IF YOU (OR SOMEONE ELSE) CAN POST TO A RELAY *You can use these steps to ...
HOW TO TEST IF YOU (OR SOMEONE ELSE) CAN POST TO A RELAY
*You can use these steps to verify if you can post notes to a paid relay*
1. On Damus, Right-click/Long-tap on one of your notes (or someone else’s) and select "Copy Note JSON". This will copy the note to your clipboard.
2. Go to https://websocketking.com/
3. Type the address of the relay on the WebSocket URL field and click Connect button (e.g. wss://eden.nostr.land)
4. Wait for the connection to be established.
5. On the Payload field, type the following exactly (case sensitive):
["EVENT",
6. Paste from your clipboard.
7. Add a closing square bracket:
]
8. Click the Send button.
—
If you are able to post successfully you should see a response from the relay similar to:
["OK", "some event ID", true, ""]
or
["OK", "some event ID", true, "duplicate:"]
If unsuccessful, you should see a response like this:
["OK", "some event ID", false, "rejected: you are not worthy"]
*You can use these steps to verify if you can post notes to a paid relay*
1. On Damus, Right-click/Long-tap on one of your notes (or someone else’s) and select "Copy Note JSON". This will copy the note to your clipboard.
2. Go to https://websocketking.com/
3. Type the address of the relay on the WebSocket URL field and click Connect button (e.g. wss://eden.nostr.land)
4. Wait for the connection to be established.
5. On the Payload field, type the following exactly (case sensitive):
["EVENT",
6. Paste from your clipboard.
7. Add a closing square bracket:
]
8. Click the Send button.
—
If you are able to post successfully you should see a response from the relay similar to:
["OK", "some event ID", true, ""]
or
["OK", "some event ID", true, "duplicate:"]
If unsuccessful, you should see a response like this:
["OK", "some event ID", false, "rejected: you are not worthy"]