Pages:
Author

Topic: ★MyDiceBot★ - Ultimate Bitcoin/Dogecoin Dice Bot. Bet More, Earn More! - page 13. (Read 27537 times)

sr. member
Activity: 672
Merit: 251
I tried this android version but it keeps on loading and loading forever. Is this still on a beta version? By the way I am using android 9
I encountered this problem also. What is wrong with it. I think it's better for me to download it in my phone than in pc since my pc got a lot of virus with just downloading something.
jr. member
Activity: 518
Merit: 1
MyDiceBot - Android Edition is on Google Play NOW!

 
* Android edition is officially released on Google Play:
* https://play.google.com/store/apps/details?id=com.mydicebot.app
* Recommend: Android OS version >=6.0.1



I tried this android version but it keeps on loading and loading forever. Is this still on a beta version? By the way I am using android 9

are you loading at 98% for a long time?

Nope! It's not loading either. I'm stuck at 0%. I leave it for like an hours, tried to uninstall and reinstall again. I've tried it many times and still no luck!
So same tried now download, too , not downloads, and memory I have enough for this applications, update or do that any
sr. member
Activity: 561
Merit: 250
MyDiceBot - Android Edition is on Google Play NOW!

 
* Android edition is officially released on Google Play:
* https://play.google.com/store/apps/details?id=com.mydicebot.app
* Recommend: Android OS version >=6.0.1



I tried this android version but it keeps on loading and loading forever. Is this still on a beta version? By the way I am using android 9

are you loading at 98% for a long time?

Nope! It's not loading either. I'm stuck at 0%. I leave it for like an hours, tried to uninstall and reinstall again. I've tried it many times and still no luck!
hero member
Activity: 1302
Merit: 540
MyDiceBot - Android Edition is on Google Play NOW!

 
* Android edition is officially released on Google Play:
* https://play.google.com/store/apps/details?id=com.mydicebot.app
* Recommend: Android OS version >=6.0.1


Wow, it's been sometime now, you really making your bot very useful offering android versions and been added to google play, the effort
of helping those gamblers who loves to explore for new sets of strategy by the form of bots, though I haven't tried this from my cp but
maybe some other time.

Looking forward for some review coming from other members here who able to successfully use this versions from their android devices. Good luck.
member
Activity: 371
Merit: 12
MyDiceBot - Android Edition is on Google Play NOW!

 
* Android edition is officially released on Google Play:
* https://play.google.com/store/apps/details?id=com.mydicebot.app
* Recommend: Android OS version >=6.0.1



I tried this android version but it keeps on loading and loading forever. Is this still on a beta version? By the way I am using android 9

are you loading at 98% for a long time?
sr. member
Activity: 561
Merit: 250
MyDiceBot - Android Edition is on Google Play NOW!

 
* Android edition is officially released on Google Play:
* https://play.google.com/store/apps/details?id=com.mydicebot.app
* Recommend: Android OS version >=6.0.1



I tried this android version but it keeps on loading and loading forever. Is this still on a beta version? By the way I am using android 9
member
Activity: 371
Merit: 12
MyDiceBot - Android Edition is on Google Play NOW!

 
* Android edition is officially released on Google Play:
* https://play.google.com/store/apps/details?id=com.mydicebot.app
* Recommend: Android OS version >=6.0.1

member
Activity: 371
Merit: 12


MyDiceBot - 190307 released! Fix Bitsler 3 new API issue and Mobile Web UI adjustment

Git commit
* https://github.com/mydicebot/mydicebot.github.io/commit/0f3f2ba53ea0f6820bc3815cf5c9a1707f61ffeb

* Fix bitsler APIs changing issue
Code:
        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
Code:
        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
Code:
        if(isMobile(req)) {
            filePath = path.resolve(path.join(__dirname, '../../keepass/'+keepassfile+'.kdbx'));
        }

* Mobile Browser/WebView adjustment
Code:
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 Official Site
* https://mydicebot.com

MyDiceBot Online Simulator
* https://simulator.mydicebot.com

MyDiceBot Discord Chat
* https://discord.gg/S6W5ec9

MyDiceBot Download
* https://github.com/mydicebot/mydicebot.github.io/releases

member
Activity: 371
Merit: 12
Thansk for this auto bot .
Working great on my linux Mint OS. Tested on prime and yoyo dice.


regards

thanks for supporting, cheers.
legendary
Activity: 1582
Merit: 1031
Thansk for this auto bot .
Working great on my linux Mint OS. Tested on prime and yoyo dice.


regards
member
Activity: 371
Merit: 12
After install the MyDiceBot apk for the first time, you need wait for a while as it's extracting assets.

member
Activity: 371
Merit: 12
wow, v2 stake is released...
member
Activity: 371
Merit: 12
steem-bet is under investigation...
member
Activity: 371
Merit: 12
Mobile edition is under optimization, as initialization is a little bit long on mobile...
member
Activity: 371
Merit: 12
mobile edition is on the way...



Damn nice, you works to make bot not for PC users only. I'll wait for this mobile version as most of the time I gamble using mobile browser. Anyway for the PC version, can we play all games in Stake with the bot? Or it is for the dice game only?

Thanks for supporting. It's for dice game only...
legendary
Activity: 3066
Merit: 1312
SOL.BIOKRIPT.COM
mobile edition is on the way...



Damn nice, you works to make bot not for PC users only. I'll wait for this mobile version as most of the time I gamble using mobile browser. Anyway for the PC version, can we play all games in Stake with the bot? Or it is for the dice game only?
member
Activity: 371
Merit: 12
mobile edition is on the way...

member
Activity: 371
Merit: 12
https://github.com/mydicebot/mydicebot.github.io/releases/tag/190212

Feature Update

* KeePass is suported, so you can store username/password/api-key/token in KeePass, to avoid input them again and again and again and again...


* KeePass is stored locally on your own machine, so it's safe.


* More sample scripts are provided.


This is another one great addition as features of your bot buds, it's good to have this so users don't need to type their info from certain house that they'll gonna play, it's serve as a shortcut or bookmarks inside your machine where players just need to select the casino house that they wanted to play.

Still finding the right settings and practicing inside the demo to avoid making mistake and loses my funds.

thanks for supporting. will continue improve it and add more features.
hero member
Activity: 1302
Merit: 540
https://github.com/mydicebot/mydicebot.github.io/releases/tag/190212

Feature Update

* KeePass is suported, so you can store username/password/api-key/token in KeePass, to avoid input them again and again and again and again...


* KeePass is stored locally on your own machine, so it's safe.


* More sample scripts are provided.


This is another one great addition as features of your bot buds, it's good to have this so users don't need to type their info from certain house that they'll gonna play, it's serve as a shortcut or bookmarks inside your machine where players just need to select the casino house that they wanted to play.

Still finding the right settings and practicing inside the demo to avoid making mistake and loses my funds.
member
Activity: 371
Merit: 12
https://github.com/mydicebot/mydicebot.github.io/releases/tag/190212

Feature Update

* KeePass is suported, so you can store username/password/api-key/token in KeePass, to avoid input them again and again and again and again...


* KeePass is stored locally on your own machine, so it's safe.


* More sample scripts are provided.
Pages:
Jump to: