Hi, I am not using FaucetBox script for my faucet, but minifaucet script (payouts through FaucetBox). Is it possible to integrate nastyhosts into minifaucet script?
Sure. Try something like this (untested):
$result = file_get_contents("http://v1.nastyhosts.com/".$_SERVER["REMOTE_ADDR"]);
$result = json_decode($result, true);
if($result["suggestion"] == "deny) {
die("Banned");
}
I saw some friends creat 4-5 chrome profile , all of them open 1 faucet( defult script), after fill all captcha and address (all have same btc address) , they use auto clicker and record all claim button's location and auto click 5 button very fast , i tried that trick and see that faucet send me 3 times.
Hmm... that may actually work when faucet or FaucetBOX.com are slow. We'll try to fix that race condition in next version (
r67, as r66 is already in testing - actually it's serious enough that we'll fix that in r66). Thanks for this report! (finally a report with a content)