Pages:
Author

Topic: FaucetHUB.io || +Microwallet (9 coins) ||+Dice & +Jackpot||+Games||+Exchange - page 42. (Read 116902 times)

legendary
Activity: 3234
Merit: 5637
Blackjack.fun-Free Raffle-Join&Win $50🎲
I try to open FaucetHub but I get only this message: Secure Connection Failed - An error occurred during a connection to faucethub.io. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

This started yesterday. I get the same message.
I have also tried from my husband's computer - there, the site is blocked by McAfee.

Until they solve their problem, I have stopped using any faucet that sends directly to FaucetHUB. I use only the ones where I can accumulate.
When FaucetHUB has been in maintenance mode, I have lost lots of satoshi  Angry
I hope we can hear an update from mexicantarget soon. I thought the problem just occurred today, until I read your post. The site was blocked by malwarebytes as well, here in my end. Looking forward to a quick fix



For me site is unavailable today with same errors,and if I try to access site without https it is blocked by Malwarebytes also.I try with Opera&Firefox on my desktop PC and it is not working,but on my smart phone faucethub is working so there is some problem in browsers regarding SSL.

This forum is not a support page.

If you need to get answers to questions, please use the support system on the site and your questions will be answered.
This is a third party site.





I just want to see if any other user have same problem,and if many of us can not reach faucethub site then how we should use support system on site?

Problem detected,it is in Malwarebytes Web Protection option,when I turn it off faucethub site is loading normally.
legendary
Activity: 1652
Merit: 1043
Cypherpunk (& cyberpunk)
This forum is not a support page.

If you need to get answers to questions, please use the support system on the site and your questions will be answered.
This is a third party site.

Thanks Smiley

PS: No clue what's up with SSL, gonna check it now

EDIT: RE:SSL:
https://www.sslshopper.com/ssl-checker.html#hostname=Faucethub.io
Seems everything works fine

Quote
Until they solve their problem, I have stopped using any faucet that sends directly to FaucetHUB. I use only the ones where I can accumulate.
When FaucetHUB has been in maintenance mode, I have lost lots of satoshi  Angry
Code a check and see when FH is in maintenance mode so you don't send any coins.

hero member
Activity: 1372
Merit: 647
I try to open FaucetHub but I get only this message: Secure Connection Failed - An error occurred during a connection to faucethub.io. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

This started yesterday. I get the same message.
I have also tried from my husband's computer - there, the site is blocked by McAfee.

Until they solve their problem, I have stopped using any faucet that sends directly to FaucetHUB. I use only the ones where I can accumulate.
When FaucetHUB has been in maintenance mode, I have lost lots of satoshi  Angry
I hope we can hear an update from mexicantarget soon. I thought the problem just occurred today, until I read your post. The site was blocked by malwarebytes as well, here in my end. Looking forward to a quick fix

newbie
Activity: 15
Merit: 0
I try to open FaucetHub but I get only this message: Secure Connection Failed - An error occurred during a connection to faucethub.io. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

This started yesterday. I get the same message.
I have also tried from my husband's computer - there, the site is blocked by McAfee.

Until they solve their problem, I have stopped using any faucet that sends directly to FaucetHUB. I use only the ones where I can accumulate.
When FaucetHUB has been in maintenance mode, I have lost lots of satoshi  Angry
legendary
Activity: 3234
Merit: 5637
Blackjack.fun-Free Raffle-Join&Win $50🎲
I try to open FaucetHub but I get only this message: Secure Connection Failed - An error occurred during a connection to faucethub.io. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

full member
Activity: 350
Merit: 125
Whats the best thing to do when listing "Payout Amount" when my payouts on faucet varies a lot. Even an average would be hard to say as my faucet is non-traditional in payout mechanism. Thanks.
xnd
sr. member
Activity: 297
Merit: 250
@DEVRAWL
Hello

When adding a new currency faucet, the monthly graph (not piechart) here https://faucethub.io/manager/stats shows the last 30 days stats for the currency of the latest faucet added. (if i add a DOGE faucet now, it's gonna show monthly stats for DOGE, and so on).

Can we get a way to select what currency that graph will display? (is the only way i know of of displaying total payouts, per day, per total and not per faucet - it's really useful to see how much we're in loss or in profit).

Cheesy
member
Activity: 249
Merit: 22
CRYPTO.NET.PE
legendary
Activity: 1652
Merit: 1043
Cypherpunk (& cyberpunk)
newbie
Activity: 49
Merit: 0
It's just a display error, the claimed amounts are safely sent to your wallets  Wink

All systems GO Cheesy
yes now normal again,but i dont see my previous payments Huh
xnd
sr. member
Activity: 297
Merit: 250
@DEVRAWL
It's just a display error, the claimed amounts are safely sent to your wallets  Wink

All systems GO Cheesy
newbie
Activity: 49
Merit: 0
is there a problem in FaucetHub site ??
faucet site say 50 satoshi sent to your FaucetHUB Wallet.
but i see nothing there on faucethub account
xnd
sr. member
Activity: 297
Merit: 250
@DEVRAWL
Hello

