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"]
Published at
2023-03-06 22:31:58Event JSON
{
"id": "55a74882e233157b0823e8ea1215ab1c05847e4b0c2abb0ddb6cd503851a3f12",
"pubkey": "00000000827ffaa94bfea288c3dfce4422c794fbb96625b6b31e9049f729d700",
"created_at": 1678141918,
"kind": 1,
"tags": [],
"content": "HOW TO TEST IF YOU (OR SOMEONE ELSE) CAN POST TO A RELAY\n\n*You can use these steps to verify if you can post notes to a paid relay*\n\n1. 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.\n\n2. Go to https://websocketking.com/\n\n3. Type the address of the relay on the WebSocket URL field and click Connect button (e.g. wss://eden.nostr.land)\n\n4. Wait for the connection to be established.\n\n5. On the Payload field, type the following exactly (case sensitive):\n\n[\"EVENT\",\n\n6. Paste from your clipboard.\n\n7. Add a closing square bracket:\n\n]\n\n8. Click the Send button.\n\n—\n\nIf you are able to post successfully you should see a response from the relay similar to:\n\n[\"OK\", \"some event ID\", true, \"\"]\nor\n[\"OK\", \"some event ID\", true, \"duplicate:\"]\n\nIf unsuccessful, you should see a response like this:\n\n[\"OK\", \"some event ID\", false, \"rejected: you are not worthy\"]",
"sig": "532a6a47f5776bf3ece202f1e7eeae50d90b0f300d5b817008174c2e5457ce2b65fff104c1884b064b3640e9962f9c52d44da5f6666b3f5ae23b8ac1d04a914f"
}