I am working at a player vs. player gaming platform and I've decided it's time to release it on testnet so that I can get some feedback before I release it on livenet.
DescriptionThe platform will offer you the possibility to create/play the following two games:
Rock-Paper-Scissors or
Coin Flip - all games are player vs. player, nothing will be played against the website balance.
For
Rock-Paper-Scissors the picks are made by the users and shown only at the end.
For
Coin Flip at the beginning, we will show a sha256 hash which is created from a random string and a random pick between heads/tails. At the end of the game the random string and pick will be shown so it can be checked against the initial hash.
Good to knowThe platform will take a fee from each game winning (from the total won amount). In the case the game ends as a draw (that is possible for
Rock-Paper-Scissors) the played amount will be fully refunded and there won't be any fee.
The percentage (5% at the moment of the creation of this topic) is shown on each game creation page.
Fee reduced to 1% for the moment.DepositsFor the testnet version we won't be looking for confirmations - so any deposit should go through in 1-2 minutes. For the livenet version we will most probably look at 6 confirmations or more in order for a deposit to go through.
WithdrawalsFor the testnet version the withdrawals will be automatically processed. For the livenet version most probably they will be verified at the beginning (like to make sure there are no winnings from bugs).
There is no transaction fee imposed by the platform, however, of course, there is a transaction fee imposed by btc which will be automatically calculated by bitcoin core in order to avoid stuck transactions (unconfirmed). The fee is subtracted from the withdrawn amount. (still not sure if this is the best way to go).
SecurityFor the user security, the sign up will be done by having a password and later you can set up two factor authentication (Google Authenticator App) + backup codes. For the important actions, the website will log the ip, user-agent and date time which can be later checked by the user. In case there is an action with a potential risk (ex.: the confirm password is wrong) it will be shown as a warning on the user action logs page.
OptionsLive chat between users, real time actions/notifications...
Site testURL:
https://test.kickbtc.comNote: You can use a website like
https://testnet.manu.backend.hamburg/faucet to deposit btc on testnet. You can create multiple accounts and play between them to see how the platform works.
I tried to be as direct as possible with the presentation. Looking forward to your feedback.
Thank you,
Alexandru