Bitcoin Forum
June 15, 2024, 06:27:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 [479] 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 ... 1663 »
  Print  
Author Topic: Primedice.com | Since 2013 | Longest Running Crypto Casino | 113 BTC Jackpot!  (Read 1986316 times)
kf_
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
September 25, 2014, 08:26:47 PM
 #9561

I'm looking for some input on what people expect from a VIP room or if it is needed at all.  For example should VIP chat be visible to everyone even those who can't type in it or be hidden? Right now chat is restricted to people who have wagered 0.001 or more to prevent spam. Also does anyone have any suggestions for the keyboard commands, would you all like something similar to JD's commands or want changes made?
I am not a fan of shortcuts. Accidentally hitting them can cause problems. I'd leave that as it is.

About a VIP room: it should be hidden for the people who can't type in it.

The hotkeys will be disabled by default.   Smiley
williamj2543
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500

Get ready for PrimeDice Sig Campaign!


View Profile WWW
September 25, 2014, 08:32:50 PM
 #9562

Yea sometimes I'm mad that I lose and I mash my keyboard. Because of this it would probably make me bet all my balance on 1%...

█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
▓▓▓▓▓  BIT-X.comvvvvvvvvvvvvvvi
→ CREATE ACCOUNT 
▓▓▓▓▓
█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
nyktalgia
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
September 25, 2014, 08:47:23 PM
 #9563

OMG ! I was at .2, won .4 so I was at like .5 last night, started betting higher and busted out... why do I always fucking dot his?   Lost another -.1 yay!

I even tell myself to go to bed or stop after a big win, but I just keep going and getting greedy. FUCK!

KingOfSports
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500

Acc bought - used solely for signature testing


View Profile
September 25, 2014, 09:15:58 PM
 #9564

OMG ! I was at .2, won .4 so I was at like .5 last night, started betting higher and busted out... why do I always fucking dot his?   Lost another -.1 yay!

I even tell myself to go to bed or stop after a big win, but I just keep going and getting greedy. FUCK!
Sounds like you have a gambling problem. Quicker you realize this and seek help, the quicker you live a happier life. It worked for me.

.







.
galbros
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
September 25, 2014, 10:25:32 PM
 #9565

I'm looking for some input on what people expect from a VIP room or if it is needed at all.  For example should VIP chat be visible to everyone even those who can't type in it or be hidden? Right now chat is restricted to people who have wagered 0.001 or more to prevent spam. Also does anyone have any suggestions for the keyboard commands, would you all like something similar to JD's commands or want changes made?

I think the downgrading of the importance of chat messages for level and the .001 requirement have greatly reduced the spam in chat.  The mods are also doing a nice job.  So I would suggest the need for a VIP room is not as great.  However, if your highrollers want it, you should probably accommodate them.

If you go the VIP route I'd be mindful of the effect on new users.  You want to be welcoming without exposing every high roller to endless begs and rain begs.  Though the mods usually crack down on that pretty quickly.

The only real trick for keyboard commands is to make sure there is a way to disable them while chatting.  PD is great in that you can chat while betting or watching all bets.  JD did not have that.  So that may be an especially important consideration.

Thank you for PD and good luck!
rfisher1968
Sr. Member
****
Offline Offline

Activity: 319
Merit: 250


View Profile
September 25, 2014, 10:41:45 PM
 #9566

I have made a PHP script that helps validate the rolls on PD3.

Code:
$clientseed = "Your Client Seed";
$serverseed = "Your Server Seed";
$nonce = your nonce your checking;

// DO NOT EDIT BELOW THIS LINE

$c = $clientseed . "-" . $nonce;
$result = strtoupper(hash_hmac('sha512', $c, $serverseed));

$tmp2 = 0;
$resultnum = 0;
$flag = 0;
do
{
    $hexnum = substr($result,(5*$tmp2),5);
    $resultnum = hexdec($hexnum);
    $tmp2++;
    if ( $tmp2 * 5 + 5 > 128 )
    {
        $flag = 1;
    }
}
while ( $resultnum >= 1000000 && $flag == 0 );

if ( $flag == 1 )
{
    $lucky = 99.99;
}
else
{
    $lucky = substr($resultnum,-4,2) . "." . substr($resultnum,-2);
}
    
echo "nonce(" . $nonce . ") = " . $lucky;
  

Copy the code to a online PHP executer like http://writecodeonline.com/php/
Minnlo
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000



View Profile
September 25, 2014, 10:53:33 PM
 #9567

Nice to see the introduction of the 2FA function.
Regarding the keyboard shortcuts, it may be useful to some of us. I don't mind having them as long as they can be turned off at any time.

zhinkk
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
September 25, 2014, 11:42:47 PM
 #9568

"Loading the world's most popular
Bitcoin gambling website..."

I've been stuck at that for a few days now. Why isn't it working for me? I've tried clearing cookies/cache.
kf_
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
September 26, 2014, 12:17:44 AM
 #9569

