Post
Topic
Board Tokens (Altcoins)
Re: [ANN] Introducing Bitfresh - iGaming with 90s UI
by
bitfresh.win
on 15/01/2021, 01:07:49 UTC
As I read Bitfresh platform uses RNG-certified game providers and provably-fair technology for in-house games. Can you please explain what RNG-certified means?

Hello Asssoryash,

RNG means Random Number Generation.  RNG-certified means the games are provably fair.  But I would also like to know how they are doing the provably fair aspect of the gaming.

Cheers,

Waya


Thanks for pitching in! That is exactly what we mean. Though at first we will only work with in house game, yet eventually we will have to integrate ourselves with game providers to remain competitive. When doing so we will make sure to only work with RNG certified providers.

As for the question at hand, we use the most common pattern to keep our games provably fair. All of our rolls take a client generated seed as part of the RNG generation, this seed is always unknown by the house as it is created client side. In the future we will consider letting the user manually input his seed.

The current implementation uses three seeds:

- User seed
- Blockchain hash
- House seed. Which is commited before the user sends its seed, and revealed one block after and merged with previous blockhash.