Bitcoin Forum
June 20, 2024, 01:54:24 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
261  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 29, 2016, 10:42:10 PM
Getting that old message again when making a claim on a few websites Unknown error.



We're under a minor attack that can cause timeouts, I'm working on it.
262  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 29, 2016, 10:28:55 PM
I am waiting for my withdraw its almost more then 3 days today site is also down any update about this ?

What's your address?
263  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 29, 2016, 01:45:33 PM
I don't know what's happening right now with Faucetbox. Maybe I skipped something idk. Please help me with this one.

I was doing some math and realized that I'm receiving just 10% of all satoshis! i.e: FreeBitcoins4U says it has sent me 100 satoshis to my account. When I go to "Address checker" and check the "Total accumulated" it just added 10 satoshis! The thing is, when I check the "faucets payouts history" it says "FreeBitcoins4U 100 satoshi"  Huh

Why's that?

Total accumulated is shown in whole coins, not satoshi. Are you sure you looked at the correct decimal Tongue?
Did it happen more than once? Anyone else is having such issues?
I don't know how could that possibly happen, but we made some changes in the way we handle payments recently...

Look. My current total accumulated is 0.00043442 BTC. If I see for example the "Torn! ...to bits" faucet it says "125 satoshi (0.0000125 BTC) was sent to you on Faucetbox". If that was true now I should have in my total 0.00044692 right? But instead my total now is this 0.00043567.

This is how it should be 0.00044692 - 0.00043442 = 0.0000125 / 0.0000001 = 125 satoshi

But instead I get this 0.00043567 - 0.00043442 = 0.00000125 / 0.0000001 = 12.5 satoshi

That's what's going on.

No, you don't divide by correct value. 1 satoshi is 0.00000001 BTC. You missed one zero.

FaucetBOX.com can't even handle fractions of satoshis Smiley.

Also FaucetBOX.com formats values in such a way, that last decimal point is always 1 satoshi, so you can just skip leading zeros and do 44692 - 43442 = 125 satoshi.
264  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 29, 2016, 11:16:21 AM
I don't know what's happening right now with Faucetbox. Maybe I skipped something idk. Please help me with this one.

I was doing some math and realized that I'm receiving just 10% of all satoshis! i.e: FreeBitcoins4U says it has sent me 100 satoshis to my account. When I go to "Address checker" and check the "Total accumulated" it just added 10 satoshis! The thing is, when I check the "faucets payouts history" it says "FreeBitcoins4U 100 satoshi"  Huh

Why's that?

Total accumulated is shown in whole coins, not satoshi. Are you sure you looked at the correct decimal Tongue?
Did it happen more than once? Anyone else is having such issues?
I don't know how could that possibly happen, but we made some changes in the way we handle payments recently...
265  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 15, 2016, 07:52:41 PM
It's not only whether the connection is reliable and fast or not. reCaptcha actually tries to guess the "riskiness" of handling current user. If for example (totally made up values, just to show the point) you solved one reCaptcha yesterday and haven't failed any in 3 days, then reCatpcha assumes you're good to go and won't show you images. However if in the past hour you've solved 10 captchas, then that's something unusual, so it'll show you these images with checkboxes to solve.

So it's more about what reCaptcha currently thinks about you.

I have sometimes solved over hundred reCaptchas in day without getting any of the slow connection/no js captchas.
Only thing I have noticed when they think I am suspicious (doing many captcahs) is that I need to solve the (normal) captcha 2-4 times correctly before they trust me. But I have never got no js captcha for that.

Also google says that it should only show when "your browser environment doesn't support the reCAPTCHA checkbox widget."

But they still require you to select images. The "standard" mode of reCaptcha is that you just click "I'm a human" checkbox and that's all.
266  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 15, 2016, 04:20:16 PM
It's not only whether the connection is reliable and fast or not. reCaptcha actually tries to guess the "riskiness" of handling current user. If for example (totally made up values, just to show the point) you solved one reCaptcha yesterday and haven't failed any in 3 days, then reCatpcha assumes you're good to go and won't show you images. However if in the past hour you've solved 10 captchas, then that's something unusual, so it'll show you these images with checkboxes to solve.

So it's more about what reCaptcha currently thinks about you.
267  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 13, 2016, 05:49:28 PM
I wonder if faucetbox would add ether to their site. Its really hard to accumulate ether from those faucets because of the minimum amount that needs to be accumulated is too high. If faucetbox could gather the earnings from several faucets into one, it'll be easier to reach 0.05

I don't think that can happen anytime soon (think 6+ months), they're too different from the Bitcoin Core's JSON-RPC API that we use.
268  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 13, 2016, 02:04:30 PM

Statistics is not working exactly.

it showing wrong details.

Any details...?
269  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 09, 2016, 07:01:04 PM
Does anyone know if this serves to bots?

Code:
var timeout;
document.onmousemove = function(){
  clearTimeout(timeout);
  timeout = setTimeout(function(){alert("move your mouse");}, 60000);
}

That will only annoy real users.

In Powershell i can use this to see my balance

Invoke-RestMethod -Method Get -Uri "https://faucetbox.com/api/v1/balance?api_key=myapikey"



Can any figure out how to get 5 last payment?

https://faucetbox.com/api/v1/payouts

count=5&api_key=MyAPIkey&currency=BTC

And how to send btc?

You're making GET requests, you should do POST requests as documented here: https://faucetbox.com/api/ . It works for /balance, but that's an undocumented feature for compatibility with legacy Microfaucet script.
Try the snippet from minifrij.
270  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 02, 2016, 02:58:48 PM
Nothing there, and i haven't start my own faucet yet

http://prntscr.com/aa8x2k
http://prntscr.com/aa8xr0

You coins were withdrawn through FaucetBOX.com Dashboard to address 1LpMZfcuDBurrycu5C4hZPX1togFuWz5XR on 2016-01-24 10:55:42. If you need more information, PM me.
271  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 02, 2016, 01:16:07 PM
@Kazuldur, I'd like to let you know that I have changed payouts, so you can update your list.

It's 250 satoshi every 15 minutes now.

www.faucetgame.com

We don't maintain this list. You can update it yourself in your FaucetBOX.com Dashboard.

Please help me, 2 months ago i deposit 0.0166 BTC to my faucetbox account and now my balance is 0  Undecided

http://prntscr.com/aa6bkb

http://prntscr.com/aa6bsf

http://prntscr.com/aa6c3r

 Huh


Check the list of payouts (Go to Faucets tab in your FaucetBOX.com Dashboard and click "Payouts" next to your faucet). It was probably a withdrawal from FaucetBOX.com Dashboard, it's not included in stats.
272  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: March 01, 2016, 01:34:24 PM
I wondering, is it possible to put faucetbox script into wordpress "page"?
I want to make blog about cryptocurrency and in additional pages put my few faucets

Simplest and I think the only way currently is to just use an iframe on a Wordpress page:

Code:
<iframe style="width: 500px; height: 500px" src="http://url-to-your-faucet.com">

Adjust width and height to your needs.
273  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 26, 2016, 05:18:59 PM
easy to catch bots from emails

Not at all, there are too many "5-minute mail" services which bots can use.
274  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 26, 2016, 03:29:12 PM
In last few days visitors to my faucet Aquabitcoin.com have almost tripled according to Google Analytics http://prntscr.com/a86uch and so have daily payouts. Is it some time of bots attack? I already have Nastyhosts enabled in admin panel. Is there some other way to stop it?

Try checking where they came from, maybe there's an answer in referrals.
275  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 25, 2016, 10:35:16 PM
Still no message that tells you BEFORE clicking a captcha that the faucet is over the limit...

And that's something we can probably fix. I'll look into that in next version of the script.

Still talking about safety limits? No, you can't fix it if people use custom script. But it would be good if official script tells before claiming that faucet exceeded it's safety limits.

Yes, still talking about safety limits and yes, changing it in official script was what I meant.
276  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 25, 2016, 10:09:51 PM
Still no message that tells you BEFORE clicking a captcha that the faucet is over the limit...

And that's something we can probably fix. I'll look into that in next version of the script.
277  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 25, 2016, 09:27:43 PM
Something needs to be done with Safety Limits thingy. Lot of faucet owners have start to abuse this system. I see it can be set to only 100 satoshi for 30mins!?

That's something that can be implemented by faucets itself (out of FaucetBOX.com's control), so there's not much we can do. Users should just stop using faucets abusing this feature.

You could at least increase minimum. 100 satoshis, are you kidding? Even for starter that is nothing.

Make it to be amount what hurts to lose, but not leads to bankruptcy Wink

100 satoshi is a perfect limit for people that are making their first faucet and are just trying things out with 1 satoshi payouts.

I acknowledge there are owners abusing this, but really, that's not the right place to fix that. Faucets lists with ability to filter faucets based on their limits would be a much better solution.
278  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 25, 2016, 09:17:52 PM
Something needs to be done with Safety Limits thingy. Lot of faucet owners have start to abuse this system. I see it can be set to only 100 satoshi for 30mins!?

That's something that can be implemented by faucets itself (out of FaucetBOX.com's control), so there's not much we can do. Users should just stop using faucets abusing this feature.
279  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 23, 2016, 01:58:13 PM

I think users have no security issue here. Maximum the amount paid to the user less will they have to pay as fees when they spend it So little bit delayed will have no issue. 13000 Satoshi x 7 Payments will amount to more than 70000 Satoshi of miner fees . Like for Payaza Pay Pal etc verification is must thing now
Thanks for your kind support.
I've already enabled security features like ACL and withdrawal limit. This shouldn't happen again is future.

One more thing I think I forgot to tell you. Regenerate your API keys if you didn't do that yet.
280  Economy / Micro Earnings / Re: FaucetBOX.com Discussion on: February 21, 2016, 03:26:07 PM
You are right but Like Payment service providers FaucetBOX should look into security of owners by implementing verification of faucet users by Identification cards or Home bills.

I don't know any payment service that does that, it's the end service (in our case: each faucet) that does such verifications, at least in Europe. Also that would pretty much kill all the traffic, no one would use faucets then.

Also in Future faucetbox Security Every payouts made by Faucetbox to users should be first verified by the owners of the faucets. Owners may find out some suspicious transaction. Little time limit should be provided to owners to check it.

FaucetBOX.com must not only protect the security of owners, but also users. And as owners notoriously accuse legit users of being bots or hackers, I believe that would do more harm than good. Also that overlaps with the security provided by limiting how much can be withdrawn in a 30-minute timeframe. Prevention is the key.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!