Bitcoin Forum
May 04, 2024, 08:13:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 »
  Print  
Author Topic: [ANN] Microwallet.org - API + free faucet script, start your own faucet!  (Read 114760 times)
BlueChipper
Member
**
Offline Offline

Activity: 75
Merit: 10

Cryptocurrency Advocate


View Profile WWW
November 03, 2014, 07:37:31 AM
 #401

Hi there,

we are operating www.pinktussy.com and www.mezzacap.com and both sites are still not working because the API doesn't work. We've contacted the guys from microwallet.org but got no answer yet.

I am pretty sure that they are very busy anyway with repairing the DDoS but they should inform about the situation. A lot of people depend on them - faucet sites are not working, referal systems are out of order (at least for the microwallet faucets). In one word - a large part of the ecosphere is down.

I think it would be a good idea if @landofbicoin would drop a few words here and we all know a bit more, thx in advance.

Cheers Smiley Bluechipper

MEZZACAP INVESTMENTS
Blockchain Investment Advisers and Business Incubators
1714810427
Hero Member
*
Offline Offline

Posts: 1714810427

View Profile Personal Message (Offline)

Ignore
1714810427
Reply with quote  #2

1714810427
Report to moderator
1714810427
Hero Member
*
Offline Offline

Posts: 1714810427

View Profile Personal Message (Offline)

Ignore
1714810427
Reply with quote  #2

1714810427
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714810427
Hero Member
*
Offline Offline

Posts: 1714810427

View Profile Personal Message (Offline)

Ignore
1714810427
Reply with quote  #2

1714810427
Report to moderator
Werko
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile WWW
November 03, 2014, 08:05:35 AM
 #402

Hi,

my three sites still working.
A new API is still not an option, but I hope we get a statement soon

onlyyou12
Copper Member
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile WWW
November 03, 2014, 08:40:00 AM
 #403

Anyone tell me ! Micro is still pay for member HuhHuh  Kiss

BitcoinFuture99
Member
**
Offline Offline

Activity: 120
Merit: 10


View Profile
November 03, 2014, 08:49:56 AM
 #404

I think problem is in the microfaucet script because microwallet API keys works and still can get the balance directly through
Code:
https://www.microwallet.org/api/v1/balance?api_key=


please any developer can fix the bug of faucet template at www.freebitcoinfaucet.org
BitcoinzB
Full Member
***
Offline Offline

Activity: 210
Merit: 100


💰💰💰💰


View Profile
November 03, 2014, 09:09:54 AM
 #405

Same problem, API not working. Any temporary fix yet?
BlueChipper
Member
**
Offline Offline

Activity: 75
Merit: 10

Cryptocurrency Advocate


View Profile WWW
November 03, 2014, 09:19:35 AM
 #406

I just found this site, faucetbox.com, seems legit, nice design and all, has a faucet list like "land of bitcoin" and even a microwallet migration guide. I'm going to move my faucet over there, we'll see how it goes...

Thx for the hint, we just migrated one of our Microwallet faucets to http://faucetbox.com and used the automatic script. Migration worked fine, no troubles. We are now depositing the first Bitcoins. Hope that works ...

I'll keep you updated. Stay tuned.

Cheers, Bluechipper

MEZZACAP INVESTMENTS
Blockchain Investment Advisers and Business Incubators
NeedIfFindIt
Full Member
***
Offline Offline

Activity: 500
Merit: 100



View Profile
November 03, 2014, 09:20:29 AM
 #407

Hi there,

we are operating www.pinktussy.com and www.mezzacap.com and both sites are still not working because the API doesn't work. We've contacted the guys from microwallet.org but got no answer yet.

I am pretty sure that they are very busy anyway with repairing the DDoS but they should inform about the situation. A lot of people depend on them - faucet sites are not working, referal systems are out of order (at least for the microwallet faucets). In one word - a large part of the ecosphere is down.

I think it would be a good idea if @landofbicoin would drop a few words here and we all know a bit more, thx in advance.

Cheers Smiley Bluechipper

Did you try to temporary replace:

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443);
        if (!$fp) {
            return array(
                'success' => false,
                'message' => 'Failed to send.',
                'html' => '<div class="alert alert-danger">Failed to send.</div>',
                'response' => null,
            );
        }
        @fputs($fp, $request);

with

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443, $errno, $errstr, 3);
        if (!$fp) {
            return array(
                'success' => false,
                'message' => 'Failed to send.',
                'html' => '<div class="alert alert-danger">Failed to send. ('.$errno.') '.$errstr.'</div>',
                'response' => null,
            );
        }
        @fputs($fp, $request);


in the code. Please paste the error message you get after "Failed to send." here.
krishnapramod
Legendary
*
Offline Offline

Activity: 1470
Merit: 1078


View Profile
November 03, 2014, 09:33:11 AM
 #408

A majority of my referrals have accounts in microwallet faucets. It took months of constant advertising to gain these referrals. The way things are heading, it looks like I am going to lose all my referrals. Even if the faucet owners come up with a new micropayment cache system, will the members still be able to retain their referrals?
NeedIfFindIt
Full Member
***
Offline Offline

Activity: 500
Merit: 100



View Profile
November 03, 2014, 09:41:52 AM
 #409

A majority of my referrals have accounts in microwallet faucets. It took months of constant advertising to gain these referrals. The way things are heading, it looks like I am going to lose all my referrals. Even if the faucet owners come up with a new micropayment cache system, will the members still be able to retain their referrals?

Yes:
- If the websites continue running microfaucet
- If you/they used bitcoin addresses (instead of username/email)
- If the microwallet replacement uses bitcoin addresses
- If the website admin decide to keep the microfaucet_users table  Tongue

Too many IFs Shocked
krishnapramod
Legendary
*
Offline Offline

Activity: 1470
Merit: 1078


View Profile
November 03, 2014, 09:57:31 AM
 #410

A majority of my referrals have accounts in microwallet faucets. It took months of constant advertising to gain these referrals. The way things are heading, it looks like I am going to lose all my referrals. Even if the faucet owners come up with a new micropayment cache system, will the members still be able to retain their referrals?

Yes:
- If the websites continue running microfaucet
- If you/they used bitcoin addresses (instead of username/email)
- If the microwallet replacement uses bitcoin addresses
- If the website admin decide to keep the microfaucet_users table  Tongue

Too many IFs Shocked

Wow...hope the faucet owners are going to read this and these IFs will be taken into consideration before opting for a new payment system. I was feeling a bit hopeful after reading the first three IFs, but the fourth one, microfaucet_users table, damn Sad...Thank you for explaining it in detail.
BlueChipper
Member
**
Offline Offline

Activity: 75
Merit: 10

Cryptocurrency Advocate


View Profile WWW
November 03, 2014, 10:14:15 AM
 #411

Hi there,

we are operating www.pinktussy.com and www.mezzacap.com and both sites are still not working because the API doesn't work. We've contacted the guys from microwallet.org but got no answer yet.

I am pretty sure that they are very busy anyway with repairing the DDoS but they should inform about the situation. A lot of people depend on them - faucet sites are not working, referal systems are out of order (at least for the microwallet faucets). In one word - a large part of the ecosphere is down.

I think it would be a good idea if @landofbicoin would drop a few words here and we all know a bit more, thx in advance.

Cheers Smiley Bluechipper

Did you try to temporary replace:

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443);
        if (!$fp) {
            return array(
                'success' => false,
                'message' => 'Failed to send.',
                'html' => '<div class="alert alert-danger">Failed to send.</div>',
                'response' => null,
            );
        }
        @fputs($fp, $request);

with

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443, $errno, $errstr, 3);
        if (!$fp) {
            return array(
                'success' => false,
                'message' => 'Failed to send.',
                'html' => '<div class="alert alert-danger">Failed to send. ('.$errno.') '.$errstr.'</div>',
                'response' => null,
            );
        }
        @fputs($fp, $request);


in the code. Please paste the error message you get after "Failed to send." here.

Hi, I have changed the code and got the error message: "Failed to send. (0)"

You can try it with our test site http://bexxpal.com.

Cheers Bluechipper

MEZZACAP INVESTMENTS
Blockchain Investment Advisers and Business Incubators
NeedIfFindIt
Full Member
***
Offline Offline

Activity: 500
Merit: 100



View Profile
November 03, 2014, 11:28:04 AM
Last edit: November 04, 2014, 04:04:10 PM by NeedIfFindIt
 #412

Hi there,

we are operating www.pinktussy.com and www.mezzacap.com and both sites are still not working because the API doesn't work. We've contacted the guys from microwallet.org but got no answer yet.

I am pretty sure that they are very busy anyway with repairing the DDoS but they should inform about the situation. A lot of people depend on them - faucet sites are not working, referal systems are out of order (at least for the microwallet faucets). In one word - a large part of the ecosphere is down.

I think it would be a good idea if @landofbicoin would drop a few words here and we all know a bit more, thx in advance.

Cheers Smiley Bluechipper

Did you try to temporary replace:

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443);
        if (!$fp) {
            return array(
                'success' => false,
                'message' => 'Failed to send.',
                'html' => '<div class="alert alert-danger">Failed to send.</div>',
                'response' => null,
            );
        }
        @fputs($fp, $request);

with

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443, $errno, $errstr, 3);
        if (!$fp) {
            return array(
                'success' => false,
                'message' => 'Failed to send.',
                'html' => '<div class="alert alert-danger">Failed to send. ('.$errno.') '.$errstr.'</div>',
                'response' => null,
            );
        }
        @fputs($fp, $request);


in the code. Please paste the error message you get after "Failed to send." here.

Hi, I have changed the code and got the error message: "Failed to send. (0)"

You can try it with our test site http://bexxpal.com.

Cheers Bluechipper


Looks for some reason your hosting is unable to resolve the microwallet's IP address.

As a temp measure you can ping locally:

ping www.microwallet.org
this will give you the IP 104.28.0.112, or 104.28.1.112 or something else ...

Then replace

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443);

Code:
        $fp = @fsockopen('ssl://104.28.0.112', 443);

Then you will probably need to buy me a beer  Grin just kidding, I'm not sure if it will work.
BlueChipper
Member
**
Offline Offline

Activity: 75
Merit: 10

Cryptocurrency Advocate


View Profile WWW
November 03, 2014, 12:59:44 PM
 #413

Hi my friend, you are my personal hero.

I changed the www.microwallet.org against IP-address 104.28.1.112 and it works. At least we can make payouts now, the balance is still on status "N/A".

The beer is yours, definitely  Grin Grin

Thx again,

Bluechipper

MEZZACAP INVESTMENTS
Blockchain Investment Advisers and Business Incubators
Schurup
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
November 03, 2014, 01:00:59 PM
 #414

I just farmed through ~150 mw faucets, only about ~10-12 failed to send... all others working properly!
Werko
Full Member
***
Offline Offline

Activity: 206
Merit: 100


View Profile WWW
November 03, 2014, 01:05:11 PM
 #415

Has anyone received a payment from MW?
I have already 900000 on my account.

Justin-TheBotGuru
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
November 03, 2014, 01:07:30 PM
 #416

Hi there,

we are operating www.pinktussy.com and www.mezzacap.com and both sites are still not working because the API doesn't work. We've contacted the guys from microwallet.org but got no answer yet.

I am pretty sure that they are very busy anyway with repairing the DDoS but they should inform about the situation. A lot of people depend on them - faucet sites are not working, referal systems are out of order (at least for the microwallet faucets). In one word - a large part of the ecosphere is down.

I think it would be a good idea if @landofbicoin would drop a few words here and we all know a bit more, thx in advance.

Cheers Smiley Bluechipper

Did you try to temporary replace:

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443);
        if (!$fp) {
            return array(
                'success' => false,
                'message' => 'Failed to send.',
                'html' => '<div class="alert alert-danger">Failed to send.</div>',
                'response' => null,
            );
        }
        @fputs($fp, $request);

with

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443, $errno, $errstr, 3);
        if (!$fp) {
            return array(
                'success' => false,
                'message' => 'Failed to send.',
                'html' => '<div class="alert alert-danger">Failed to send. ('.$errno.') '.$errstr.'</div>',
                'response' => null,
            );
        }
        @fputs($fp, $request);


in the code. Please paste the error message you get after "Failed to send." here.

Hi, I have changed the code and got the error message: "Failed to send. (0)"

You can try it with our test site http://bexxpal.com.

Cheers Bluechipper


Looks for some reason your hosting is unable to resolve the microwallet's IP address.

As a temp measure you can ping locally:

ping www.microwallet.org
this will give you the IP 104.28.0.112, or 104.28.1.112 or something else ...

Then replace

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443, $errno, $errstr, 3);

Code:
        $fp = @fsockopen('ssl://[put the IP here]', 443, $errno, $errstr, 3);

Then you will probably need to buy me a beer  Grin just kidding, I'm not sure if it will work.

Hello! I actually reset my account information to be able to say this - Haven't posted in a long time... But I really wanted to thank you for going out of your way to help other faucet owners. Unless it breaks a rule here (which I doubt it does) can you reply to this with your bitcoin address?
Schurup
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
November 03, 2014, 01:08:50 PM
 #417

Has anyone received a payment from MW?
I have already 900000 on my account.

Not yet, give it some time...

Think owner is under pressure and dont have time to do all things in one moment!
NeedIfFindIt
Full Member
***
Offline Offline

Activity: 500
Merit: 100



View Profile
November 03, 2014, 01:19:31 PM
 #418

Hi there,

we are operating www.pinktussy.com and www.mezzacap.com and both sites are still not working because the API doesn't work. We've contacted the guys from microwallet.org but got no answer yet.

I am pretty sure that they are very busy anyway with repairing the DDoS but they should inform about the situation. A lot of people depend on them - faucet sites are not working, referal systems are out of order (at least for the microwallet faucets). In one word - a large part of the ecosphere is down.

I think it would be a good idea if @landofbicoin would drop a few words here and we all know a bit more, thx in advance.

Cheers Smiley Bluechipper

Did you try to temporary replace:

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443);
        if (!$fp) {
            return array(
                'success' => false,
                'message' => 'Failed to send.',
                'html' => '<div class="alert alert-danger">Failed to send.</div>',
                'response' => null,
            );
        }
        @fputs($fp, $request);

with

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443, $errno, $errstr, 3);
        if (!$fp) {
            return array(
                'success' => false,
                'message' => 'Failed to send.',
                'html' => '<div class="alert alert-danger">Failed to send. ('.$errno.') '.$errstr.'</div>',
                'response' => null,
            );
        }
        @fputs($fp, $request);


in the code. Please paste the error message you get after "Failed to send." here.

Hi, I have changed the code and got the error message: "Failed to send. (0)"

You can try it with our test site http://bexxpal.com.

Cheers Bluechipper


Looks for some reason your hosting is unable to resolve the microwallet's IP address.

As a temp measure you can ping locally:

ping www.microwallet.org
this will give you the IP 104.28.0.112, or 104.28.1.112 or something else ...

Then replace

Code:
        $fp = @fsockopen('ssl://www.microwallet.org', 443, $errno, $errstr, 3);

Code:
        $fp = @fsockopen('ssl://[put the IP here]', 443, $errno, $errstr, 3);

Then you will probably need to buy me a beer  Grin just kidding, I'm not sure if it will work.

Hello! I actually reset my account information to be able to say this - Haven't posted in a long time... But I really wanted to thank you for going out of your way to help other faucet owners. Unless it breaks a rule here (which I doubt it does) can you reply to this with your bitcoin address?

It is written in my profile  Tongue

Don't forget the IP thing is temp measure. Wait 3 days and if the original code still does not work then check it with your hosting provider etc.

If someone else get the IP in the future he may steal your API key etc.
Justin-TheBotGuru
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
November 03, 2014, 01:22:15 PM
Last edit: November 03, 2014, 01:35:14 PM by Justin-TheBotGuru
 #419

Thanks for the heads up Smiley
I dont actually have a Microwallet.org faucet, was reading the thread because some of our faucet owners (I help run a competing platform to Microwallet) informed us that microwallet was having some issues. Came across your help just wanted to say thanks for those that you might help with it.

EDIT: Sent you a beer tip.
NeedIfFindIt
Full Member
***
Offline Offline

Activity: 500
Merit: 100



View Profile
November 03, 2014, 01:28:16 PM
 #420

Actually to avoid "connection timeout" the
Code:
", 3"
should be removed  Tongue

3 seconds may not be enough for a heavily overloaded website.

Thanks!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [21] 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!