Bitcoin faucets show "Server Error 500" on my network, but on others works fine

-1

I am a bitcoin enthusiast, and i use faucets to increase my balance. Before this network i have now, i had a free wifi that is unfortunately closed now.

So now i got a router (TP-LINK TL-WR740N), and i set it up. It works fine, but when i open a faucet website, and enter my bitcoin adress, fill the captcha and click "Claim", it shows me "Server Error 500".

So my question is: How i can fix that?

progx98

Posted 2016-01-13T15:31:02.227

Reputation: 3

Answers

2

You probably can't fix that.

HTTP error 500 is an internal server error.

Server errors can usually only be fixed by the server administrator. To do so they would consult the server's error log. That log is not accessible to you.


If you are certain there is a problem with your router that is causing a badly written server process/thread to fall-over, you will have a hard time finding the cause.

One way is to use a network sniffer such as wireshark to capture traffic for a successful transaction on a "working" network and then capture the traffic for the unsuccessful transaction on your TL-WR740N network. compare the differences in detail and use your understanding of network protocols to identify potential causes of the symptoms.

But really, an ordinary router, using an out-of-the box configuration ought not to exhibit any problems. I'd maybe try a factory reset followed by absolutely minimal working configuration. Try a different router if you can borrow one (or swap with a friend)

It is very rare for any sort of configuration issue at your end to somehow trigger a fault in the server leading to a HTTP 500 response.

RedGrittyBrick

Posted 2016-01-13T15:31:02.227

Reputation: 70 632

But the faucets work on other networks. Can i fix it by changing my router settings? – progx98 – 2016-01-13T15:54:22.060

@progx98: See updated answer. – RedGrittyBrick – 2016-01-13T20:23:18.623