Skip to content

Instantly share code, notes, and snippets.

View owersite's full-sized avatar
:electron:
Hydrogen is the most abundant element in the universe

owersite owersite

:electron:
Hydrogen is the most abundant element in the universe
View GitHub Profile
@owersite
owersite / daffie-v4.0-stable.js
Created November 25, 2020 02:50 — forked from dsetzer/daffie-v4.0-stable.js
bustadice script
const DEBUG = !0
const BET_BALANCE = 0.03 // max bankroll available to bet with
const MAX_CUT_OFF = 1.5
const MIN_CUT_OFF = 1.08
const BET_SPEED = 300
const iskips = 20
const hmrsv = 3
let prevresults = [];
let previous_losses = [];
let loseStreak = 0;