Post
Topic
Board Gambling
Re: bustabit v2 – Dilution fee lowered to 1%
by
devans
on 03/08/2018, 14:38:59 UTC
All the guys. I am convinced that everything is honest. I delete my negative comments.

I respect that a lot. It was good discussing the system in chat with you (assuming that was you). Smiley

Great, thanks a lot for the API documentation. I'm not sure, if userInfo.profit works well, but userInfo.balance, so e.g. something like this :

Code:
if (config.win.value === 'base') {
   currentBet = userInfo.balance - 33333;
} ...

..works like a charm. Thanks again!

Happy to help! Both fields should work as expected–even in simulation mode, where it will use your simulated balance and net profit.