This is a simple python auto better for the Freebiicoin site
This bot has NO guarantee to win the bets. Try it at your own risk.
- Requirements
- Instaled Google Chrome Browser.
- Download Chrome Webdriver according to your Chrome version. Chrome Webdriver Download
- Python 3.x. Python Download
- Active account on the Freebiicoin site, you can create an account here
- Replace the downloaded chromedriver.exe file into the Drivers folder
- Open the config.py file to set up your login, password, and the budget. Use a budget in the form of x^2-1 will give an exact value to win or lose the budget.
- Open CMD on the project folder and run de command pip3 install -r requirements.txt
-
You have 3 options to start the bot:
- Run the bot.py file
- Run the start.bat file (the command prompt will remain active)
- Run the run.vbs file (only opens the browser)
The bot may take some time to start.
You also could put the run.vbs file in the Windows's starts folder to start the bot with the system boot.
The bot bets until you lose or win at least the defined budget.
It starts betting 1 satoshi. In case of a win, it alternates the bet choice lo to hi or hi to lo, and bets 1 satoshi again with a delay of a second. In case of loss, it repeats de bet choice and doubles the amount of the bet, the delay will be 5 times longer cumulative at each loss.