Why does nos.lol give me this message when I publish an event (in this case, kind 38) from a client on IP A, but when I do it from the same client on IP B it works fine? 🤔
failed wss://nos.lol - pow: 28 bits needed. (2)
#asknostr
Login to reply
Replies (3)
You have nip-13 pow enabled in the client you're using there, but it's set below 28 bits of pow
The client (a bot, actually) is dockerized. When starting the container on a development server, the message is sent to nos.lol without issue. But when doing so on the production server, it sends the message over POW. Obviously, the nsec is the same in both environments, so I assume the difference is due to the server's IP address.
Strange, I would think that error message should only respond to a pow tag in the metadata of the post
Maybe the relay is glitching or something