Hello, bitcoin talk community,
I am working from quite some time to this player vs player platform and I think it's the time I release it. Here are some informations about it:
Game feesTo make it clear from the beginning, all the games currently have a fee of
1% from the won amount. For example, if you win
1BTC the house will take
0.01BTC leaving you with
0.99BTC. The fee percentage is shown on all the
CREATE/
JOIN game buttons when you hover them. In case a game ends as a draw there won't be any fee, the full played amount will be refunded to the players.
Game mode: Jackpot- About: Any user can join a game of this type. The game starts when the jackpot round has 25 players or 30 seconds have reached after 2 players joined.
- How it works: When a player joins a newly created game with the amount of 1BTC (the amount is just an example, it can be anything - it's the amount that the user wants to play) he will own the tickets from 0.00000001 to 0.1000000. When another player joins with the amount of 0.5BTC he will own the tickets from 0.10000001 to 0.1500000. When the game gets in the finished state the winner will be determined using the following formula winning ticket = ceil to the 8th decimal(random number * jackpot totalBTC).
- Provably fair: At the beginning of the game the website will generate a random number with 8 decimals (ex.: 0.12345678). When the game is in the created/in progress state the website will show only a sha256 hash of a random salt and the random number which can be checked against the revealed details at the end of the game.
- Minimum bet: 0.00002BTC
- Maximum bet: Currently there is no such limit because the games are played vs other players so the website doesn't need any kind of "backup" BTC to pay the users.
Game mode: Coin Flip- About: Any user can create/join a game of this type.
- Provably fair: At the beginning of the game the website will generate a random pick between heads/tails. When the game is in the created/in progress state the website will show only a sha256 hash of a random salt and the pick between heads/tails which can be checked against the revealed details at the end of the game.
- Minimum bet: 0.00002BTC
- Maximum bet: Currently there is no such limit because the games are played vs other players so the website doesn't need any kind of "backup" BTC to pay the users.
Game mode: Rock-Paper-Scissors- About: Any user can create/join a game of this type.
- Provably fair: Not needed since the website isn't generating any random factor for this type of game.
- Minimum bet: 0.00002BTC
- Maximum bet: Currently there is no such limit because the games are played vs other players so the website doesn't need any kind of "backup" BTC to pay the users.
Account securityThe users will be able to sign in by using a
password. To secure even more their accounts, they will be able to set up
two-factor authentication (Google Authenticator + backup codes). All the user action logs (sign in, game creation, game join etc...) are shown privately to the user under the
Action Logs area - in case there is a suspicious request (someone tried to sign in to your account with a wrong password) it will appear as a warning under that page so that the user is aware.
ChatCurrently to filter out the "bad" users from talking there is a limit of minimum
1BTC in order to say something (happy to lower it if you think it's too much).
Testnet version of the website - "test BTC"It's live, anyone can test the system at
https://test.kickbtc.com/. New users will automatically receive
2.69BTC (test
BTC, not real
BTC).
The deposits are instant.
The withdrawals are instant.
Mainly this part will be used for new features so that the users can test out. This way we avoid releasing something that is broken.
Livenet version of the website - "real BTC"Not released yet, thinking to release it on Monday - 22 January 2018 - it depends on the feedback that I receive from here.
The deposits will require up to 6 confirmations in order to be processed.
The withdrawals won't be instant and there will be the transaction fee imposed by the bitcoin network (the website won't take any fee) - they will be verified at the beginning so that the users didn't earn extra
BTC from bugs etc... - hope this makes sense. In future, I am planning on switching it to process them automatically.
Currently, it's just me that created/works on the whole website so if there is anyone that can help with the promotion of it please PM me.
Waiting to see what do you think about the website, hope you enjoy how it looks and inspire you something good. Thank you!
Regards,
Alexandru