When adding a new currency faucet, the monthly graph (not piechart) here https://faucethub.io/manager/stats shows the last 30 days stats for the currency of the latest faucet added. (if i add a DOGE faucet now, it's gonna show monthly stats for DOGE, and so on).

Can we get a way to select what currency that graph will display? (is the only way i know of of displaying total payouts, per day, per total and not per faucet - it's really useful to see how much we're in loss or in profit).
full member
Activity: 350
Merit: 125
Ok think I'm getting there..

have this -
include('faucethub.php');


$api_key = "my api key";
$currency = "BTC"; # or LTC or any other supported by FaucetHub
$faucethub = new FaucetHub($api_key, $currency);

$balance = $faucethub->getBalance();


?>
is this correct?
When I try and print balance I get array to string coversion notice and then printed is "array"

-------
Got it to work.. could delete this but I'll post just incase any other noobs want help -

include('faucethub.php');


$api_key = "my api key";
$currency = "BTC"; # or LTC or any other supported by FaucetHub
$faucethub = new FaucetHub($api_key, $currency);

$balance = $faucethub->getBalance();
$getbalance = ($balance["balance_bitcoin"])*100000000;
echo $getbalance, " Satoshi";


?>

I presume there's a way of storing 8 decimal place numbers, but this is good enough solution for now.
full member
Activity: 350
Merit: 125
Have some real problems..
Nearly finished faucet, decided I will do all payments through faucethub, my programming isn't great, I'm trying to fully understand everything I do to avoid security problems though.. https://faucethub.io/api says it's easy but it really doesn't seem so. My payouts will be semi-manual at the completion of a set time. I tried using this command -

$curl = curl_init("https://faucethub.io/api/v1/balance?api_key=myapikey¤cy=BTC");
$response=curl_exec($curl);

and I get this error -
{"status":411,"message":"Unsupported request method."}

I guess that is Json being returned, though I don't know how to put that into variables etc.. if it did work. This is the first time I've ever used curl, and I've been researching for hours now.. would it not be possible to have an example of this in a script?
I also tried using the faucethub.php library, to no avail either. Not asking for people to do my job for me but I'm unsure what to do really :/

EDIT:

I can assume that I didn't send an http post, but every example I've found has options before the url, I'm not sure what to use or what to do if I don't need options.

It's actually easy to do it if you use our PHP lib Sad

You're sending GET req instead of POST.

PHP lib exists to abstract this kind of stuff from the users.

Theres like one tiny example of the php lib that isnt even a working example it just shows a few functions. I tried a php script at top of page.. require ("faucethub.php);
Then did what it suggested, put my api key in and called a function but it said function undefined : / i guess ill try again.
legendary
Activity: 1652
Merit: 1043
Cypherpunk (& cyberpunk)
Have some real problems..
Nearly finished faucet, decided I will do all payments through faucethub, my programming isn't great, I'm trying to fully understand everything I do to avoid security problems though.. https://faucethub.io/api says it's easy but it really doesn't seem so. My payouts will be semi-manual at the completion of a set time. I tried using this command -

$curl = curl_init("https://faucethub.io/api/v1/balance?api_key=myapikey¤cy=BTC");
$response=curl_exec($curl);

and I get this error -
{"status":411,"message":"Unsupported request method."}

I guess that is Json being returned, though I don't know how to put that into variables etc.. if it did work. This is the first time I've ever used curl, and I've been researching for hours now.. would it not be possible to have an example of this in a script?
I also tried using the faucethub.php library, to no avail either. Not asking for people to do my job for me but I'm unsure what to do really :/

EDIT:

I can assume that I didn't send an http post, but every example I've found has options before the url, I'm not sure what to use or what to do if I don't need options.

It's actually easy to do it if you use our PHP lib Sad

You're sending GET req instead of POST.

PHP lib exists to abstract this kind of stuff from the users.
legendary
Activity: 1652
Merit: 1043
Cypherpunk (& cyberpunk)
Two questions here:

Can i withdraw from faucethub into my freebitco.in account if i link an address from my deposit option there?

Can i withdraw from faucethub into my eobot.com account if i link an address from my deposit option there?
You can withdraw your coins anywhere, as long:

  • The site you're withdrawing accepts small amounts of bitcoin (dust)
  • You're withdrawing more than 20.000 satoshi

@josh, thanks
sr. member
Activity: 2170
Merit: 254
the freebitco.in deposit adress does not change constantly, it is always the same adress.
I have already withdraw 3 times from FH to freebitco.in without any problems.
full member
Activity: 812
Merit: 124
Two questions here:

Can i withdraw from faucethub into my freebitco.in account if i link an address from my deposit option there?

Can i withdraw from faucethub into my eobot.com account if i link an address from my deposit option there?



i might be able to answer  those i may be or may not be wrong


1 Yes You can withdraw from faucethub to freebitco.in You just need the bitcoin address from freebitco.in add it to your faucethub account after 48hours
You can withdraw just make sure you know what your freebitco.in address is i guess its just gonna be 1 address


2
the answer is the same as above


Freebitco.in adress changes with every deposit...
Pages:
Jump to: