Author

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

legendary
Activity: 1274
Merit: 1000
Wait, the number of btc that has been given out in one day alone is over 1339BTCShocked Huh

BTC won Smiley Not given away.

Wow that is an insane amount. Would you care to share top 3 winners of that day?

Check first message in this page.
It has list of big winners Wink
legendary
Activity: 2198
Merit: 1989
฿uy ฿itcoin
Wait, the number of btc that has been given out in one day alone is over 1339BTCShocked Huh

BTC won Smiley Not given away.

Wow that is an insane amount. Would you care to share top 3 winners of that day?
legendary
Activity: 3192
Merit: 1279
Primedice.com, Stake.com
Wait, the number of btc that has been given out in one day alone is over 1339BTCShocked Huh

BTC won Smiley Not given away.
sr. member
Activity: 338
Merit: 250
Wait, the number of btc that has been given out in one day alone is over 1339BTCShocked Huh
legendary
Activity: 1274
Merit: 1000
Why don't I have those achievements Huh

legendary
Activity: 3192
Merit: 1279
Primedice.com, Stake.com
ANOTHER BIG DAY AT WWW.PRIMEDICE.COM TODAY



Here's the daily and weekly leader boards!



And a reminder that top players receive prizes daily!!



Also a special note to some big winners today!
Note: These are only a select few, sorry if I missed you!

MACGYVER - 6.49 BTC Profit!


SWAGGG - 17.91 BTC Profit


JUNIOR - 10.01 BTC Profit


DRAGONFLY - 7.40 BTC Profit


ANDY6387 - 1.50 BTC Profit


MICRO
Who has commissioned almost 0.5 BTC alone through the affiliate program!!
legendary
Activity: 2464
Merit: 1037
CEO @ Stake.com and Primedice.com
Site seems to be stuck on the loading page again. Sad

try only primedice.com in ur address bar.
newbie
Activity: 39
Merit: 0
Site seems to be stuck on the loading page again. Sad
legendary
Activity: 1218
Merit: 1003
We are the champions of the night
Any particular reason PVP doesn't count towards your stats?  Just lost a few bucks and realized I didn't even level up for it Undecided


Edit: just saw that it was 0% edge.  Probably should make it more clear though
legendary
Activity: 2464
Merit: 1037
CEO @ Stake.com and Primedice.com
TL;DR, fixed, issue was a typo in the verify script and these special bets that didn't verify before now do.

The script is still wrong:

Quote

               lucky = parseInt(hash.substring(index * 5, index * 5 + 5), 16);

                    //if we reach the end of the hash, just default to number over 100
                    if (index + 5 == 128 + 1) {
                        lucky = 99.99;
                        break;
                    }

I don't know where you found your developers, but given the number of issues you've had since launching PD3 and the fact that they *still* can't get the verification script right, even on their third attempt, I think I would be looking elsewhere in future.

I've bolded and underlined the remaining incorrect part. Maybe that will help.

Also note that 99.99 isn't over 100, but that's just an incorrect comment, so that doesn't matter, right?

Fuck.
[/quote]

I guess if u are interested , Stunna should offer u a job at pd Cheesy LOL .

U are helping so much.   
legendary
Activity: 3192
Merit: 1279
Primedice.com, Stake.com
TL;DR, fixed, issue was a typo in the verify script and these special bets that didn't verify before now do.


Will have to have this edited again I suppose. Sorry about that.
legendary
Activity: 2940
Merit: 1333
How can you say your site is 100% fair and even provides a script for everyone to verify. After someone finds that you site is cheating by using different algorithm, you say it's lack of documentation.

The site is fair, but the script they provided to verify the rolls was wrong.

It's mostly fixed now.

During 3 days I was using PD, I found 2 unfairness.

One was that the verification script was buggy, which has now been fixed. What was the other one? I guess I missed it. I'll look into it for you if you like.
legendary
Activity: 2940
Merit: 1333
TL;DR, fixed, issue was a typo in the verify script and these special bets that didn't verify before now do.
[/quote]

The script is still wrong:

Quote

               lucky = parseInt(hash.substring(index * 5, index * 5 + 5), 16);

                    //if we reach the end of the hash, just default to number over 100
                    if (index + 5 == 128 + 1) {
                        lucky = 99.99;
                        break;
                    }

I don't know where you found your developers, but given the number of issues you've had since launching PD3 and the fact that they *still* can't get the verification script right, even on their third attempt, I think I would be looking elsewhere in future.

I've bolded and underlined the remaining incorrect part. Maybe that will help.

Also note that 99.99 isn't over 100, but that's just an incorrect comment, so that doesn't matter, right?

Fuck.
legendary
Activity: 3192
Merit: 1279
Primedice.com, Stake.com
Looking for a reply to the cheating post as well.

Also, on the affiliate dashboard it says I have 5 referred users but there are only 4 listed below that.  Explanation please?

That's funny, I only get 3 listed?

Just to clarify the previous brought up situation

There was no cheating, on our verification page verify script one line was incorrect which caused certain bets to not verify, now all bets do including ones made prior. Coinfist is a shill but I'm glad he brought this to my attention. Coinfist, go check if your verification works now.