I have made a PHP script that helps validate the rolls on PD3.

Code:
$clientseed = "Your Client Seed";
$serverseed = "Your Server Seed";
$nonce = your nonce your checking;

// DO NOT EDIT BELOW THIS LINE

$c = $clientseed . "-" . $nonce;
$result = strtoupper(hash_hmac('sha512', $c, $serverseed));

$tmp2 = 0;
$resultnum = 0;
$flag = 0;
do
{
    $hexnum = substr($result,(5*$tmp2),5);
    $resultnum = hexdec($hexnum);
    $tmp2++;
    if ( $tmp2 * 5 + 5 > 128 )
    {
        $flag = 1;
    }
}
while ( $resultnum >= 1000000 && $flag == 0 );

if ( $flag == 1 )
{
    $lucky = 99.99;
}
else
{
    $lucky = substr($resultnum,-4,2) . "." . substr($resultnum,-2);
}
    
echo "nonce(" . $nonce . ") = " . $lucky;
  

Copy the code to a online PHP executer like http://writecodeonline.com/php/

Someone made this some time ago: http://rgbkey.github.io/verify/PrimeDice/

Pretty straightforward.  Tongue
williamj2543
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500

Get ready for PrimeDice Sig Campaign!


View Profile WWW
September 26, 2014, 12:55:41 AM
 #9570

Vip room sounds good. Maybe a higher limit like 0.01 btc bet. 0.001 is half a dollar and kinda easy for spammers. 5$ is good.

█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
▓▓▓▓▓  BIT-X.comvvvvvvvvvvvvvvi
→ CREATE ACCOUNT 
▓▓▓▓▓
█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████
Chemistry1988
Legendary
*
Offline Offline

Activity: 1120
Merit: 1000


View Profile
September 26, 2014, 01:11:31 AM
 #9571

"Loading the world's most popular
Bitcoin gambling website..."

I've been stuck at that for a few days now. Why isn't it working for me? I've tried clearing cookies/cache.

I have no problem on PD with latest Firefox.
Which browser are you using? Have you tried switching to another browser?
snarlpill
Hero Member
*****
Offline Offline

Activity: 910
Merit: 530


$5 24k Gold FREE 4 sign-up! Mene.com/invite/h5ZRRP


View Profile WWW
September 26, 2014, 02:04:36 AM
 #9572

I see you've switched to SolveMedia for the faucet captchas. I was actually going to suggest that a few weeks ago when discussion of faucet changes was going on- switching to SolveMedia captchas instead of spacing the time so far apart between claims, because the SM captchas would at least bring in a Little bit of revenue to help balance out all of the faucet costs. Emphasis on the "Little" when it comes to revenue from their captchas though, I've had users fill out over 1.18 million of them so far and only earned $147 from it. Still, better than nothing from it, but they Can be a pain in the ass sometimes. But I guess that will help deter people from abusing it as well.

jjc326
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500


View Profile
September 26, 2014, 03:45:51 AM
 #9573

I see you've switched to SolveMedia for the faucet captchas. I was actually going to suggest that a few weeks ago when discussion of faucet changes was going on- switching to SolveMedia captchas instead of spacing the time so far apart between claims, because the SM captchas would at least bring in a Little bit of revenue to help balance out all of the faucet costs. Emphasis on the "Little" when it comes to revenue from their captchas though, I've had users fill out over 1.18 million of them so far and only earned $147 from it. Still, better than nothing from it, but they Can be a pain in the ass sometimes. But I guess that will help deter people from abusing it as well.

So much for the faucet. Its keeps getting worse and worse.  First it got cut in half, then it's every 3 minutes, then it's SolveMedia captcha.  Might as well end it at this point, only botters would even try to use it now, not us normal players.
Anony
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


Invest & Earn: https://cloudthink.io


View Profile
September 26, 2014, 04:52:59 AM
 #9574

I see you've switched to SolveMedia for the faucet captchas. I was actually going to suggest that a few weeks ago when discussion of faucet changes was going on- switching to SolveMedia captchas instead of spacing the time so far apart between claims, because the SM captchas would at least bring in a Little bit of revenue to help balance out all of the faucet costs. Emphasis on the "Little" when it comes to revenue from their captchas though, I've had users fill out over 1.18 million of them so far and only earned $147 from it. Still, better than nothing from it, but they Can be a pain in the ass sometimes. But I guess that will help deter people from abusing it as well.

So much for the faucet. Its keeps getting worse and worse.  First it got cut in half, then it's every 3 minutes, then it's SolveMedia captcha.  Might as well end it at this point, only botters would even try to use it now, not us normal players.

Will you please complain about free money more?

cloudthink.io   



 



 



 



 



 



Truly Profitable Investment Packages
Custom-Built ASIC Miners ● #1 Self-Sustainable Bitcoin Mining Service in the World ●
StopGG
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
September 26, 2014, 05:03:29 AM
 #9575

New captchas are hard... I have to try like 5-6 times to get it lol
nyktalgia
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
September 26, 2014, 05:08:20 AM
 #9576

OMG ! I was at .2, won .4 so I was at like .5 last night, started betting higher and busted out... why do I always fucking dot his?   Lost another -.1 yay!

I even tell myself to go to bed or stop after a big win, but I just keep going and getting greedy. FUCK!
Sounds like you have a gambling problem. Quicker you realize this and seek help, the quicker you live a happier life. It worked for me.


HAHA!

nyktalgia
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
September 26, 2014, 05:10:38 AM
 #9577

@Dooglus ignore nyktalgia

nyktalgia has been muted several times for raging against PD, accusing Stunna of fraud although he was up .2 several times but the greedy bastard can't control himself. He also thinks he has a "mathematical method" to play xD Hes also mad at me for taking him off skype after the kid rages about being scammed through the script that was spammed in chat and still blamed Stunna. This guy is full of himself, constantly makes new accounts to rage when he gets greedy. I tried helping him in the start and he ended up switching to 2.2x martingale (such math such wowe) and got up and down.

Lol ur a fucking faggot dude, i dont give a fuck about you..... u are such a gay ass drama queen, save that shit for your momma, you have the worst strategies ever, cant believe I tried taking advice from a retard like urself.

nyktalgia
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
September 26, 2014, 05:14:49 AM
 #9578

and ya hui was actually one of the few mods that was decent, he's prob the best mod you have.  It's pretty lame when you get trolled by all the 'regular' trolls and when you say 1 thing to them that isn't even very offensive you get muted.  You really think newer members are going to want to play there if they are harassed by not only other members, but the mods as well?

Hui is right there is ignore for a reason, should only really mute spammers.  Hui was the only one who didn't seem to be on an ego power trip.

Stunna (OP)
Legendary
*
Offline Offline

Activity: 3192
Merit: 1278


Primedice.com, Stake.com


View Profile
September 26, 2014, 07:33:06 AM
 #9579

I'm looking for some input on what people expect from a VIP room or if it is needed at all.  For example should VIP chat be visible to everyone even those who can't type in it or be hidden? Right now chat is restricted to people who have wagered 0.001 or more to prevent spam. Also does anyone have any suggestions for the keyboard commands, would you all like something similar to JD's commands or want changes made?

I think the downgrading of the importance of chat messages for level and the .001 requirement have greatly reduced the spam in chat.  The mods are also doing a nice job.  So I would suggest the need for a VIP room is not as great.  However, if your highrollers want it, you should probably accommodate them.

If you go the VIP route I'd be mindful of the effect on new users.  You want to be welcoming without exposing every high roller to endless begs and rain begs.  Though the mods usually crack down on that pretty quickly.

The only real trick for keyboard commands is to make sure there is a way to disable them while chatting.  PD is great in that you can chat while betting or watching all bets.  JD did not have that.  So that may be an especially important consideration.

Thank you for PD and good luck!

I appreciate the input, we'd have keyboard commands off by default and make them disable while chat is open. With regards to the VIP room, the main thing I'm wondering is whether or not it should be hidden, main chat quality seems to have skyrocketed though since the restriction and nerfs though which is nice  Smiley. Something else we're looking into is making PVP more engaging and interesting but I'm not quite sure how we could best do that.

Stake.com Fastest growing crypto casino & sportsbook
Primedice.com The original bitcoin instant dice game
rfisher1968
Sr. Member
****
Offline Offline

Activity: 319
Merit: 250


View Profile
September 26, 2014, 10:55:38 AM
Last edit: September 26, 2014, 11:05:42 AM by rfisher1968
 #9580

Didn't know about the other verifier. When I searched on Google that url didn't show up. Also I used this algorithm in something else I was doing to make a random number generator.

I have made a PHP script that helps validate the rolls on PD3.

Code:
$clientseed = "Your Client Seed";
$serverseed = "Your Server Seed";
$nonce = your nonce your checking;

// DO NOT EDIT BELOW THIS LINE

$c = $clientseed . "-" . $nonce;
$result = strtoupper(hash_hmac('sha512', $c, $serverseed));

$tmp2 = 0;
$resultnum = 0;
$flag = 0;
do
{
    $hexnum = substr($result,(5*$tmp2),5);
    $resultnum = hexdec($hexnum);
    $tmp2++;
    if ( $tmp2 * 5 + 5 > 128 )
    {
        $flag = 1;
    }
}
while ( $resultnum >= 1000000 && $flag == 0 );

if ( $flag == 1 )
{
    $lucky = 99.99;
}
else
{
    $lucky = substr($resultnum,-4,2) . "." . substr($resultnum,-2);
}
    
echo "nonce(" . $nonce . ") = " . $lucky;
  

Copy the code to a online PHP executer like http://writecodeonline.com/php/

Someone made this some time ago: http://rgbkey.github.io/verify/PrimeDice/

Pretty straightforward.  Tongue
Pages: « 1 ... 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 [479] 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 ... 1663 »
  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!