Candystripes
Sr. Member
  
Offline
Activity: 294
Merit: 250
***THIS ACCOUNT IS NO LONGER ACTIVE***
|
 |
August 20, 2014, 02:44:11 AM |
|
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?
|
--------------------------------- No longer under the possession of Candystripes. Account is currently dormant.
|
|
|
|
jjc326
|
 |
August 20, 2014, 02:46:49 AM |
|
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 
|
|
|
|
|
Candystripes
Sr. Member
  
Offline
Activity: 294
Merit: 250
***THIS ACCOUNT IS NO LONGER ACTIVE***
|
 |
August 20, 2014, 02:49:34 AM |
|
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.
|
--------------------------------- No longer under the possession of Candystripes. Account is currently dormant.
|
|
|
Stunna (OP)
Legendary
Offline
Activity: 3192
Merit: 1285
Primedice.com, Stake.com
|
 |
August 20, 2014, 03:20:59 AM |
|
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: 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.
|
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1334
|
 |
August 20, 2014, 03:46:59 AM |
|
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: 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.
|
| Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
dooglus
Legendary
Offline
Activity: 2940
Merit: 1334
|
 |
August 20, 2014, 03:49:41 AM |
|
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.
|
| Just-Dice | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | Play or Invest | ██ ██████████ ██████████████████ ██████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████████████ ██████████████████████ ██████████████ ██████ | 1% House Edge |
|
|
|
Stunna (OP)
Legendary
Offline
Activity: 3192
Merit: 1285
Primedice.com, Stake.com
|
 |
August 20, 2014, 04:12:58 AM |
|
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.
|
|
|
|
MICRO
Legendary
Offline
Activity: 2478
Merit: 1037
Oldschool!
|
 |
August 20, 2014, 09:37:10 AM |
|
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: 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  LOL . U are helping so much.
|
|
|
|
cooldgamer
Legendary
Offline
Activity: 1218
Merit: 1003
We are the champions of the night
|
 |
August 20, 2014, 10:22:59 AM |
|
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  Edit: just saw that it was 0% edge. Probably should make it more clear though
|
|
|
|
Godye Scaro X9
Newbie
Offline
Activity: 39
Merit: 0
|
 |
August 20, 2014, 10:31:45 AM |
|
Site seems to be stuck on the loading page again. 
|
|
|
|
|
MICRO
Legendary
Offline
Activity: 2478
Merit: 1037
Oldschool!
|
 |
August 20, 2014, 12:29:26 PM |
|
Site seems to be stuck on the loading page again.  try only primedice.com in ur address bar.
|
|
|
|
Stunna (OP)
Legendary
Offline
Activity: 3192
Merit: 1285
Primedice.com, Stake.com
|
 |
August 20, 2014, 12:38:03 PM Last edit: August 20, 2014, 12:56:22 PM by Stunna |
|
|
|
|
|
Holdaaja
Legendary
Offline
Activity: 1274
Merit: 1000
|
 |
August 20, 2014, 12:39:11 PM |
|
Why don't I have those achievements  
|
|
|
|
|
Balls
|
 |
August 20, 2014, 12:49:53 PM |
|
Wait, the number of btc that has been given out in one day alone is over 1339 BTC? 
|
|
|
|
|
Stunna (OP)
Legendary
Offline
Activity: 3192
Merit: 1285
Primedice.com, Stake.com
|
 |
August 20, 2014, 12:54:45 PM |
|
Wait, the number of btc that has been given out in one day alone is over 1339 BTC?  BTC won  Not given away.
|
|
|
|
TheNewAnon135246
Legendary
Offline
Activity: 2198
Merit: 1989
฿uy ฿itcoin
|
 |
August 20, 2014, 01:00:46 PM |
|
Wait, the number of btc that has been given out in one day alone is over 1339 BTC?  BTC won  Not given away. Wow that is an insane amount. Would you care to share top 3 winners of that day?
|
|
|
|
|
Holdaaja
Legendary
Offline
Activity: 1274
Merit: 1000
|
 |
August 20, 2014, 01:03:17 PM |
|
Wait, the number of btc that has been given out in one day alone is over 1339 BTC?  BTC won  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 
|
|
|
|
|
Balls
|
 |
August 20, 2014, 01:05:39 PM |
|
Wait, the number of btc that has been given out in one day alone is over 1339 BTC?  BTC won  Not given away. OH, so that's just the amount of bitcoin that has been won but not actually cashed out? How much has been cashed out today or on an average day if you don't mind revealing that info? I bet it's crazy how much these dice sites earn. Congrats on building up the site to where it is. I'm jelly hehe.
|
|
|
|
|
TheNewAnon135246
Legendary
Offline
Activity: 2198
Merit: 1989
฿uy ฿itcoin
|
 |
August 20, 2014, 01:10:27 PM |
|
Wait, the number of btc that has been given out in one day alone is over 1339 BTC?  BTC won  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  Ah I didn't think those winners were linked to the 1339 BTC. Thanks for pointing it out! It's nice to see more whales finding their way to PD3. I don't know why but I think it's pretty exciting to watch their rolls. Some off them take huge risks but it eventually pays off.
|
|
|
|
|
|
jjc326
|
 |
August 20, 2014, 01:49:48 PM |
|
He's saying that's the amount WON. You have to consider the amount LOST too. If it's 1339 WON I'd bet it's like 1360 LOST so that the house gets a profit of 20 BTC. Just an estimate.
What is the deal with referrals, I'm still ahve an issue. Now it says 9 referrals but only lists 7 names.
|
|
|
|
|
|