Giter VIP home page Giter VIP logo

bustabot's Introduction

POOOOOOOOOOOOOOOOOGCHAMP

bustabot's People

Contributors

finlaydag33k avatar poespas avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bustabot's Issues

Error with losing multiplier

So I noticed after running your script for a while that it is never able to react the lossStreak of greater than 4.

Say for example you have 10,000 bits so your initial bet would be:

Initial Bet: 10000/421 = 23.75, rounded down to 23

If you lost then you would be at:
Lose: -23
Remaining: 9977
Bet: 23*20 = 460

Lose again:
Lose: -483
Remaining: 9517
Bet: 460*20 = 9200

Lose again:
Lose: -9683
Remaining: 317 (less than 421)
Script Stops

So I think if your wanting to keep a losing streak of greater than 4 than your number of 421 needs to be refactored to be higher.

I think for the time being I will be changing my script on line 106 to be:

if (lossStreak > 0) {

So that it will stop after the second loss.

Ive just seen some issues where it essentially empties my bits if theres a bad streak of three low (less than 1.05) multipliers.

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.