Hello everyone.
Thanks for your comments and feedback. We have been reading them and we'd like to address a few points here:
What about the minimum bet? Is it 1Bitcoin or it is just for demo?
The unit for bets in
Blitzmoon is "bits" not BTC. This is a unit used by some bitcoin gaming/gambling sites.
1bits is equal to 1uBTC or 0.00000100BTC.
However to clear this up, we are replacing the "ƀits" or "Ƀ" signs with "uBTC" (micro BTC).
in your terms and conditions section who have put really less information compared to the other gambling sites.
A full
terms of usage is in the works, but for now the basics including minumum deposit/withdraw, amount of faucets, min/max bet amount and referral plans are available on the
TERMS page, linked in the footer of the website.
You should put up on different stats table for those who are on leaderboard or simply on the history of bets
Bet History and Leaderboards are available on wider screens (desktops or tablets and phones in portrait mode).
Faucets are also available to logged-in users on a daily basis. Although the interface could obviously use some improvements.
By the way, did your site needs KYC for every member?
Regarding
KYC and users from specific countries, we set no limitations. You are entitled to your privacy and we will not stop you from withdrawing your big wins just because some people are afraid of cryptocurrencies! However, we do reserve the right to ask for some sort of verification in case of suspicious activity. Also
multi-accounts are just bad manners. Please avoid them. We will make sure to address these matters in the terms of usage.
I think you need to work on your promotion
If you like to
make some money, we already have a referral plan where you get a reward every time a user who registered using your referral link deposites to the site. This reward is currently equal to 5% of every deposit.
But that's not the only thing we have in store for you. Other
promotional events are on their way, so look out for them.
@Blitzmoon, is your game provably fair where users can verify every bet they made? I cant find anything related to provably fair system on your website.
Blitzmoon is a
provably fair game. There is a "Verify ticket fairness" link right below the Start button. Clicking it opens a panel with all the values you need to test the fairness of any given set of bets. However, it has been brought to our attention that during one of the last few updates the PF code has started malfunctioning.
I am not getting correct hash.
This does not affect your bets, only our ability to prove its fairness to you; still, that does not make it any less important. It is our top priority right now, and we will inform you as soon as the problem is resolved.
Through your amazing feedback we're realizing both our weak and strong points. You showed us some shortcomings and issues including the usability of the website
and the PF algorithm. You also shared with us that you liked the simple interface and the "How to Play" guide.
Your most requested features are a chatbox and more games. On the first count, we hear you and will put it on the top of our list; on the second, be patient… As promised on our
About page, a whole suit of games are on their way! So you might want to
Follow us on Twitter for further updates.
UPDATE: So it turns out that the PF algorithm is working correctly. We made a mistake that made us think it was working incorrectly. To confirm the hash outside of the Blitzmoon website, please make sure you are using the correct algorithm that outputs a hex value (some tools return a base64 encoded version of the hash) and that you're giving it the correct input, down to the character.
In our case the mistake was using the linux command line's `echo` command without the `-n` argument which would print an extra new line after the given value which obviously changes the hash completely.