Author

Topic: ▄■▀■▄ 🌟BITVEST.io🌟 💰WIN BY 🔶PLAY 📈INVEST➡🔺🎲🎰🔲 | BET CONTEST ▄■▀■▄ - page 267. (Read 201655 times)

sr. member
Activity: 581
Merit: 250
donator
Activity: 3228
Merit: 1226
★Bitvest.io★ Play Plinko or Invest!
  It's Trivia Time win up to 0.001 BTC prize in chat!  
hero member
Activity: 896
Merit: 1000
Announcement: At 7,777,777 ID there will be an happy hour of 777%! Don't miss out Cheesy
hero member
Activity: 798
Merit: 500
★YoBit.Net★ 350+ Coins Exchange & Dice
The latest update.. and the best update.. I like it a lot and today i exchanged 200k tokens to btc Smiley

Lol me too ,, 200k and it was fun .. check this out .. https://bitvest.io/results?query=7618956

Since the time that token, was added, I wasn't tried to play longer yet, hahaha,,by the way, why in token there is always a (.number) after it?  Smiley
legendary
Activity: 1414
Merit: 1008
★Bitvest.io★ Play Plinko or Invest!
The latest update.. and the best update.. I like it a lot and today i exchanged 200k tokens to btc Smiley

Lol me too ,, 200k and it was fun .. check this out .. https://bitvest.io/results?query=7618956
full member
Activity: 260
Merit: 100
The latest update.. and the best update.. I like it a lot and today i exchanged 200k tokens to btc Smiley
hero member
Activity: 798
Merit: 500
★YoBit.Net★ 350+ Coins Exchange & Dice
this is the best site i have seen so far.
1. no beggars.
2. user can move up their ranks
3. A lot of suportive mods
4. not a boring dice game

We always do our best to keep users happy you can almost never go with out seeing some kinda mod to help you.
Plus the coder is constantly working on new updates an features that help the user experience.

that is why it is best to play at bitvest, its not boring, mods are always present as some of them are in different time zone, aside from rain, sparked also never sleep..haha..   Cheesy
full member
Activity: 168
Merit: 100
this is the best site i have seen so far.
1. no beggars.
2. user can move up their ranks
3. A lot of suportive mods
4. not a boring dice game

We always do our best to keep users happy you can almost never go with out seeing some kinda mod to help you.
Plus the coder is constantly working on new updates an features that help the user experience.

In terms of community (putting aside the great gameplay/faucet/rain/promos/etc), I haven't found another site that rivals bitvest. I enjoy gambling on other sites as well, but bitvest is the only one I'll pop in just to hang out and chat.
hero member
Activity: 896
Merit: 1000
this is the best site i have seen so far.
1. no beggars.
2. user can move up their ranks
3. A lot of suportive mods
4. not a boring dice game

We always do our best to keep users happy you can almost never go with out seeing some kinda mod to help you.
Plus the coder is constantly working on new updates an features that help the user experience.
sr. member
Activity: 280
Merit: 252
Xavier
this is the best site i have seen so far.
1. no beggars.
2. user can move up their ranks
3. A lot of suportive mods
4. not a boring dice game
hero member
Activity: 896
Merit: 1000
hero member
Activity: 896
Merit: 1000

Fast betting methods have been updated


Updated for bitcoins:


