Bitcoin Forum
August 28, 2024, 05:47:42 PM *
News: All versions of Windows are affected by a critical security bug; make sure you update.
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 »
21  Economy / Gambling discussion / Re: Are there people interested in testing value betting software? on: November 18, 2018, 01:51:41 PM
I'd like to join you but never heard of valuebetting before. Pm me the details please.
22  Economy / Gambling discussion / Re: Free Betting Competition $6000 in Prizes Sponsor: Betking.io (Discussion Thread) on: October 14, 2018, 06:48:40 PM
30 bets need to be made by end of today to qualify right for the weekly right?

Nope, 30 bets need to be made by the end of the month when both monthly and weekly prizes will be credited to winning player who fullfilled all the requirements.
23  Economy / Gambling discussion / Re: Free Betting Competition $6000 in Prizes Sponsor: Betking.io (Discussion Thread) on: October 13, 2018, 09:34:59 PM

Fifth Daily Challenge Winner
The winner of the fifth Daily Challenge, "Win the most bets in a row (minimum odds for each bet @1.2)", was Pif with 8 bets. Congrats Pif, the $30 prize is yours!


If possible I'd like to have the prize credited to my account Pifalt.

Again thanks for setting up and running this awesome promo.
24  Economy / Gambling discussion / Re: Free Betting Competition $6000 in Prizes Sponsor: Betking.io (Discussion Thread) on: October 12, 2018, 02:54:30 PM

Daily Challenge Update

And here's the Daily Challenge for tomorrow:

Fifth Daily Challenge (October 12)
- Win the most bets in a row (minimum odds for each bet @1.2)


A quick question : does a returned bet interrupt the winning streak if it occurs in the middle of it?
25  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 🔥⚽️🔷💣||| World Cup 2018 Tokenization ||| ⚽️ 🔥🔷💣 on Waves on: October 09, 2018, 02:18:38 PM
Am not much into technical things but would like to understand how can I be sure I will be paid if I hit? Is there a smart contract taking care of this or should I trust you will do everything as promised?

May you please show , or explain me hot to verify by myself, how things went with world cup tokenization?

Asking because don't see any reply here in this thread and not sure I understand how it works.
26  Economy / Gambling discussion / Re: Free Betting Competition $6000 in Prizes Sponsor: Betking.io (Discussion Thread) on: October 09, 2018, 09:40:32 AM
I think things are a lot clearer now, thank you for the explanation in PM. Having the min bet in the leaderboard also helpful; just a few more questions:

1. If I make a bet bigger than the max bet, will it still count (based on max bet amount?).
2. How do we see past performance or points total? For example, I should have a negative ROI for my losing bet yesterday but it shows on leaderboard as 0.
3. How is it some people have higher min/max bet on the same bankroll? Does positive ROI affect that to increase min/max? It appears so from what I can see.

1. Yes, it will count as a max bet allowed by your current bankroll for leaderboard purposes but you will get paid in full in case of win;

2. .. not sure about it so better not answer;

3. Yes, max bet and min bet are related to current bankroll and not the starting one : so every winning bet increase your current bankroll and the opposite happens with losses.

27  Economy / Gambling discussion / Re: Free Betting Competition $6000 in Prizes Sponsor: Betking.io (Discussion Thread) on: October 09, 2018, 06:47:32 AM
Is the max bet of 5% in terms of to win amount? or risk amount? for example if i bet something -200, can i bet 10% of roll (to win 5%)? If I am betting something +200, can I only bet 2.5%(to win 5%) or can i bet 5%(to win 10%)



That 5% max bet limit is referred to your current bankroll where current bankroll is to be intended as starting bankroll added with wins ( or deducted with losses) coming from eligible bets.

Betking made it simple for their players and if you check leaderboard page you will find everything you need to know to join the competition : beside every username you might find starting bankroll , current bankroll, .... points ( monthly and weeklY9 and above all max bet and  min bet.

Have a look here : https://betking.io/sports-leaderboard
28  Economy / Gambling discussion / Re: Free Betting Competition $6000 in Prizes Sponsor: Betking.io (Discussion Thread) on: October 08, 2018, 04:00:41 PM
Here we go again, good luck to all participants!!   Smiley Wink
29  Economy / Games and rounds / Re: Free Betting Competition $2000 Prizes, Sponsor: Betking.io (REGISTRATION Thread) on: October 05, 2018, 04:11:14 PM
On a  side note  I had prizes of previous motnh competition credited to my account Pifalt with a rollover requirent of 2x prizes amount but busted all on my first bet ( hope my bad run has come to an end now  Angry ).
Is that account now free from every previous wagering requirements in case it will be credited again with prizes coming from current month promotions?

Yes, since you lost everything, the restrictions have been removed from that account.


Thanks for cheking.

Seems like we now have enough participants to start : when will be the first day of the competition?
30  Economy / Gambling discussion / Re: Free Betting Competition $6000 in Prizes Sponsor: Betking.io (Discussion Thread) on: October 01, 2018, 02:42:26 PM
When will the second competition start ? Today or when?
31  Economy / Games and rounds / Re: Free Betting Competition $2000 Prizes, Sponsor: Betking.io (REGISTRATION Thread) on: October 01, 2018, 10:06:36 AM
Here we go again.
Joning the second competition with account Pif and will stiil keep on wearing all incentives allowed by my status to lower wagering requirements.

Considering to join with a second account as well  but not sure yet.

Uptading my registration as follow :

Username: Pif
bankroll: $500

Username: Pifftw
bankroll: $500

Will keep on wearing all incentives allowed by my status to lower wagering requirements.

On a  side note  I had prizes of previous motnh competition credited to my account Pifalt with a rollover requirent of 2x prizes amount but busted all on my first bet ( hope my bad run has come to an end now  Angry ).
Is that account now free from every previous wagering requirements in case it will be credited again with prizes coming from current month promotions?
32  Economy / Gambling / Re: bustascript - Custom and designer scripts for bitcoin gambling sites on: September 22, 2018, 03:46:08 PM
Quote from: RGBKey

That sure made this a lot easier. I had a crack at writing the script myself, seems pretty stable from what I've tested

[code
var config = {
    n: { value: '1', type: 'text', label: 'Rounds since last game >= multiplier (n)'},
    t: { value: 2, type: 'multiplier', label: 'Multiplier (t)'},
    wager: { value: 0, type: 'balance', label: 'Wager'}
};

// Globals
const n = parseInt(config.n.value);
const t = config.t.value;
const wager = config.wager.value;
let m = 0;

// Ensure user input makes sense
if(isNaN(n)) {
    stop('n must be an integer');
} else if(n < 0) {
    stop('n cannot be less than 0');
} else if(n === 0) {
    log('*** Warning: n is 0, the script will be betting on every game');
} else if(t > 1000) {
    log('*** Warning: You are using a very high multiplier');
    log('*** Using large values can cause the script to freeze temporarily');
}

// Recursive function to find the number of games since a multiplier
function findM(m, hash) {
  return new Promise((resolve, reject) => {
    gameResultFromHash(hash).then((result) => {
      if(result >= t) {
        resolve(m);
      } else {
        SHA256(hash).then((newHash) => {
          findM(m + 1, newHash).then((m) => {
            resolve(m);
          });
        });
      }
    });
  });
}

// Place a bet with the specified options
function placeBet() {
  log('Placing bet');
  checkBalance();
  engine.bet(wager, t);
}

// Pre-check before betting
function checkBalance() {
  if(userInfo.balance < config.wager.value) {
    stop('Insufficient balance');
  }
}

// Happens after the initial "sync", and after every game ending
function checkParams(initial) {
  if(engine.history.first().bust >= t && !initial) {
    log(`Multiplier for finished game was >= ${t}x, resetting count. `);
    m = 0;
    log(`${n-m} round(s) of multipliers < ${t}x before betting remaining`);
  } else {
    if(!initial) m++;
    if(m >= n) {
      placeBet();
      m = 0;
    } else {
      log(`${n-m} round(s) of multipliers < ${t}x before betting remaining`);
    }
  }
}

findM(0, engine.history.first().hash).then((value) => {
  // m is global here
  m = value;
  log(`${m} game(s) since multiplier of or at least ${t}x`);
  checkParams(true);
  // Set up event listeners to continue the script after the initial stage
  engine.on('GAME_ENDED', () => {
    checkParams();
  });
});
[/code]

Just bumped into this thread, and specifically to this post, and would like to know how to practically make use this script.
Would really appreciate if someone could drive me trought considering I have zero coding skills.
So something like: copypaste the script into bustabit script editor, replace"this " with your desired multiplier, replace "that" with number of rounds , and so on with bet amount and, if this script allows it, increase on lose and stop on win.
33  Economy / Gambling / Re: BetterBets.io |V2 NXT betting + Shapeshift.io|🎲 DICE★PLINKO★PVP Game CORE on: September 22, 2018, 02:20:21 PM
Can't reach the site last couple of days, what's going on? )
34  Economy / Games and rounds / Re: Free Betting Competition $2000 Prizes, Sponsor: Betking.io (REGISTRATION Thread) on: September 22, 2018, 01:55:22 PM
Here we go again.
Joning the second competition with account Pif and will stiil keep on wearing all incentives allowed by my status to lower wagering requirements.

Considering to join with a second account as well  but not sure yet.
35  Economy / Gambling discussion / Re: Free Betting Competition $2000 in Prizes Sponsor: Betking.io (Discussion Thread) on: September 18, 2018, 06:02:43 PM
Snip.
Pif (Pifalt - Can we use this one, or do you wish to use another one?)

Pifalt is good
.
Thanks for your efforts and for the fun.

36  Economy / Gambling discussion / Re: Free Betting Competition $2000 in Prizes Sponsor: Betking.io (Discussion Thread) on: September 13, 2018, 10:05:57 AM
Enough is enough.

Can't really believe what the f**k is happening Angry Angry Angry

Seem like I'm not able to win a single bet no matter how low are the odds I choose  Shocked Shocked Shocked

How do you call this?



Am really discouraged .
37  Economy / Gambling discussion / Re: Free Betting Competition $2000 in Prizes Sponsor: Betking.io (Discussion Thread) on: September 08, 2018, 10:13:22 AM
Hi?
In my account for the daily prize I see:

FREE BET AVAILABLE: 1.3 MBT (ODDS >= 2.0 PRE-MATCH/LIVE)

Is it right for the daily prize reward?

Nope, it's from first anniversay reward

Today marks a year since https://betking.io relaunched.
To celebrate we are giving every player who played in the last year free sports bets!

The free bet value will be based on the amount you have wagered in the past year.

Wagered 0.001 Bitcoin or more -> $10 free bet (1.3 mBTC)
Wagered 1 Bitcoin or more -> $20 free bet (2.6 mBTC)
Wagered 5 Bitcoin or more -> $50 free bet (6.5 mBTC)
Wagered 10 Bitcoin or more -> $100 free bet (13 mBTC)
Wagered 50 Bitcoin or more -> 5x $100 free bets (13 mBTC)

The total giveaway this promotion is over $36,000!

Terms:
- free bets can be placed on any sport, pre-match or live on any market with odds of 2.0 or greater.
- any winning free bet does not return stake.
- you can withdraw any winnings instantly, no play through.
- the full value of the free bet must be used in a single bet.
 
38  Economy / Gambling discussion / Re: Free Betting Competition $2000 in Prizes Sponsor: Betking.io (Discussion Thread) on: September 05, 2018, 04:30:10 AM
I won these two daily prizes : I just placed my first free bet and discovered I still have not been credited the second one : may you please have a look into it?

Hello Pif, the information I have right now is that the first 12 Daily Prizes have been credited by now, but I will look into it.


Thanks for your help : can confirm I just checked into my whole bet history and there is only one free bet used ( the one I placed some hours ago) and I have no other free bet to place at the moment.

Hello Pif, regarding the problems with your Free Bet. Right now, it seems that both free bets were credited.
Apparently each session only checks for one free be, so maybe you used the first free bet, and didn't saw the other one because you were on the same session. Please try refreshing your browser (probably logging out and doing a hard refresh for your browser to make sure it's using cache or anything like that).

If after doing all this you still can't see your Free Bet, please let us know.


Did the hard refresh and also logged into my account using different devices and I' m still missing the free bet won in the commpetition and also  the one Dean is crediting for the first anniversary  Undecided
39  Economy / Gambling discussion / Re: BITCOIN SUPREMO FREE PREMIUMS --- 7 CONSECUTIVE WEEKS IN PROFIT on: September 04, 2018, 07:40:35 AM
Congrats man a really impressed by your skills,  going to follow this thread more often.

Keep it going.
40  Economy / Gambling discussion / Re: Free Betting Competition $2000 in Prizes Sponsor: Betking.io (Discussion Thread) on: September 03, 2018, 10:57:24 AM
I won these two daily prizes : I just placed my first free bet and discovered I still have not been credited the second one : may you please have a look into it?

Hello Pif, the information I have right now is that the first 12 Daily Prizes have been credited by now, but I will look into it.


Thanks for your help : can confirm I just checked into my whole bet history and there is only one free bet used ( the one I placed some hours ago) and I have no other free bet to place at the moment.
Pages: « 1 [2] 3 4 5 6 7 8 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!