Bitcoin Forum
April 24, 2024, 10:54:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: So, I was wondering how hard it could be to remake luckybit...  (Read 1580 times)
Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
July 27, 2015, 09:38:26 PM
Last edit: July 31, 2015, 02:05:22 AM by Dexon
 #1



Hi, so i was betting on luckybit and it comes to my head: "hey, how hard it could be to entirely remake that game??".
So I made my little vps and started coding.
In result, it wasn't that hard Smiley  
In fact, took me 3 hours to complete all the images + css and about 6 hours to complete the server side and client side javascript.

-Chat system with administration commands
-Bans are ip + browser fingerprint based so makes the thing harder for multi account
-Coin appearing when transaction reach 1 confirmation
-Auto send back the multiplier result amount to the sender once coin reached the bottom
-Based on 0/1 random int to decide if the coin drops on left or right
-Everything is calculated on server side & not letting anything from client side to communicate manually to the server so people can not cheat.

To finish with this: https://i.imgur.com/DDQYTlv.png
(Create Coin & Clear log are Debug buttons of course)

I might use it for some other projects Smiley
And make this one online soon.

Anyway, luckybit stays the best Wink


Good day,
http://dexontech.net/
1713999240
Hero Member
*
Offline Offline

Posts: 1713999240

View Profile Personal Message (Offline)

Ignore
1713999240
Reply with quote  #2

1713999240
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713999240
Hero Member
*
Offline Offline

Posts: 1713999240

View Profile Personal Message (Offline)

Ignore
1713999240
Reply with quote  #2

1713999240
Report to moderator
1713999240
Hero Member
*
Offline Offline

Posts: 1713999240

View Profile Personal Message (Offline)

Ignore
1713999240
Reply with quote  #2

1713999240
Report to moderator
MindFr3@k
Member
**
Offline Offline

Activity: 97
Merit: 10


View Profile
July 27, 2015, 10:00:09 PM
 #2

check your pm

joksim299
Legendary
*
Offline Offline

Activity: 2170
Merit: 1014


Bitdice is scam scam scammmmmmmmmmmmmmmmmmmmmmmmmm


View Profile WWW
July 28, 2015, 12:39:53 AM
 #3

It looks good! I have a name for it FlappyCoin. Do you have online demo version?

jbrnt
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
July 28, 2015, 12:53:06 AM
 #4

On chain gambling sites are the easiest to code. No need to worry about server hacks and hot wallet security. The site is only a "display", the bitcoin node could be run off the desktop at home.  Cheesy
Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
July 28, 2015, 01:44:27 AM
 #5

Hey,

It looks good! I have a name for it FlappyCoin. Do you have online demo version?
Right now, I have a closed "beta" test online version. Url won't be shared till the game seems ready from my point of view.
I can't actually name it FlappyCoin since it's an existing coin. I'm planning on changing the images (maybe, not sure yet  Roll Eyes)
Thank you for showing interest into my little project Wink

Competition
Also, for everyone who think I'm trying to make a "competition" between me and luckybit, that's actually not true. I'm doing it because I think it could be funny to run my own game. I'm not trying to steal luckybit's players at all. I think it's all for "experience" and the "acknowledgment" that could brings to me you know.

Is my game fair and can be thrust?
Well, how it's actually working, I generate an array of 14 steps of randomized int between 0 and 1. 0 telling the coin to drop on left and 1 to the right. Nothing more.
What you see on the front end of the page is only to put an image of what's going on the background (on the server).
About the result of the multiplier reached by your coin, to know if you will receive it or not, all I can tell is to check the history of all previous payments for proofs... I don't think there is an other way... I'll check it out  Huh

Before it goes up, I might need some Admins to watch the chat and to do... admin stuff you know. So, yea if you're interested, pinch me up Smiley

I will let you guys know when the website will go public Wink
bitbaby
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile WWW
July 28, 2015, 11:19:34 AM
 #6

Only when you release the beta and people test it out you will know how successful you were at making it and if it contains any bugs or not, I just hope you make it a little less bulky because I have had some problems loading luckyb.it sometimes (not always). Best of your luck with your project.

Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
July 30, 2015, 08:07:49 AM
 #7

Hey,

I'm sharing a little update of the work in progress!
Basically, chat is now complete. Might still have some bug, I hope the public will help me to find them!
The bets seems to be working fine, the awards are sent back correctly to the player's address.

I'm not allowing big bets since this is still in beta.
We are going to fill up the hot wallet and make every thing ready to the opening.

There's a little screen of what it's gonna looks like:


There's the todo list:
- Keep an history of the chat... somewhere...
- Make a public history of all bets
- Make that bets history appear on main page Sad
- Make a "pm" command on the chat so people can start talking privately
- Recruiting serious mods for the chat
- Make a lotto system ? :O Can't believe i forgot this actually...
- Sleep
- Make the hot wallet bigger so i can rise the limits... sorry about those small limits tho Sad


