Post
Topic
Board Digital goods
Topic OP
Live bitcoin coinflip game <-- Selling site/script
by
AaronJonk
on 04/04/2019, 16:00:20 UTC
Hi,

So, I have create a website using html, css (most Materializecss), javascript and php.
The site is a live bitcoin coinflip game. You can see it as a bustabit, but for coinflip.
Features;
  • Automatic deposit using blockchain & block.io api's (every user gets it's own deposit address)
  • Automatic withdraw using the block.io api's
  • Live coinflip game
  • Chat
  • You can see the list of bets on the right side
  • All in 1 page, deposit, withdraw, login and register gets loaded in using modals and javascript
  • Colors customizable

I am not really planning to actually host this myself, so I want to sell this site.
It has a easy-to-use config file;
Code:
session_start();

$siteurl "https://google.com"//Site url without '/' at end
$name "flipabit";

$servername "localhost";
$username "";
$password "";
$dbname "";

$blockio['btc_api'] = "";
$blockio['secret'] = "";
?>

Here are some looks (chat is not done yet);
https://i.imgur.com/rcQPIoB.png
^ Default color, you can easily change that

https://i.imgur.com/epY8wWw.png
https://i.imgur.com/KmfxkYR.png


That's really it. If interested, leave memethods to contact you.