Giter Club home page Giter Club logo

bitcoinrobots's Introduction

BitcoinRobots

A collection of robot scripts that can be used to earn bitcoins on websites offering "free" bitcoins

How to use

Follow these general steps to proceed:

  • Navigate to the website listed at the top of the script
  • Create an account if you don't already have one
  • Claim your free bitcoins and/or transfer from an external wallet
  • Right click anywhere on the site -> choose "inspect element" -> go to "console" tab
  • Paste the script into the console and hit enter

How does it work

By default it works under the assumption that you can double your bet each time you loose, each time you loose the chance of winning by betting on the same value increases, here's a few examples:

Default config: profit: 2.00 / win: reset / loose: x2

Round: Bet: Loss (if loose) Profit (if win)
1 1 1 1
2 2 3 1
3 4 7 1
4 8 15 1

Double profit config: profit: 3.00 / win: reset / loose: x2

Round: Bet: Loss (if loose) Profit (if win)
1 1 1 2
2 2 3 4
3 4 7 8
4 8 15 16

4x on loose config: profit: 2.00 / win: reset / loose: x4

Round: Bet: Loss (if loose) Profit (if win)
1 1 1 1
2 4 5 4
3 16 21 16
4 64 85 64

4x on loose and double profit config: profit: 3.00 / win: reset / loose: x4

Round: Bet: Loss (if loose) Profit (if win)
1 1 1 2
2 4 5 8
3 16 21 32
4 64 85 128

Disclaimer

This code is provided as it is without warranty of any kind, usage is at your own risk and it's strongly recomended that you know what you're doing before attempting to use it.

bitcoinrobots's People

Contributors

paa93 avatar the-penguin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.