Author

Topic: Primedice.com | Since 2013 | Longest Running Crypto Casino | 113 BTC Jackpot! - page 1192. (Read 1990907 times)

hero member
Activity: 910
Merit: 530
$5 24k Gold FREE 4 sign-up! Mene.com/invite/h5ZRRP
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.
legendary
Activity: 1120
Merit: 1000
"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?
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
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.
kf_
newbie
Activity: 36
Merit: 0
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
sr. member
Activity: 266
Merit: 250
"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.
hero member
Activity: 868
Merit: 1000
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.
sr. member
Activity: 319
Merit: 250
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/
legendary
Activity: 1022
Merit: 1000
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!
hero member
Activity: 602
Merit: 500
Acc bought - used solely for signature testing
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.
sr. member
Activity: 294
Merit: 250
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!
hero member
Activity: 588
Merit: 500
Get ready for PrimeDice Sig Campaign!
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%...
kf_
newbie
Activity: 36
Merit: 0
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
hero member
Activity: 1008
Merit: 515
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.
kf_
newbie
Activity: 36
Merit: 0
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 a VIP room would still be cool.  As for the hotkeys, spacebar for roll dice maybe?  Just to be different.   Smiley
legendary
Activity: 812
Merit: 1000

wow amazing win, i try those occasionally  Grin
legendary
Activity: 3192
Merit: 1279
Primedice.com, Stake.com
WOW PD3isWOW NICE 9900x WON 10k  AMAZING Smiley CONGRATULATION


That's an incredible win  Smiley



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?
sr. member
Activity: 434
Merit: 250
WOW PD3isWOW NICE 9900x WON 10k  AMAZING Smiley CONGRATULATION

Wow that's HUGE!
hero member
Activity: 696
Merit: 500
WOW PD3isWOW NICE 9900x WON 10k  AMAZING Smiley CONGRATULATION
legendary
Activity: 2478
Merit: 1037
Oldschool!
@Labkitty did u see my post on Facebook page ? Smiley

Everybody like and follow primedice official facebook page for special giveaways.
https://www.facebook.com/officialprimedice
legendary
Activity: 966
Merit: 1000
Is there an update on the faucet at all?  I know a lot of people said the change to 3 minutes was just temporary but I haven't heard any updates on anything at all since then.



Well "temporary" meaning that faucet will probably be changed completely , and introduced as a game that u will be able to play for free like couple times per day , for much bigger rewards , and maybe also ability to buy tokens for that game and play it when u want Smiley .

I think that is about how Stunna imagines it to be. Idk whats the progress on that exactly but should be done soon.
That would be nice, if it would have bigger reward of course, there nolifers that claimed the faucet every 60s and had high levels had to drainn PD money alot.
Jump to: