
( a screencap from freebitco.in showing the faucet payout table )
Are you the type of person that always has their web browser open at all hours of the day with a wish to monetize your web browsing with next to no effort or input? Would you like a chance to win up to 0.022 BTC every hour without actually having to spend any of your precious time or effort to be eligible?
Today I'll share with you a simple method that can be used in order to earn some Bitcoin every hour using nothing more than a web browser and idling computer. The site freebitco.in operates a Bitcoin faucet that gives its users free chance every hour to win up to 0.022 BTC for simply clicking a button. What if a user was to lazy to bother navigating to the page every hour to test their luck and get a bit of free Bitcoin? Well, they'd likely automate the claiming process in order to maximize their daily faucet earnings as well as ensure their chances of winning a decent sum of Bitcoin is realized each hour.
While the common payouts are around 100 satoshis (0.00000100 BTC) an hour the possibility to win more is there.. Over time these faucet payouts add up to a considerable amount if you've got patience to wait.
Script Setup & Installation
In order to get your faucet claiming script working it is advised you use the Google Chrome browser (or equivalent) with the Tampermonkey browser extention installed. Tampermonkey is an extention that allows users to run custom javascript code on sites of their choosing automatically, which allows us to to automate menial tasks such as hourly faucet claiming. Visit link below to install Tampermonkey:
Tampermonkey.net
Once you've got Tampermonkey installed what you're going to want to do is create a new script using the button presented when you click on the Tampermonkey icon in the top right corner of your browser. Once you've got the new script window opened copy all of the code shown below and paste it into the file, then save it with the keyboard shortcut ctrl + s
to continue. Here is the code that was mentioned above:
// ==UserScript==
// @name Freebitcoin Auto Claim
// @namespace http://romenum.online
// @version 1.5
// @description Feel free to donate: 1KCwhJWdMcnqNECnKBxhZHb4Eu6RWjgg4U
// @author romenum
// @match https://freebitco.in/*
// @grant none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==
var count_min = 1;
$(document).ready(function(){
console.log("Status: Page loaded.");
setTimeout(function(){
$('#free_play_form_button').click();
console.log("Status: Button ROLL clicked.");
}, random(2000,4000));
setInterval(function(){
console.log("Status: Elapsed time " + count_min + " minutes");
count_min = count_min + 1;
}, 60000);
setTimeout(function(){
$('.close-reveal-modal')[0].click();
console.log("Status: Button CLOSE POPUP clicked.");
}, random(12000,18000));
setInterval(function(){
$('#free_play_form_button').click();
console.log("Status: Button ROLL clicked again.");
}, random(3605000,3615000));
});
function random(min,max){
return min + (max - min) * Math.random();
}
Note that this script wasn't written by me, although I have tested it out and can confirm it is working on the latest versions of Google Chrome and Tampermonkey. Once you've got the above code pasted into a script and saved you can navigate over to freebitco.in and click the "FREE BTC" link to begin auto claiming.
The script requires no input and all you have to do is have the tab open and on the FREE BTC part of the site and it will automatically claim your faucet every hour. While it might not be a huge amount of BTC unless you hit a big jackpot it is in fact a nice little supplement to anybodies income, with minimal effort required on the users behalf in order to make a bit of crypto every hour.
So far I've earned well over 0.001 BTC using this method and while this may seem like a small amount of money it was in essence completely free and only took me a few minutes of getting things set up in order to start earning. Well worth it in my opinion if you're like me and constantly have the computer open.

Vote KLYE for Witness, Every Single Vote Helps, Thanks for the Support!
Need to get in Contact with KLYE?
Join the Official #KLYE Discord Server Today!

Looking for an Affordable, Secure & Reliable Server Host for Your Witness Server or Other Web Related Projects? Check out Privex.io!