Please read for further detail
From our developer:
Quote
This is due to a missing * 5 multiplication from the substring selection that was added later on in development to the servers but not properly updated on the frontend. There is no way we can exploit this (as backend used the correct algorithm and therefore gave the correct roll numbers), it's an inaccuracy in our check script and our provably fair system still holds. The page has been updated and fixed, the few cases of bets that failed this verification will now verify properly using that script. Most bets verified but some failed due to the "shift over 5" nature, with the missing * 5, the verify script was using characters 5-6 (index + 5) instead of characters 5-10 (index * 5 + 5) for the second and subsequent tries when looping through viable roll numbers.

TL;DR, fixed, issue was a typo in the verify script and these special bets that didn't verify before now do.
sr. member
Activity: 294
Merit: 250
***THIS ACCOUNT IS NO LONGER ACTIVE***
Can there be an option to set all bets to see one specific users bets, like JD did? Sometimes I want to see my friends bet.
hero member
Activity: 700
Merit: 500
Looking for a reply to the cheating post as well.

Also, on the affiliate dashboard it says I have 5 referred users but there are only 4 listed below that.  Explanation please?

That's funny, I only get 3 listed?

What does it say your number should be?  I'm still 1 off on there and it's making me question where the error is.  WIth the accusations it makes me worried the one "affiliate" that's not showing up is making big bets  Wink
sr. member
Activity: 294
Merit: 250
***THIS ACCOUNT IS NO LONGER ACTIVE***
Looking for a reply to the cheating post as well.

Also, on the affiliate dashboard it says I have 5 referred users but there are only 4 listed below that.  Explanation please?

That's funny, I only get 3 listed?
newbie
Activity: 10
Merit: 0

How can you say your site is 100% fair and even provides a script for everyone to verify. After someone finds that you site is cheating by using different algorithm, you say it's lack of documentation.
So what's the purpose of the verification which can't verify the result? 
During 3 days I was using PD, I found 2 unfairness. And the site seems they are totally OK. I know it's ok for you because you are the one cheating.
And you think I would expect you to return my stolen bitcion?  I would not, because you site is a totally scam site.


can you post the proof of your findings, so that people can see it also?

see the post here:

https://bitcointalksearch.org/topic/m.8438316
hero member
Activity: 602
Merit: 500

How can you say your site is 100% fair and even provides a script for everyone to verify. After someone finds that you site is cheating by using different algorithm, you say it's lack of documentation.
So what's the purpose of the verification which can't verify the result? 
During 3 days I was using PD, I found 2 unfairness. And the site seems they are totally OK. I know it's ok for you because you are the one cheating.
And you think I would expect you to return my stolen bitcion?  I would not, because you site is a totally scam site.


can you post the proof of your findings, so that people can see it also?
newbie
Activity: 10
Merit: 0
If only verification documentation is wrong what it seems to be than i guess its not that bad situation ?

I don't know if it's that clear cut. If you launch a site with the documentation saying "we are provably fair because we do A, B, C to generate your rolls" but what you actually do is "A, B, D", then when the outcome of A, B, C and A, B, D differ, such that the player would have won if you did what you said you were going to do, but he loses because you actually do something different... then it seems like he has a winnable case there.

He took you at your word that you were doing A, B, C but it turned out you weren't doing that at all, and the difference caused him to lose.

I think dev has that already updated but as i said he wasn't online for whole day , he shoulda pushed some other updates today also .

I think the code snippet was updated recently. It was just updated wrongly, making it even worse than before since now it often computes very low rolls, like the 00.02 in the case that brought the error to light.

What is more important than the method of fairness or any algorithm is the fact that the roll was fair and the user got the exact win odds expected to win the bet which he did indeed.

I personally feel that your point about the "difference' causing him to lose is invalid, would he have adjusted his client seed etc knowing that the system used was different? This only seems to be important after the fact given that he lost.

I'm doing my best to provide a fair experience, I'm also working on code so I can be less reliant on developers to solve these sorts of issues. At the end of the day though his roll was fair and unmanipulated.


Also coinfist is a shill for another casino: https://bitcointalksearch.org/user/coinfist-365873  (Notice all his posts are him screaming that PD is a scam in all caps) I'm not refunding him 0.01 which he lost placing a 100% fair bet. He literally created his forum account to simply type anti PD posts. Instead of proving that the verification section text  was incorrect you should instead try and prove that he did not get a 100% fair bet.


Also with regards to the 37,500 bet situation, I've already compensated the guy who should have won the 9900x payout 1 coin and will see if it is possible to run some sort of query for anyone who made this bet. In this situation the site was documented 100% correctly, just the house edge was advertised as 1% not 1.01% on old PD incorrectly.


Primedice is 100% fair but our verification page text has mistakes on it and is inaccurate end of discussion. We will edit this page today (hopefully without error this time)

How can you say your site is 100% fair and even provides a script for everyone to verify. After someone finds that you site is cheating by using different algorithm, you say it's lack of documentation.
So what's the purpose of the verification which can't verify the result? 
During 3 days I was using PD, I found 2 unfairness. And the site seems they are totally OK. I know it's ok for you because you are the one cheating.
And you think I would expect you to return my stolen bitcion?  I would not, because you site is a totally scam site.
Jump to: