We have made plans on how to implement this, and will develop the scheme in public. Once we have done so, we will switch the site to my control where every outcome is guaranteed fair. I will outline the technical details of the scheme further, but it is based on the early work of Dooglus in this very thread.
You mean the following PF suggestion by dooglus? It looks great to me.

The site isn't really provably fair. Each "game" you pick how far the multiplier is going to go before the game crashes. You provide a hash of that number, so we can be sure you picked it in advance.
Yeah, that's correct -- I definitely should acknowledge it. Due to the nature of the game, I'm not sure it's even possible to be fully provably fair.
I had an idea about that. Publish the algorithm by which you come up with each game's multiplier. Presumably it will be seeded somehow. Pick a random seed that you will use for game 1 billion. sha256 hash it to get the seed you will use for the game before that, and so on. Each games seed is the sha256 hash of the game that comes after it. So you have a billion-long chain of sha256 hashes. Before each game you publish the hash of the current game's seed, which allows everyone to verify all the previous games but none of the future games. Now you can't be accused of rigging the outcomes.