Post
Topic
Board Micro Earnings
Re: [ANN] Microwallet.org - API + free faucet script, start your own faucet!
by
NeedIfFindIt
on 04/11/2014, 14:05:04 UTC
For me it works as well: http://bitcoinhunters.net/mw-ip-test.php
I think MW has problems.

This is interesting.

So maybe the fsockopen is us using some type of DNS caching etc. Because getting the address with gethostbyname is slow anyway.

I mean:
Code:
$fp = @fsockopen('ssl://'.gethostbyname('www.microwallet.org'), 443);
is probably a mistake.

Maybe fsockopen is trying to use ipv6 instead of ipv4. Or issue with the openssl version.

Sorry I'm just a PHP coder, not a sysadmin etc. And it does not bug for me so don't have a playground to test what is wrong.

Maybe it is time to replace the fsockopen with curl functions. But I don't know if it will work for you either.