Git commit
Feature Update
- Fix bitsler APIs changing issue
let accessToken = req.session.accessToken;
formData.append('access_token', accessToken);
let userinfo = await this._send('getuserstats', 'POST', formData,'');
userinfo.balance = eval("ret."+req.query.currency+"_balance");
userinfo.profit = eval("ret."+req.query.currency+"_profit");
userinfo.wagered = eval("ret."+req.query.currency+"_wagered");
userinfo.bets = ret.bets;
userinfo.wins = ret.wins;
userinfo.losses = ret.losses;
userinfo.success = ret.success;
- Mobile Web UI adjustment
if(webix.env.mobile) {
$$("login_resizer").hide();
$$("supported_dice_site_info").hide();
$$("todo_dice_site_info").hide();
$$("login_tabview").define("height", 0);
$$("login_tabview").define("width", 0);
webix.ui.fullScreen();
}
- KeePass Mobile adjustment
if(isMobile(req)) {
filePath = path.resolve(path.join(__dirname, '../../keepass/'+keepassfile+'.kdbx'));
}
- Mobile Browser/WebView adjustment
function isMobile(req) {
let deviceAgent = req.headers["user-agent"].toLowerCase();
let agentID = deviceAgent.match(/(iphone|ipod|ipad|android)/);
if(agentID){
return true;
}else{
return false;
}
}
MyDiceBot
- https://mydicebot.com
- MyDiceBot is World #1 Cross-Platform Dicing Bot.
- Multiple platforms are supported, including Windows, Mac, Linux, and Web.
- Multiple blockchains are supported, including STEEM.
- Multiple programming languages are supported such as Lua.
- Open Source and Free Forever
Supporting Dice Sites (alphabet sequence)
Quick Start
- Download MyDiceBot Binaries here: MyDiceBot Releases.
- Different execution methods on different platforms.
Linux (Open Terminal)
chmod +x mydicebot-linux
./mydicebot-linux
Mac (Open Terminal)
chmod +x mydicebot-macos
./mydicebot-macos
Windows (Open Command Prompt)
mydicebot-win.exe
- Choose Dice Site, Input username/password/2FA/APIKey, then Login.
- Bet and WIN.
Startup Options
-port (port is 3000 by default)
mydicebot-win.exe -port 12345
MyDiceBot Official Site
MyDiceBot Online Simulator
MyDiceBot Discord Chat
MyDiceBot Download
Bitsler Version 3
2018 was a busy year, and 2019 is no different. As you've probably guessed, we were hard at work again to improve your experience on Bitsler. We'll roll out another HUGE update ASAP and we have a lot more planned for the near future as well.
What to expect after the V3 update?
- Translated website available with more language options that can be set to default
- New URL structure - even for users and bets
- New help center (moving away from the forum)
- Dashboard - can be used a quick launch panel for games, promotions etc.
- More frequent newsletters and communication on important news
- Updated landing page
- Cashier - better organization of transaction history
- Better mobile compatibility on smaller devices
- Brand new design - we've been using the old one for > 3 years
- Lighter page weight resulting in quicker loading times
- New notification system
- Dice, Roulette, Cara y cruz and Multicolor game fixes
- Quicker withdrawal times for the majority of supported currencies
- Brand new 404 page
- More channels for the live chat
- New billion bets promotion
Is anything else planned? (yes - for Version 3.1)
- Official API documentation (and much more that Bitsler will communicate at a later date)
What can I do if I have suggestions and/or bugs that should be reported?
For any suggestions that you might have, you can go to our forum at Ask_our_Staff, or you can send a message to Bitsler friendly support and finally you can talk about it to any of the moderators or staff that you see in chat which will carry over your insights.
Thank you for your contribution!
isMobile
andcheckerr
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
[utopian-moderator]
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
hi, thanks for reviewing and upvote u.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you for your review, @justyy! Keep up the good work!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hey, @mydicebot!
Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!
Get higher incentives and support Utopian.io!
Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via SteemPlus or Steeditor).
Want to chat? Join us on Discord https://discord.gg/h52nFrV.
Vote for Utopian Witness!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hi @mydicebot!
Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your UA account score is currently 1.219 which ranks you at #46969 across all Steem accounts.
Your rank has improved 72 places in the last three days (old rank 47041).
In our last Algorithmic Curation Round, consisting of 218 contributions, your post is ranked at #1. Congratulations!
Evaluation of your UA score:
Feel free to join our @steem-ua Discord server
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit