GithubHelp home page GithubHelp logo

mydicebot / mydicebot.github.io Goto Github PK

View Code? Open in Web Editor NEW
100.0 14.0 62.0 5.7 MB

★MyDiceBot★ - Ultimate Bitcoin Dice Bot. Bet More, Earn More!

Home Page: https://mydicebot.com

License: GNU General Public License v3.0

JavaScript 69.13% CSS 26.30% Lua 0.12% Python 0.01% Dockerfile 0.01% Shell 0.01% Pug 4.43%
mydicebot seuntjies-dicebot 999dice bitsler crypto-games primedice stake yolodice freebitcoin bitcoin

mydicebot.github.io's People

Contributors

codecash-things avatar mydicebot avatar seuntjie900 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mydicebot.github.io's Issues

android issue

i found a minor bug in android version, when i wanna exit (pressing "back" button and confirmation dialog appears then click "yes") the app will extracting assets, not exiting app.

.

the app is already great, but it will be more awesome if the UI more smaller on Mobile. i know its better on Tablet, but not everyone using tablet. for example on chart, font size in bet history etc.

I really hate this bot now

i hate this bot because it slows down my computer, and also it doesnt have the interface of a real website where i can easily see my bets and also doesnt have the percentage increase on autobetting im really disappointed in this, probably wont use it until that is FIXED. goodbye for now

Epicdice missing

Hi,
I can't find epicdice either in binary or the source code - yet it's included in the supported website list.

time, profit by hour and by 24hours

DJ Pé DescalçoLast Tuesday at 10:16 PM
hello guys! i would like to tell you and wish you lots of sucess with this software. Can you please include time, profit by hour and by 24hours?
Another thing the graph could be more simple it keeps messing up with the refresh arrows and a lot of vertical bars. Ty and keep up the good job.

Bet High with Bitsler

I tried you script with bitsler site.
Selected AUTO option, CHANCE 15, BETHIGH
But the result is not correct

85 58.43

BUT WIN

variables compatibilty of senji

balance - done
win - done
profit - done
currentprofit - done
currentstreak - done
previousbet - done
bets - done
wins - done
losses - done
nextbet - done
chance - done
bethigh - done
lastBet - done

image

currencies - done
currency - done
enablesrc - type: bool, Permission Read Write. Enables the built in stop and reset conditions as defined in the programmer mode when true.
enablezz - type: bool, Permission Read Write. Enables the built in zig zag settings as set in advanced mode when set to true.

UI adjust

not important but i can't see end of list.(screen 1366x768) google chrome version: 80.0.3987.149

image

general change

i wanted to say i wanted to be able to change bankroll balance, so i can get a specific duration of running a certain strategy, please i hope its easy to implement it will make me more happier, also i would like it to be percentage increase rather than multiplier because i have to use my phone calculator everytime which isnt a problem its just more work, thats about it. if those get done then all is well, and i can use it more and more.

Thanks
Teklkl Aether

Compatibility with Rasberry Pi Hardware

Hi Guys,

After spending the better part of the day trying to get this up and running on my RasberryPi 3B+
I have been unsuccessful. I'm not at all familiar with cross compiling and would be willing to pay for this compatibility, and also Duckdice to sites that this program works with

Happy to transfer with BTC or use upwork if you want to do it all legit that way.

Was thinking around $50 USD as a donation to support the project :)

Keep up the good work

function compatibility of senji

withdraw(amount,bitcoinaddress) Returns: void. Parameters: 1: Amount to withdraw, double. 2: Address to withdraw to, string. Withdraws the specified amount to the specified address if the site supports it.

invest(amount) Returns: void. Parameters: 1: Amount to withdraw, double. Invests the specified amount if supported by the site.

tip(username,amount) Returns: void Parameters: 1: Username or ID to tip to. 2: Amount to tip to specified user. Tips the specified amount to the specified user if the site supports it. Username can be either the name or ID depending on site being used.

stop() - done

start() - done

resetseed()  - done

print(message)  - done

getHistory() Returns: Bet{}. Returns all bets made by the bot for the site as stored in sqlite. Not recommended running this after every bet as the IO will become extremely intensive.

getHistroyBydDte(fromdate) Returns:BET[]. Parameters: 1: Starting date to search from, inclusive, string. Get all bets for the current site as stored in SQLIte made on or after the specified date.

getHistoryByQuery(sqlitequery) Returns: BET[]. Parameters: 1: SQLITE query to be executed to select bets from sqlite, string. Get all bets that match the sqlite query. No sanitation of sql query is done, thus updates/deletes/drops can be performed using this function.