Code:
var bet = {base: 0.0000001, current: 0.0000001, currency: "bitcoins", bits:1}; //Modify these values to change your base bet, currency may be "tokens" or "bitcoins", bits is the number of drops made
var placeBet=function(){
$.post( "action.php", { prizes: "1000,16.9,0,0,17,0,0,0,0,0,0,0,17,0,0,16.9,1000",
token: token,
secret:0,
bet:bet.current,
bits:bet.bits,
                                                currency:bet.currency,
user_seed:makeid(),
act:"play",
                                                v:ver,
})
  .done(function( data ) {
if (!data.success){
alert(data.msg);
return 0;
}
    
var win=data.game_result.win;
console.log( win, data.data.balance );
if (win>bet.current){
bet.current=bet.base;
if (bet.current }else if (win bet.current=(bet.current-win)*1.1; //Modify this value in order change the on loss multiplier
}
//console.log(balance);
placeBet();
  }).fail(function() {
    setTimeout(function(){placeBet();},3000); //This is the value the script uses to re-send the rolls if the server doesn't respond
  });
}

//re-randomize our client seed to ensure provably faireness

function makeid()
{
    var text = "";
    var possible = "abcdef0123456789";

    for( var i=0; i < 16; i++ )
        text += possible.charAt(Math.floor(Math.random() * possible.length));

    return text;
}

placeBet();

Updated for tokens:
To bet tokens put amount before the decimal point of the bass bet then change currency to tokens

Code:
var bet = {base: 10.0, current: 10.0, currency: "tokens", bits:1}; //Modify these values to change your base bet, currency may be "tokens" or "bitcoins", bits is the number of drops made
var placeBet=function(){
$.post( "action.php", { prizes: "1000,16.9,0,0,17,0,0,0,0,0,0,0,17,0,0,16.9,1000",
token: token,
secret:0,
bet:bet.current,
bits:bet.bits,
                                                currency:bet.currency,
user_seed:makeid(),
act:"play",
                                                v:ver,
})
  .done(function( data ) {
if (!data.success){
alert(data.msg);
return 0;
}
    
var win=data.game_result.win;
console.log( win, data.data.balance );
if (win>bet.current){
bet.current=bet.base;
if (bet.current }else if (win bet.current=(bet.current-win)*1.1; //Modify this value in order change the on loss multiplier
}
//console.log(balance);
placeBet();
  }).fail(function() {
    setTimeout(function(){placeBet();},3000); //This is the value the script uses to re-send the rolls if the server doesn't respond
  });
}

//re-randomize our client seed to ensure provably faireness

function makeid()
{
    var text = "";
    var possible = "abcdef0123456789";

    for( var i=0; i < 16; i++ )
        text += possible.charAt(Math.floor(Math.random() * possible.length));

    return text;
}

placeBet();

sr. member
Activity: 280
Merit: 252
Xavier
nice man , it is one of the best sites ever, caring for users who play here. Thank you for this cool site. Always looking forward to new events and awaiting newer games here. Hope it becomes the best.
hero member
Activity: 798
Merit: 500
★YoBit.Net★ 350+ Coins Exchange & Dice
Chat events are going on right now.
lottery/trivia.


I'll be there. just right on time..Its my free time..gotta try this, another new event, this is what I love at bitvest, a lot of events... hehehe..  Smiley
hero member
Activity: 896
Merit: 1000
Chat events are going on right now.
lottery/trivia.
hero member
Activity: 798
Merit: 500
★YoBit.Net★ 350+ Coins Exchange & Dice
250% rainbot is on guys come join

Im late, I haven't been there when it happens, but its okay...  Wink I'll just wait  for the next time... Im sure there's a lot more..  Smiley
hero member
Activity: 896
Merit: 1000
hero member
Activity: 896
Merit: 1000
full member
Activity: 168
Merit: 100
Cool, thanks for the updated script Zodiac!

What prompted the faucet change to tokens? It's not something I think I've seen on any other sites, but I'm assuming it makes good business sense. Does it just simply save the site some bitcoin and allows it to keep the rain/trivia going?
Our problem was giving out BTC with the faucet, and having nearly 100% of it go to investors, this made the faucet very expensive to run (We've paid out several BTC already). Now we use tokens so that bets from the faucet are played against the house, until you reach enough to convert your tokens to BTC. This allows us to have a larger faucet than before.

That makes a lot of sense, thanks for a quick response. I hadn't thought of how the faucet related to investments, but I totally agree that it doesn't make sense for your generosity with the faucet to essentially cost you much more than it could.
hero member
Activity: 616
Merit: 524
Bitvest & 777Coin Developer
Cool, thanks for the updated script Zodiac!

What prompted the faucet change to tokens? It's not something I think I've seen on any other sites, but I'm assuming it makes good business sense. Does it just simply save the site some bitcoin and allows it to keep the rain/trivia going?
Our problem was giving out BTC with the faucet, and having nearly 100% of it go to investors, this made the faucet very expensive to run (We've paid out several BTC already). Now we use tokens so that bets from the faucet are played against the house, until you reach enough to convert your tokens to BTC. This allows us to have a larger faucet than before.
Jump to: