Earning automatically BTC and 5 FUN every hour on freebitco.in

By growing-tgtr | growing-tgtr | 23 Oct 2021


 

This article is a tutorial explaining how to automatically claim FUN all the hours (via a browser script) on the freebitcoin website.

Presentation of freebitcoin


The site freebitco.in, in addition to its other functions, is first of all a faucet that allows you to get bitcoins every hour. It is the most profitable faucet to get bitcoins, and above all it can be automated easily (with the right tuto and the right script).

Freebitco.in is a famous and one of the oldest faucet that still works, it was created in 2013! It has never had any trouble paying its users, is very intuitive, offers many features and is one of the best paying BTC faucet.

So this is a must-have faucet, and therefore one of the first faucets that a beginner in the field should visit.

 

Obtaining free Bitcoins from freebitco.in


To do this, nothing could be easier: you just need to register and log in to the site. On the first page, you can perform a captcha and then click on roll, you will earn BTC with each roll. You can win up to $200 in bitcoin with each roll, knowing that you can try your luck once an hour.

How much does it will cost me BTC?

Yes, but you don't have to have an initial investment. Nevertheless, I advise you to go quickly, to take directly 2500 FUN token (which are currently worth 0.00085 BTC for the 2500 token), since as said before, you can resell them as you wish if you want to stop, and especially with the bot you will have very (very) quickly paid back this investment (about in 1 month and a half the first time and then every month you will earn more than the basic investment) In addition, FUN token have other advantages on the site, including having free spinning that accumulate every day and can earn up to 1 BTC on each spin.

But you do not have to invest in the first place, in fact, you just have to claim yourself on the site until you have the necessary BTC to complete the "requirements to unlock BTC", or to buy the FUN token as I advise.

So I will show how you use this famous bot

Here nothing could be easier. We will simply install on your browser the extension Tampermonkey. This extension is very well known and allows you to execute the code you want in your browser.

The link of the extension for mozilla firefox: https://addons.mozilla.org/fr/firefox/addon/tampermonkey/

After install, so how do you install the script?

Just click on the tampermonkey extension, click on "add a new script", and paste the script I'm about to give you. And that's it, that's all.

Then you just have to connect to freebitco, and the script will do the rest, as long as the page is open. You can of course activate or deactivate the script at will, simply by clicking on the tampermonkey extension and clicking on the button next to the script.

And now the script is installed, what will it do?


It's very simple, every hour it will claim the freeroll bitcoin for you. But that's not all! On the site, every time you make a claim on the freeroll, you earn rewards points.

These points allow you to buy FUN!

Then, as soon as you have enough rewards points to take the FUN bonus without falling below 2800 rewards points, which allows you to continue to take the best rewards point bonus every day

 

Perfect, this script is where I want it now!


As the previous explanation shows, I had to spend time to create my bot in an optimal way. It took me time to code it, to test it, it cost me time and BTC because of the mistakes I had to make to optimize my bot, but I still want to share it and not keep it for myself, now that it's perfect and I've been using it for much time. But I still hope to get a thank you for the time I spent on it and also for the time I spent to create this tutorial.

So to get the script, and satisfy you and me, nothing could be easier. You just have to register on freebitcoin via my referral link: here .

For you, it doesn't change anything, it's free, you will always earn as much BTC with each claim! And I will have some BTC offered by the site each time you take your free BTC and FUN thanks to my bot. Moreover, I will answer you every day to any of your questions about the freebitcoin site or about how to use the bot, or if you encounter any problems etc. For that, you just have to ask me the question in the comments of this article.

And above all, it proves to you that my bot works perfectly. It's logical, I have every interest in it working like a charm, since each claim made by it makes me earn BTC since you will be my referral. It's a win-win situation (you'll see, you'll earn a lot of BTC without doing anything).

So, as I was saying, to get the script, sign up on the site via my referral link. You have to do this even if you already have an account on the site, since you need a new account to be able to remove the captcha without paying an astronomical amount.

Then, copy this code in Tampermonkey and deactivate the captchas, and it's done!

 

// ==UserScript==
// @version      4.7
// @author       growing-tgtr
// @match        https://freebitco.in/*
// @name         Freebitcoin claim automatically FUN and BTC
// @namespace    https://www.publish0x.com/growing-tgtr
// @description  You must create an account on freebitco to use this script https://freebitco.in/?r=13592855
// @require      http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @license      GPL-3.0
// ==/UserScript==

(function() {
    'use strict';
var body = $('body');
var points = {};
var count_min = 1;
var reward = {};
    reward.select = function() {
        reward.points = parseInt($('.user_reward_points').text().replace(',',""));
        reward.bonustime = {};
        if ($("#bonus_container_fun_token").length != 0) {
            reward.bonustime.text = $('#bonus_span_fun_token').text();
            reward.bonustime.hour = parseInt(reward.bonustime.text.split(":")[0]);
            reward.bonustime.min = parseInt(reward.bonustime.text.split(":")[1]);
            reward.bonustime.sec = parseInt(reward.bonustime.text.split(":")[2]);
            reward.bonustime.current = reward.bonustime.hour * 3600 + reward.bonustime.min * 60 + reward.bonustime.sec;
        } else
            reward.bonustime.current = 0;
        console.log(reward.bonustime.current);
        if (reward.bonustime.current !== 0) {
            console.log(reward.bonustime.current);
        } else
                RedeemRPProduct('fun_token_5');
        }

    setTimeout(reward.select,1000);
    setInterval(reward.select,60000);
$(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();
}
})();

 

The site allows you to automatically redistribute a portion of your referral earnings directly to them. So if you go through my link, some months you will probably receive a good part of the earnings you generated for me.

 

So I just need to take 5 minutes to register and leave my browser on H24?
Exactly. And I have even better, if you want, you can use a VPS at AWS (amazon) to let a pc run for free H24, so you don't have to leave your pc on. But this requires a long tutorial, a credit card and a good half hour of manipulation, so I prefer not to address the subject here but rather make a second tutorial if you are interested. Let me know.

To finish
As said before, if you have any question, don't hesitate to send me a message, I'll answer within the day.

 

And as always, this whole article is not an investment advice. Just a tuto that explains what you can do if you want to try.

Resources

  1. https://freebitco.in/

How do you rate this article?

9



growing-tgtr
growing-tgtr

The blog for top cryptocurrencies news

Publish0x

Send a $0.01 microtip in crypto to the author, and earn yourself as you read!

20% to author / 80% to me.
We pay the tips from our rewards pool.