Pages:
Author

Topic: ★INVESTDICE★Provably Fair,Madrollerbot,1 sat minbet, 1% house edge + rakeback (Read 21773 times)

hero member
Activity: 1638
Merit: 573
After a few weeks of hard work the new site with plinko and roulette added is ready!
You are welcome to visit it at : Bit-Exo.com or take a look at the new thread.
The old site will be taken offline today.
full member
Activity: 140
Merit: 100
First 10 players the post their username in here for a rakeback start with 20%!: LINK
full member
Activity: 140
Merit: 100
Play multiple auto-bet strategies at once with the one balance! Just open the site in another tab in your browser and start the auto-bet again.


You have a question about this? i don't get the post.
full member
Activity: 140
Merit: 100
Gonna try this!

Any free faucets?

Username: GeertBerkers

Yes the site has a faucet you can claim every 5 minutes.
full member
Activity: 154
Merit: 100
Play multiple auto-bet strategies at once with the one balance! Just open the site in another tab in your browser and start the auto-bet again.
full member
Activity: 173
Merit: 100
Love Primedice!
Gonna try this!

Any free faucets?

Username: GeertBerkers
full member
Activity: 140
Merit: 100
If you need help with the madrollerbot feel free to ask here or in the chat!
full member
Activity: 140
Merit: 100
rakeback offer!

Get your first 200 BTC wagered  * 0.0015 (15%) as rakeback bonus (0.3BTC).

No difference if you win or lose! your rakeback payout can be requested at any time.

*This bonus is only valid on bets with a profit not higher then 1 BTC with 1% house edge.


*If bonus offer ends all participants will be given enough time to request payout

**Special bonus: from 200BTC wagered you get * 0.002 (20%) as rakeback bonus

***Whale bonus: from 500BTC wagered you get * 0.0025 (25%) as rakeback bonus

Post your username in here: LINK
full member
Activity: 140
Merit: 100
wow this looks quite interesting, if we can produce 0.4+ BTC with 0,01 BTC capital in 28 seconds
it was a bot that is very, very nice   Shocked

It´s a nice code to run in themadrollerbot. The best thing is you can make the bot play any strat you want!

legendary
Activity: 910
Merit: 1000
wow this looks quite interesting, if we can produce 0.4+ BTC with 0,01 BTC capital in 28 seconds
it was a bot that is very, very nice   Shocked

Not always but still it depends on your luck too. If everyone can do the same thing, I dont think that this site will hold much longer Grin. But anyway from I saw it is like there is no house edge. 50% chance of winning there? Is it true?

As shown in the screenshot, the multiplier for those bets is only x1.98 rather than x2. Thus, the expected return is only 99% and the house edge is 1%.
legendary
Activity: 1834
Merit: 1008
wow this looks quite interesting, if we can produce 0.4+ BTC with 0,01 BTC capital in 28 seconds
it was a bot that is very, very nice   Shocked

Not always but still it depends on your luck too. If everyone can do the same thing, I dont think that this site will hold much longer Grin. But anyway from I saw it is like there is no house edge. 50% chance of winning there? Is it true?
legendary
Activity: 2688
Merit: 1004
Enterapp Pre-Sale Live - bit.ly/3UrMCWI
wow this looks quite interesting, if we can produce 0.4+ BTC with 0,01 BTC capital in 28 seconds
it was a bot that is very, very nice   Shocked
full member
Activity: 140
Merit: 100
0.01BTC to 0.49BTC in 28 seconds. Thank you madroller for the great bot!


Code:
if(botCurrBalance > 0.5) botRunning = false;
if(botCurrLossRun >= 2) pauseBot(250);
tmp = getRandomInt(1,100);
if(botDidWin){
 if(botCurrWinRun == 20) botRunning = false;
 if ((botCurrWinRun > 14) && (tmp >= 50)){
  botRunning = false;
 } else {
  botCurrBet = (botCurrBet * botCurrMulti);
 }
} else {
    resetToBase();
}

Code:
botBaseBet=0.00001;
botBaseGame=50;
botBaseMulti=1.96;
botBaseType=0;
resetToBase();
full member
Activity: 140
Merit: 100
Rainbot working great thanks for the addition


Enjoy! it will keep raining this whole day!
full member
Activity: 147
Merit: 114
Rainbot working great thanks for the addition
full member
Activity: 140
Merit: 100
Rain is now added to chatbot!

to rain /tip chatbot the amount you want to rain to others.

I've already send some to rainbot and will keep funding it in the next 24 hours!

All you have to do is say something in chat if rainbot says it wil rain.

Nice, I was waiting for that implemented.

It took some time but nice to see it finaly in place. Goodluck with any rains you catch!
sr. member
Activity: 343
Merit: 250
Bonus Claim Url: http://betonline.wager.bz
Rain is now added to chatbot!

to rain /tip chatbot the amount you want to rain to others.

I've already send some to rainbot and will keep funding it in the next 24 hours!

All you have to do is say something in chat if rainbot says it wil rain.

Nice, I was waiting for that implemented.
full member
Activity: 140
Merit: 100
Rain is now added to chatbot!

to rain /tip chatbot the amount you want to rain to others.

I've already send some to rainbot and will keep funding it in the next 24 hours!

All you have to do is say something in chat if rainbot says it wil rain.
full member
Activity: 140
Merit: 100
A cool code for the madrollerbot you could give a try! (at own risk)


Startup Bot Code:
Code:
botBaseBet=0.00000001;
botBaseGame=49.50;
botBaseMulti=2;
botBaseType=0;
resetToBase();

Main Bot Code:
Code:
if(botCurrBalance > 0.5) botRunning = false;
if(botDidWin){
    resetToBase();
    if(botTotalRuns % 10 == 1){
  botCurrGame = 50.50;botCurrBet = 0.00000001;botCurrMulti = 1.1;botCurrType = 1;
 }
 if(botTotalRuns % 10 == 3){
  botCurrGame = 40;botCurrBet = 0.00000001;botCurrMulti = 1.6;botCurrType = 1;
 }
 if(botTotalRuns % 10 == 5){
  botCurrGame = 30;botCurrBet = 0.00000001;botCurrMulti = 2.5;botCurrType = 1;
 }
 if(botTotalRuns % 10 == 7){
  botCurrGame = 70;botCurrBet = 0.00000001;botCurrMulti = 2.5;botCurrType = 0;
 }
 if(botTotalRuns % 10 == 9){
  botCurrGame = 60;botCurrBet = 0.00000001;botCurrMulti = 1.6;botCurrType = 0;
 }   
} else {
    botCurrBet = (botCurrBet * botCurrMulti) + botCurrBet;
    if(botCurrGame == 80 && botCurrLossRun >= 3) pauseBot(1200);
    if(botCurrGame == 50.50 && botCurrLossRun >= 7) pauseBot(1200);
    if(botCurrGame == 60 && botCurrLossRun >= 5) pauseBot(1200);
    if(botCurrGame == 40 && botCurrLossRun >= 5) pauseBot(1200);
    if(botCurrGame == 70 && botCurrLossRun >= 4) pauseBot(1200);
    if(botCurrGame == 30 && botCurrLossRun >= 4) pauseBot(1200);
}

Goodluck!
full member
Activity: 140
Merit: 100
I have played on this site with a small deposit without any problems. The name makes me think I must lose on the site and the investors will always win, lol Wink

Because the site is powered by Moneypot i rather have you win then lose. It would be expected to earn me more with the current method comissions are paid. However with the 1% house edge the Moneypot investors do have a slightly better chance to win in the long run.
Pages:
Jump to: