Pages:
Author

Topic: [ANN] Microwallet.org - API + free faucet script, start your own faucet! - page 31. (Read 114809 times)

newbie
Activity: 42
Merit: 0
spoke too soon. it was working just fine with your two fixes...even when i exchanged the actual IP for just ssl://www.microwallet.org

But now, 10ish min later, it's not working at all.



Hmmmmmmmm.
newbie
Activity: 42
Merit: 0
in your two fixes, where you had the IP addys, I actually replaced with ssi://www.microwallet.org and it works. Does this protect from that security risk? Or not so much?
full member
Activity: 500
Merit: 100
you are an angel.

Thank you so much for this temp fix. Both fixes worked. My balance shows and also i don't get failure to send.

Just a question....why are these temp fixes....as opposed to permanent?

Using the IP directly instead of the domain name could be considered security risk. Just hypothetically if MW moves to another IP and "someone else" gets this IP then the "someone else" could get your API key.
newbie
Activity: 42
Merit: 0
you are an angel.

Thank you so much for this temp fix. Both fixes worked. My balance shows and also i don't get failure to send.

Just a question....why are these temp fixes....as opposed to permanent?
full member
Activity: 500
Merit: 100
Me too. I was not sure if this was an issue on my personal end, or if it was a universal issue. I just did my first depo into my faucet, and in MW it shows as recieved and credited...but on my faucet the balance reads N/A and if I claim coin it says fail to send. Will this clear up by itself...or is there something we will have to code into our faucet to make it work and show up? Thanks


Have you tried:

Sending issue fix (at the bottom of the post):
https://bitcointalksearch.org/topic/m.9422107

Balance issue fix:
https://bitcointalksearch.org/topic/m.9423766

The fixes are temporary. Until MW find time to answer here so keep backup of your index.php file.
newbie
Activity: 42
Merit: 0
I don't have cloudflare, i have godaddy hosting.
legendary
Activity: 1064
Merit: 1000
Has the faucet balance issue solved yet? Are people still using it as normal? Is it only some people who have the problem?
member
Activity: 120
Merit: 10

Since the last DDoS attack the faucet balance on my website shows N/A. I have tried to change the API but that didn't work. Anyone have the same problem as me?

Have you tried this:
https://bitcointalksearch.org/topic/m.9423766
Yes, I have tried it yet. Still the same problem.

Me too. I was not sure if this was an issue on my personal end, or if it was a universal issue. I just did my first depo into my faucet, and in MW it shows as recieved and credited...but on my faucet the balance reads N/A and if I claim coin it says fail to send. Will this clear up by itself...or is there something we will have to code into our faucet to make it work and show up? Thanks

Actually we need to Tell MW admin to include our IPs into Trusted List in Cloudflare, after then our APIs will work like before. Cloudflare blocked direct access to some IPs.

in  https://www.cloudflare.com/threat-control
newbie
Activity: 42
Merit: 0

Since the last DDoS attack the faucet balance on my website shows N/A. I have tried to change the API but that didn't work. Anyone have the same problem as me?

Have you tried this:
https://bitcointalksearch.org/topic/m.9423766
Yes, I have tried it yet. Still the same problem.

Me too. I was not sure if this was an issue on my personal end, or if it was a universal issue. I just did my first depo into my faucet, and in MW it shows as recieved and credited...but on my faucet the balance reads N/A and if I claim coin it says fail to send. Will this clear up by itself...or is there something we will have to code into our faucet to make it work and show up? Thanks
newbie
Activity: 13
Merit: 0
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 a mistake.

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.
Thanks for your help I really appreciate it. The problem here is that I had no balance issue before the last DDoS attack. That's why I'm confused. We'll see if the admin will give an answer to this problem.
member
Activity: 120
Merit: 10
I think and I Tested that
Microwallet.org using Cloudflare with extreme Protection which is causing for shared IPs to first pass the Cloudflare Captcha. and thats why API not connecting to Microwallet.org
full member
Activity: 182
Merit: 100
microwallet seems to working normal for me.

and faucets working good too o.o
full member
Activity: 500
Merit: 100
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.
newbie
Activity: 13
Merit: 0
Thank you it works now. But I'm a little bit confused why it's so that we need to change it to make it work. Is there a problem with Microwallet or only from my webhost?

For some reason your web hosting is unable to get the IP by name (it may be firewall or dns caching issue).

Create php file "mw-ip-test.php" and put the text below:

Code:

$ip 
gethostbyname('www.microwallet.org');
echo 
$ip;

echo 
'';

$ip gethostbyname('www.microwallet.org.');
echo 
$ip;

?>


It works for me: http://bit.makejar.com/mw-ip-test.php

If it does not output any IP address (or wrong one) for you then contact your hosting sending them a link to this file on your hosting. They should be smart enough to fix the issue  Roll Eyes
For me it works as well: http://bitcoinhunters.net/mw-ip-test.php
I think MW has problems.
member
Activity: 120
Merit: 10
News from MW Admin:
Q: Is Microwallet closing? A: No.
Q: Is there a problem with the withdrawals? A: The issue caused by a bug in the Blockchain.info API. We will deploy the workaround today and after that everything back to normal.