martingale(win) Returns: double. Parameters: 1: Win, bool. Indicates whether to process the bet as a win or a loss. Executes the built in martingale system as set up in the advanced mode. Returns what the next bet would be using said system

labouchere(win) Returns: double. Parameters: 1: Win, bool. Indicates whether to process the bet as a win or a loss. Executes the built in labouchere system as set up in the advanced mode. Returns what the next bet would be using said system

fibonacci(win) Returns: double. Parameters: 1: Win, bool. Indicates whether to process the bet as a win or a loss. Executes the built in fibonacci system as set up in the advanced mode. Returns what the next bet would be using said system

dalembert(win) Returns: double. Parameters: 1: Win, bool. Indicates whether to process the bet as a win or a loss. Executes the built in dalembert system as set up in the advanced mode. Returns what the next bet would be using said system

presetlist(win) Returns: double. Parameters: 1: Win, bool. Indicates whether to process the bet as a win or a loss. Executes the built in preset list system as set up in the advanced mode. Returns what the next bet would be using said system

resetstats() - done

servalueint(name,value) Returns: Void. Parameters: 1: The name of the setting to change the value for, string. 2: The new integer value for the setting, int. Set the value for a setting in the advanced mode to be used when executing one of the built in systems. Intended for use with integer values, such as number of bets, losses or wins.

setvaluedouble(name,value) Returns: Void.Parameters: 1: The name of the setting to change the value for. string. 2: The new double value for the setting, double. Set the value for a setting in the advanced mode to be used when executing one of the built in systems. Intended for use with double values, such as profit, balance.

setvaluestring(name,value) Returns: Void.Parameters: 1: The name of the setting to change the value for, string. 2: The new string value for the setting, string.. set the value for a setting in the advanced mode to be used when executing one of the built in systems. Intended for use with string values, such as lists of bets, bitcoin address.

setvaluebool(name,value) Returns: Void. Parameters: 1: The name of the setting to change the value for,string. 2: The new bool value for the setting. set the value for a setting in the advanced mode to be used when executing one of the built in systems. Intended for use with bool values, such as enabling or disabling a setting.

getvalue(name) Returns: object. Parameters: 1: Name of the setting, string. Get the value from the advanced mode for the specified setting.

loadstrategy(filepath) Returns: Void. Parameters: 1: full or relative path to the settings file, string. Loads the specified file into the advanced mode if the file is a settings file.

read(prompt,type) Returns: object. Parameters: 1: Prompt to show user, string. Type of object to return, int. Shows the user a prompt and awaits input before continuing with the script. The entered value is returned and can be used in calculations in the script. Input types:0: bool, 1:int, 2:double, 3:string

Add sound or notification when a certain roll hits?

Hi,

This is not an error, it is just a feature that could be very useful. We all know how users like to hit a certain roll. For example a 77.77.

Is it possible to enable a sound or notification when a certain roll hits?

scripting bug

Using the simple example script, which is a simple martingale, the chance setting is opposite of what it should be.

chance=45 in the script, when run the chance is 55.
chance=35 in the script, when run the chance is 65.

Ok, not really a bug, but more of a wording for the chance column. You just show what it should roll over or under, but call it "chance". I would suggest it be more like:

45% >= 55.0000
35% >= 65.0000

45% <= 44.9999
35% <= 34.9999

Bot stops out of the blue.

The bot just stops randomly after running for a while. What if there are values that need to be memorized for future use? If it stops all those are lost. Too big of an issue to consider using the software.

Heroku Compatibility ?

hello nice software, can you port source to work on heroku ?

or should i create pull request ?

DuckDice

Hello,

I want to say I just started learning to program and your bot is pretty much the goal I envisioned my first project becoming. I am no where near the level of coding required to complete a task such as this. I am learning every day though as much as I can.

Regardless, even having no real coding experience. I have been messing around with the DuckDice API and am pretty familiar with it and its workings. I am wondering if there is any way I can help you complete that portion of the bot sooner as I would really like to use it for that site. or even if you have a template that I can follow and I'll do the leg work for you and you can just check the work and push it. Ready and willing to help. I couldn't figure out how to contact you so I decided to go through this channel. You can email me my signature at gmail.com or respond here.

Hope to hear back soon.

gngenius02

AssertionError - magicdice

While using the bot with 'auto' on magicdice I get:

AssertionError [ERR_ASSERTION]: Expected version 128, instead got 149

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.