Author

Topic: Just-Dice.com : now with added CLAMs : Play or Invest - page 201. (Read 454769 times)

legendary
Activity: 1358
Merit: 1002
maybe you should consider using something like https://www.cloudflare.com/ ... idk! just maybe Smiley

Certainly not.
If you use cloudflare on anything remotely BTC-related you're a security dumbass.

maybe there is another service like cloudflare... i just know this as i am not dev myself... just something to keep the site up more than 99.9% of the time Smiley

What will you do with an online frontend if the betting backend is down/offline?
thy
hero member
Activity: 685
Merit: 500
I haven't seen brown numbers before in the betlist, that must be new, what does it mean when the numbers are brown instead of green or red ?
New to me as well.

Just guessing: a win regardless of whether you click "high" or "low"
Yea you must be right, i diden't look closer to the numbers but that explanation fits the result in the picture.
member
Activity: 83
Merit: 10
maybe you should consider using something like https://www.cloudflare.com/ ... idk! just maybe Smiley

Certainly not.
If you use cloudflare on anything remotely BTC-related you're a security dumbass.
why?
newbie
Activity: 32
Merit: 0
I haven't seen brown numbers before in the betlist, that must be new, what does it mean when the numbers are brown instead of green or red ?
New to me as well.

Just guessing: a win regardless of whether you click "high" or "low"
thy
hero member
Activity: 685
Merit: 500
Some "suji" just came and very quickly turned their 100 BTC deposit into 300 BTC, then withdrew the 200 BTC profit and invested the rest!  That's the way to do it...


I haven't seen brown numbers before in the betlist, that must be new, what does it mean when the numbers are brown instead of green or red ?
newbie
Activity: 48
Merit: 0
maybe you should consider using something like https://www.cloudflare.com/ ... idk! just maybe Smiley

Certainly not.
If you use cloudflare on anything remotely BTC-related you're a security dumbass.

maybe there is another service like cloudflare... i just know this as i am not dev myself... just something to keep the site up more than 99.9% of the time Smiley
legendary
Activity: 1372
Merit: 1008
1davout
maybe you should consider using something like https://www.cloudflare.com/ ... idk! just maybe Smiley

Certainly not.
If you use cloudflare on anything remotely BTC-related you're a security dumbass.
legendary
Activity: 2940
Merit: 1333
To celebrate the 100,000th BTC wagered, I'm giving 1 BTC to whoever takes us over the 100k wagered mark.

See https://bitcointalksearch.org/topic/just-dicecom-special-offer-1-btc-to-whoever-takes-us-over-100k-wagered-254756

Well that didn't take long!  Game over.
legendary
Activity: 2940
Merit: 1333
doooogie, why is it that deposits to addresses from previous deposits takes so long?

I don't think they do.

Just one confirmation, as usual.

To celebrate the 100,000th BTC wagered, I'm giving 1 BTC to whoever takes us over the 100k wagered mark.

See https://bitcointalksearch.org/topic/just-dicecom-special-offer-1-btc-to-whoever-takes-us-over-100k-wagered-254756
legendary
Activity: 2940
Merit: 1333
Some "suji" just came and very quickly turned their 100 BTC deposit into 300 BTC, then withdrew the 200 BTC profit and invested the rest!  That's the way to do it...

full member
Activity: 120
Merit: 100
Meanwhile on JD today...

Looks like someone lost their bitcoins lol.
full member
Activity: 294
Merit: 100
Doog I love your site, but please do something about the copy/paste spamming trolls.
hero member
Activity: 854
Merit: 500
img
Quote
17:33:27 (9607) someone losing nicely
17:33:30 (2386) cuz thats what i use, but i wouldnt know how to study the code if i wanted to
17:33:31 (13653) /top3 loss
17:33:32 (4202) FUCK U DICE
17:33:33 (21090) Bet 19270732 lost -14.15645858 BTC. 74.98 46 < 49.50 00. Player: 20448
17:33:34 (4202) I AM PIRATE
17:33:34 (21090) Bet 19382782 lost -16 BTC. 49.39 24 > 51.99 99. Player: 4202
17:33:34 (13833) Wow
17:33:35 (21090) Bet 19382843 lost -32 BTC. 61.58 58 < 48.00 00. Player: 4202
17:33:36 (4202) I AM THE BOSS
17:33:39 (13653) ouchhh
17:33:42 (12182) holy shit pirate....
17:33:44 (13653) /whois 4202
17:33:45 (21090) 4202: pirateat40
17:33:47 (13653) LOL.
17:33:50 (4202) LOL
17:33:50 (13833) :O
17:33:52 (4202) YOLO
17:33:56 (9607) nice bot nice bot
17:33:57 (13833) Did you just YOLO
17:33:57 (13653) AHAHHA
17:33:58 (13653) yup
17:34:00 (4202) AHAHAHAH
17:34:05 (2386) damn pirate
17:34:13 (13833) Pirate is nuts.
17:34:15 (2386) nice catch at the end Smiley

Everyone on this site clearly should just play SDice. Just bet low.
newbie
Activity: 15
Merit: 0
full member
Activity: 196
Merit: 100
Here is a big repository of various scripts for JD posted in the chat: https://github.com/knowitnothing/misc/tree/master/justdice

I still don't understand why people interact with the UI instead of just writing and reading frames to/from the WebSocket...

Would you bother if you only wanted to bet once?

I would click on High/Low a single time manually, obviously...
full member
Activity: 196
Merit: 100
maybe you should consider using something like https://www.cloudflare.com/ ... idk! just maybe Smiley

That will fix nothing at all in this case.
newbie
Activity: 48
Merit: 0
maybe you should consider using something like https://www.cloudflare.com/ ... idk! just maybe Smiley
newbie
Activity: 15
Merit: 0
full member
Activity: 245
Merit: 124
Seems down again.  Cry
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
Here is a big repository of various scripts for JD posted in the chat: https://github.com/knowitnothing/misc/tree/master/justdice

I still don't understand why people interact with the UI instead of just writing and reading frames to/from the WebSocket...
Because websockets are "augh," and JQuery is easy. Maybe a just-dice websocket reference is in order?

Code:
// Send a bet
socket.emit("bet", csrf, {bet: 0.0004324, chance: 49, which: 'lo'});

// Send a chat
socket.emit("chat", csrf, "hi");

// Respond to a win
socket.on("wins", function (data){
    console.log(data);
}

// Respond to a chat
socket.on("chat", function(text, timestamp){
    chatRe = /<([^>]+)> (.*)/;
    who = text.replace(chatRe, '$1');
    said = text.replace(chatRe, '$2');
    console.log(who);
    console.log(said);
}
Jump to: