Post
Topic
Board Gambling
Re: YOLOdice.com FAST, play & invest, 2BTC JACKPOT
by
ethan_nx
on 19/05/2017, 16:26:29 UTC
   * investing - when your investments are being wagered, you earn XP

How is this calculated/how does this work? I've had 0.1 BTC invested @ leverage 10 for the last two months, and it still shows I am level 1 with 0 EXP. Surely enough was wagered to give me at least 0.0001 EXP?

My username is "Dark" if that helps.



Edit: Just found the checkbox to allow investing to award EXP. Seems kind of pointless to have people allow it?
Got my EXP now, though it would be good to know how it's calculated.

Hi,

yes, it's opt-in. Here's why: I felt revealing that a person is an investor without this person's knowledge would not be ok. Investments is a "private data", as opposed to all bets, which are public. So if you spot a person with high level, but very little wagered - it's an investor. Especially if this person suddenly jumped to level 16 :-)

That's why it's opt-in. To help privacy a bit.

Here's how it's calculated:

Code:
xp = investment_wagered / leverage

We calculate this for every investment you have (or had). investment_wagered is the amount players wagered using your investment. Suppose your investment makes 50% of the bankroll and players wagered 100 BTC, then your investment_wagered = 50 BTC.

With referrals it's even easier, you get:

Code:
xp = 0.01 * wagered_by_your_referrals

I will definitely add these explanations to the site.

Cheers,
Ethan