I think that's all.
Oh, also, as joksim299 posted, I kind of liked the idea, so I named the game "FlappyBit".
Of course, the name will change if I decide to change those images or if people request so. I mean, I'm totally open for ideas Wink

P.S.: For any question about offering me "jobs", it'll be a pleasure to accept. But plz, send me a mail for that kind of things. (see my personal website). Private messages on bitcointalk are organized in a weird way :S

Good day,
http://dexontech.net
Pony789
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000



View Profile
July 30, 2015, 10:43:15 AM
 #8

There's the todo list:
- Keep an history of the chat... somewhere...
- Make a public history of all bets
- Make that bets history appear on main page Sad
- Make a "pm" command on the chat so people can start talking privately
- Recruiting serious mods for the chat
- Make a lotto system ? :O Can't believe i forgot this actually...
- Sleep
- Make the hot wallet bigger so i can rise the limits... sorry about those small limits tho Sad

No you don't need any sleep. Just work 24/7 on your new project to make it ready ASAP. Just kidding Tongue
Joking aside, if you can complete the list, it will be better than the current LuckyBit and I am sure your site will get a lot of players. Good luck. 

DiamondCardz
Legendary
*
Offline Offline

Activity: 1134
Merit: 1112



View Profile WWW
July 30, 2015, 10:44:53 AM
 #9

Is this going to essentially be an exact clone of LuckyBit? I think you may have a bit of a hard time getting players unless you offer something very unique with your current design, because LuckyBit is a much nicer-looking and longer-standing site which a lot of people trust. It's not necessarily the same with your site.

Or is this just a small project? Wink

BA Computer Science, University of Oxford
Dissertation was about threat modelling on distributed ledgers.
Abbey_j
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250



View Profile
July 30, 2015, 11:38:25 AM
 #10

eh, I think the success of the LB is inimitable and your site looks kind of rough, but I believe that's why you made it and took only few hours, Anyway it will be nice if we get some other options beyond LB, good luck with your site. Smiley
Metadextrous
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
July 30, 2015, 11:41:12 AM
 #11

There's the todo list:
- Keep an history of the chat... somewhere...
- Make a public history of all bets
- Make that bets history appear on main page Sad
- Make a "pm" command on the chat so people can start talking privately
- Recruiting serious mods for the chat
- Make a lotto system ? :O Can't believe i forgot this actually...
- Sleep
- Make the hot wallet bigger so i can rise the limits... sorry about those small limits tho Sad
Good work OP, hope your site run smoothly  Grin
gurbar_nakub
Sr. Member
****
Offline Offline

Activity: 323
Merit: 250



View Profile
July 30, 2015, 12:18:43 PM
 #12

i have an idea like this before Cheesy, sadly i'm not a real dev.
a suggestion from me, would be very cool if in the bottom there is an animation. like a sad bird, cheesy bird etc depend on what slot we are hitting on.
can't wait to see you launch this, that's looks very attractive layout dexon.

     ▄█
   ▄██▌
 ▄████
▀▀▀█████▀
  ▐███▀
  ██▀
  ▀
.
▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄███████████████████████▄
███████████████████████████
██████████
███████████████████
██████████
█████████████████████
█████████████████████████████
█████████████████████████████
██
███████████████████████████
██
█████████████████████████
███████████████████████
▀▀█████████████████▀▀

▀▀▀███████▀▀▀
▄▄▄███████▄▄▄
▄▄█▀▀███████████▀▀█▄▄
▄████▄▄███████████▄▄████▄
█████
███▀▀▄▄▄▄▄▄▄▀▀████████
█████
██▀▄██████▀████▄▀███████
███████▀▄█████▀ ▐█████▄▀███████
██  ███ ████▀   ▀▀█████ ███  ██
██████▄▀█████  ▄█████▀▄██████
██████▄▀███▌▄██████▀▄██████
██
██████▄▄▀▀▀▀▀▀▀▄▄████████
▀█
███▀▀███████████▀▀████▀
▀▀█▄▄███████████▄▄█▀▀
▀▀▀███████▀▀▀
▄▀▀▀▀▀▀▀▀▀▀█████████
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█████████████████████

██████████▄▀▀▀▀▀▀▀▀▀

▄▄▄████████████████████▄▄▄
████████████████████████████
██████████████████████████████
███████████████████████████████
███████████████████████████████
███████████████████████████
▀██
█████████▀   ▀███████████▀
▀▀█████▀▀       ▀▀█████▀▀
.
SPORTS  │  CASINO  │  ESPORTS
.
panjul07
Legendary
*
Offline Offline

Activity: 3458
Merit: 1350



View Profile WWW
July 30, 2015, 12:33:05 PM
 #13

Is this going to essentially be an exact clone of LuckyBit? I think you may have a bit of a hard time getting players unless you offer something very unique with your current design, because LuckyBit is a much nicer-looking and longer-standing site which a lot of people trust. It's not necessarily the same with your site.

Or is this just a small project? Wink

Indeed, but I think there is a weakness on LB. As some members said that it is a bit hard/heavy to access LB (stuck on connecting) especially for those who have a low connection. So IMO it will be a good chance for OP on his new project if he make his site is easier to access than LB. Of course there is also need some interesting promotions Smiley

██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
SyGambler
Legendary
*
Offline Offline

Activity: 2436
Merit: 1804

guess who's back


View Profile
July 30, 2015, 12:49:25 PM
 #14

you really did good with that site , it looks really great
I think creating a gambling site is not that big deal , the big deal in my opinion is how to attract the players to your site
you need to create some giveaways and or bounties to attract players , cause honestly it's always hard for me to try a new site when there is a reputable site already has the same game
but if you managed it right you may have many happy gamblers in your site
vennali
Legendary
*
Offline Offline

Activity: 2338
Merit: 1081


#SWGT CERTIK Audited


View Profile
July 30, 2015, 01:25:44 PM
 #15

Site looks good . I think couple of other sites too had plink on them. You could expend it to have different betting lines with different payouts as well like the Red/Green/Yellow on luckybit.

shulio
Legendary
*
Offline Offline

Activity: 1540
Merit: 1016


View Profile
July 30, 2015, 03:54:14 PM
 #16

Why is the minimum bet so low? It is not that someone will go for a very low bet like that because you will spend 0.0001 for transaction fee and another 0.0001 again so thats 0.0002. Betting 0.0005 will only hurt yourself unless you get a high multplier like 2x
crazyjack
Legendary
*
Offline Offline

Activity: 1315
Merit: 1002


View Profile
July 30, 2015, 04:50:48 PM
 #17

Hi, so i was betting on luckybit and it comes to my head: "hey, how hard it could be to entirely remake that game??".
So I made my little vps and started coding.
In result, it wasn't that hard Smiley 
In fact, took me 3 hours to complete all the images + css and about 6 hours to complete the server side and client side javascript.

-Chat system with administration commands
-Bans are ip + browser fingerprint based so makes the thing harder for multi account
-Coin appearing when transaction reach 1 confirmation
-Auto send back the multiplier result amount to the sender once coin reached the bottom
-Based on 0/1 random int to decide if the coin drops on left or right
-Everything is calculated on server side & not letting anything from client side to communicate manually to the server so people can not cheat.

To finish with this: https://i.imgur.com/DDQYTlv.png
(Create Coin & Clear log are Debug buttons of course)

I might use it for some other projects Smiley
And make this one online soon.

Anyway, luckybit stays the best Wink


Good day,
http://dexontech.net/

I guess its not hard to make gambling site with proper knowledge, which you obviously have, but for those, who stand with zero programming and designing, well those wouldn't even think about opening topic with title as yours. So will watch this one and wait for beta release. Congrats so far.
cryptworld
Hero Member
*****
Offline Offline

Activity: 714
Merit: 503



View Profile
July 30, 2015, 05:08:43 PM
 #18

wow, that's a nice remake!

It's very flappy, they may be interested in it!
FanEagle
Legendary
*
Offline Offline

Activity: 2842
Merit: 1113


Leading Crypto Sports Betting & Casino Platform


View Profile
July 30, 2015, 05:21:11 PM
 #19

You teased my mind, I wanna play it as soon as it goes public. And you teased me good Smiley

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
Dexon (OP)
Full Member
***
Offline Offline

Activity: 230
Merit: 154

I'm a web dev :D


View Profile WWW
July 30, 2015, 07:12:03 PM
 #20

Hey everyone,
thank you very much for all your comments Smiley
It gives me good confidence on this project!

Indeed, but I think there is a weakness on LB. As some members said that it is a bit hard/heavy to access LB (stuck on connecting) especially for those who have a low connection.

I didn't knew that! I'll make sure every one will be able to play! When it will open, don't hesitate to contact me for any problem you encounter!


Or is this just a small project? Wink

It is actually Smiley
But, surely, if this goes popular or get used pretty often, i'll look on improving it in the way the users want it as much as possible!


Good work OP, hope your site run smoothly  Grin

Thanks! I hope too! Since we didn't had the chance to "stress test" it with many visitors, I'm still not sure of what's gonna happen. That's why I want to make it ready as much as possible by reviewing the code again and again, optimize things, etc.

Keeping you up to date.

Good day,
http://dexontech.net
Pages: [1] 2 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!