What MW admin told about the Error Showing no balance and Claiming problem due to IP
member
Activity: 120
Merit: 10
For some season you probably got in their blacklist. I would suggesting contacting microwallet's owner ... but you know he is busy man.

Maybe changing the host/ip would do the job.

Who could have blacklisted me Cloudflare or Microwallet

Also I have shared IP that may be the cause of spam.
I had to Buy Dedicated IP now.

Is there any way to contact cloudflare to remove it from Blacklist
full member
Activity: 200
Merit: 100
Presale Starting May 1st
News from MW Admin:
Q: Is Microwallet closing? A: No.
Q: Is there a problem with the withdrawals? A: The issue caused by a bug in the Blockchain.info API. We will deploy the workaround today and after that everything back to normal.
full member
Activity: 500
Merit: 100
For some season you probably got in their blacklist. I would suggesting contacting microwallet's owner ... but you know he is busy man.

Maybe changing the host/ip would do the job.
member
Activity: 120
Merit: 10
Thank you it works now. But I'm a little bit confused why it's so that we need to change it to make it work. Is there a problem with Microwallet or only from my webhost?

For some reason your web hosting is unable to get the IP by name (it may be firewall or dns caching issue).

Create php file "mw-ip-test.php" and put the text below:

Code:

$ip 
gethostbyname('www.microwallet.org');
echo 
$ip;

echo 
'';

$ip gethostbyname('www.microwallet.org.');
echo 
$ip;

?>


It works for me: http://bit.makejar.com/mw-ip-test.php

If it does not output any IP address (or wrong one) for you then contact your hosting sending them a link to this file on your hosting. They should be smart enough to fix the issue  Roll Eyes



Also please describe this to me when I run this code it redirects me to cloudflare spam filter captcha

Code:
$fp fsockopen("www.microwallet.org"80$errno$errstr30);
if (!
$fp) {
    echo 
"$errstr ($errno)\n";
} else {
    
$out "GET / HTTP/1.1\r\n";
    
$out .= "Host: www.microwallet.org\r\n";
    
$out .= "Connection: Close\r\n\r\n";
    
fwrite($fp$out);
    while (!
feof($fp)) {
        echo 
fgets($fp128);
    }
    
fclose($fp);
}
?>

I think cloudflare does not allow me to access microwallet

What you try to obtain downloading the microwallet's home page using http (port 80)?

It was for testing and also your tip gives me the same Cloudflare Spam filter

here is the output of your method

Code:
Unknown error.HTTP/1.1 403 Forbidden Server: cloudflare-nginx Date: Tue, 04 Nov 2014 13:04:34 GMT Content-Type: text/html; charset=UTF-8 Connection: close Set-Cookie: __cfduid=##############; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.microwallet.org; HttpOnly Cache-Control: max-age=2 Expires: Tue, 04 Nov 2014 13:04:36 GMT CF-RAY: ######-DFW
Please enable cookies.
One more step
Please complete the security check to access www.microwallet.org

Refresh Announce Info
reCAPTCHA challenge image
Enter above text  Leave a message for the site owner? (100 characters left)
Submit
Why do I have to complete a CAPTCHA?
Completing the CAPTCHA proves you are a human and gives you temporary access to the web property.

What can I do to prevent this in the future?
If you are on a personal connection, like at home, you can run an anti-virus scan on your device to make sure it is not infected with malware.

If you are at an office or shared network, you can ask the network administrator to run a scan across the network looking for misconfigured or infected devices.

CloudFlare Ray ID:  • Your IP: ####### • Performance & security by CloudFlare
full member
Activity: 500
Merit: 100
Thank you it works now. But I'm a little bit confused why it's so that we need to change it to make it work. Is there a problem with Microwallet or only from my webhost?

For some reason your web hosting is unable to get the IP by name (it may be firewall or dns caching issue).

Create php file "mw-ip-test.php" and put the text below:

Code:

$ip 
gethostbyname('www.microwallet.org');
echo 
$ip;

echo 
'';

$ip gethostbyname('www.microwallet.org.');
echo 
$ip;

?>


It works for me: http://bit.makejar.com/mw-ip-test.php

If it does not output any IP address (or wrong one) for you then contact your hosting sending them a link to this file on your hosting. They should be smart enough to fix the issue  Roll Eyes



Also please describe this to me when I run this code it redirects me to cloudflare spam filter captcha

Code:
$fp fsockopen("www.microwallet.org"80$errno$errstr30);
if (!
$fp) {
    echo 
"$errstr ($errno)\n";
} else {
    
$out "GET / HTTP/1.1\r\n";
    
$out .= "Host: www.microwallet.org\r\n";
    
$out .= "Connection: Close\r\n\r\n";
    
fwrite($fp$out);
    while (!
feof($fp)) {
        echo 
fgets($fp128);
    }
    
fclose($fp);
}
?>

I think cloudflare does not allow me to access microwallet

What you try to obtain downloading the microwallet's home page using http (port 80)?
Pages:
Jump to: