Search content
Sort by

Showing 20 of 36 results by kf_
Post
Topic
Board Gambling
Re: Primedice | Most Popular Bitcoin Game |1% Edge | PVP | Jackpot | Faucet
by
kf_
on 26/09/2014, 00:17:44 UTC
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
Post
Topic
Board Gambling
Re: Primedice | Most Popular Bitcoin Game |1% Edge | PVP | Jackpot | Faucet
by
kf_
on 25/09/2014, 20:26:47 UTC
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
Post
Topic
Board Gambling
Re: Primedice | Most Popular Bitcoin Game |1% Edge | PVP | Jackpot | Faucet
by
kf_
on 25/09/2014, 20:16:01 UTC
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
Post
Topic
Board Games and rounds
Re: [Primedice.com] 1 Billion Bets Giveaway - 5+ BTC!
by
kf_
on 15/09/2014, 02:07:35 UTC
mdma

Grin
Post
Topic
Board Gambling
Re: BOT for PrimeDice for free!
by
kf_
on 21/06/2014, 23:00:14 UTC
I've seen scripts like this
Be aware of bots that steal account details .... And eventually withdraw your winnings.
I never use bots anyway, manual is the way to play

You're right- there has been a lot of those going around.  It's very easy to conceal (even in 20 lines of code) so take extreme caution if you don't trust OP.
Post
Topic
Board Gambling
Re: Primedice.com | 600M+ Bets | 350k+ BTC Wagered | Free BTC | 1% Edge | Instant
by
kf_
on 19/06/2014, 23:38:34 UTC
Hi all..

I've been incredibly lucky the last few days, first covering 1.56 or so that was in negative, all the way to 6.09 profit.. with small deposits, 0.1, 0.03, etc..
I tried to rain some people on chat in a way to say thanks for the support but it seems that PD doesn't like multiple transactions at once.

https://blockchain.info/tx/38445315de589148faa933c18a26519b98a5e4ab92c5d11a5a01ef2602447c54

If there's a way to fix these people their new balance, I'd appreciate.

Thanks.

Its probably something to do with security . It would look like one person depositing to multiple accounts in one transaction. So rly weird .

Maybe try to email support see what they will say about it. And if there is a way to credit accounts from that .
That money id on deposit addresses just did not link to accounts , my best guess its coz of security same reason why u cant send from one pd account to the other.

I'm not emailing support. It's not my btc anymore, I'm just making people aware of this fact. Hope they get their rains.

How are they going to know to credit the players accounts then?  You could have had wrote that in an email and had it resolved by now  Cheesy
Post
Topic
Board Digital goods
Re: WTS primedice.com betting bot unlike any other
by
kf_
on 07/06/2014, 07:20:25 UTC
I would be careful running any code from brand-new members.  There has been a lot of malicious Javascript code spread around popular dice sites such as Just-Dice and Primedice that has been used to steal balances and hijack accounts.
Post
Topic
Board Games and rounds
Re: [Trial] Lotto Fair-Play and Random
by
kf_
on 07/06/2014, 03:49:01 UTC
What software is this?  When you say it is broadcasted when the lotto is complete- does that mean during the drawing, or afterwards?
Post
Topic
Board Gambling
Re: Primedice.com | 600M+ Bets | 350k+ BTC Wagered | Free BTC | 1% Edge | Instant
by
kf_
on 31/05/2014, 23:33:36 UTC
Hey Stunna,

I sent an email about resetting the password to my main account but I never got any reply.. could you please verify and get my password reset? user id is: 323243

It has been a while since I last logged in and thus the reason I forgot my password.

Thanks,

freakynerd / Brazilian

No need to post that more than once. He is on trip he will take look at it soon. I will make sure of that dont worry . Just be patient.

On trip? What did I miss? Grin

Um i meant business trip i guess Cheesy . Not that kinda of trip LOL Cheesy

hehe  Grin
Post
Topic
Board Gambling
Re: Primedice.com | 600M+ Bets | 350k+ BTC Wagered | Free BTC | 1% Edge | Instant
by
kf_
on 21/05/2014, 22:16:19 UTC
stunna, when does PD 3 come out?


ive got great marketing ideas and roaring to start


Already letting a few individuals test it at the moment. We're not far off! Will allow some forum members to test within next few days.

Cool, right on!
Post
Topic
Board Gambling
Re: Primedice.com | 600M+ Bets | 350k+ BTC Wagered | Free BTC | 1% Edge | Instant
by
kf_
on 16/05/2014, 01:18:38 UTC
I was reviewing the code from the PD account exploit but I don't see how it could send your information to others. What am I missing?
BTW, can i scan codes for malicious or viruses with kaspersky?
i dont use codes or bots but just a general question

i think mdmd is advertising his bot @ chat, is this bot which stunna mentioned in his post?

I have never advertised it what-so-ever.  If someone asks me for it I will let them buy a copy, but I make sure to never advertise it.

edit: the piece of code Stunna mentioned was a 'seed randomizer script' posted in the chat by a brand-new account.
Post
Topic
Board Gambling
Re: Primedice.com | 600M+ Bets | 350k+ BTC Wagered | Free BTC | 1% Edge | Instant
by
kf_
on 14/05/2014, 04:57:00 UTC
Stunna, I just want to let you know that mdma is an abusive chat mod. He decided to PERMANENTLY timeout my account , Lord0fHam, because he thought i was advertising some sort of exploit, which I was not. Please unmod him and unmute me.

I simply used the mute command for Pokerjet since he is waiting for his moderator powers to be re-enabled.  Why are you lying?

If you are having problems with a moderator you can send an email directly to stunna@primedice.com

I've sent him an email. Also, why are you so sure that I'm lying? I will post the whole script if you want to search for any "exploits".

You lied about me deciding to mute your account indefinitely (don't even recall Pokerjet saying it was permanent) for advertising an exploit.  I was not involved in this besides to use the mute command for Pokerjet, and to ask you once to drop the subject.  Roll Eyes

Actually, Pokerjet did say it was permanent which was why i got so mad. And for the last time, its not an exploit. http://pastebin.com/bJ5iniaB there it is. take a look and tell me if you find anything malicious.

I was repeating your words, I didn't call it an exploit.

EDIT: making a bunch of accounts to evade and call us names doesn't help your case either, by the way.
Post
Topic
Board Gambling
Re: Primedice.com | 600M+ Bets | 350k+ BTC Wagered | Free BTC | 1% Edge | Instant
by
kf_
on 14/05/2014, 02:53:25 UTC
Stunna, I just want to let you know that mdma is an abusive chat mod. He decided to PERMANENTLY timeout my account , Lord0fHam, because he thought i was advertising some sort of exploit, which I was not. Please unmod him and unmute me.

I simply used the mute command for Pokerjet since he is waiting for his moderator powers to be re-enabled.  Why are you lying?

If you are having problems with a moderator you can send an email directly to stunna@primedice.com

I've sent him an email. Also, why are you so sure that I'm lying? I will post the whole script if you want to search for any "exploits".

You lied about me deciding to mute your account indefinitely (don't even recall Pokerjet saying it was permanent) for advertising an exploit.  I was not involved in this besides to use the mute command for Pokerjet, and to ask you once to drop the subject.  Roll Eyes
Post
Topic
Board Gambling
Re: Primedice.com | 600M+ Bets | 350k+ BTC Wagered | Free BTC | 1% Edge | Instant
by
kf_
on 14/05/2014, 01:57:12 UTC
Stunna, I just want to let you know that mdma is an abusive chat mod. He decided to PERMANENTLY timeout my account , Lord0fHam, because he thought i was advertising some sort of exploit, which I was not. Please unmod him and unmute me.

I simply used the mute command for Pokerjet since he is waiting for his moderator powers to be re-enabled.  Why are you lying?

If you are having problems with a moderator you can send an email directly to stunna@primedice.com
Post
Topic
Board Gambling
Re: Primedice.com | 600M+ Bets | 350k+ BTC Wagered | Free BTC | 1% Edge | Instant
by
kf_
on 13/05/2014, 07:27:09 UTC
Quote
An open thank you letter to Stunna and Primedice.

My name is Montalslog.

FIRSTLY, to anyone who disbelieves this story, it was witnessed live by many regulars, and you are free to check the stats of account 1326474.

i felt like iam watching a hollywood film when reading your story, i dont know whats your work but 700$ is not that much to worry about to that degree you mention, except if you are living in a third world country.
anyway you made my day with your story, good luck Wink

It says right on there he's a stay-at-home dad.  Huh


So happy for you montalslog!  Grin
Post
Topic
Board Gambling
Re: Primedice.com | 600M+ Bets | 350k+ BTC Wagered | Free BTC | 1% Edge | Instant
by
kf_
on 11/05/2014, 22:45:50 UTC
Some big whales today. We will be having another happy hour tomorrow, sorry for the delay for those who expected it tonight.
Oh Stunna.... You make me mad :[ I can't do HH today I was hoping you would've done it as expected Sad Ah well

Should be happy there's even a faucet... Roll Eyes
Post
Topic
Board Games and rounds
Re: [Free 0.002/0.005 BTC] PrimeDice 600,000,000 bets giveaway!
by
kf_
on 25/04/2014, 05:32:52 UTC
4114  Smiley
Post
Topic
Board Scam Accusations
Re: Blockchain.info Phishing Email
by
kf_
on 08/04/2014, 04:03:47 UTC
You should remove the link so people dont click on it by accident. Thanks for posting.

I figured I'd leave it in there in case someone wanted to investigate further.  I'll leave the url but remove the hyperlink
Post
Topic
Board Scam Accusations
Topic OP
Blockchain.info Phishing Email
by
kf_
on 07/04/2014, 21:23:22 UTC
Got this in an email a couple of days ago:

Quote
Dear Bitcoin Member,
We apologize for the inconvenience caused of some intermittent service issues our system down today. Everything is fine now but we need you to confirm your information in our system. Just click link below.

In case you not fill all the fields, and an internal system conflict occurs between your account and system database, your wallet will be frozen.
Confirm link click here
We apologize for any inconvenience.
Thanks for your patience!

They were able to spoof the email address to show it was coming from no-reply@blockchain.info
Post
Topic
Board Currency exchange
Re: i want to buy $1500 worth of btc
by
kf_
on 07/04/2014, 07:47:37 UTC
i am looking to buy $1500 worth of btc.
i can pay with international bank transfer or with moneypacks.

i dont want to get scammed so if anyone has tips on how not to get scammed that will be very nice.

how would i use an escrow on a trade like this and how do i know who is trusted and if someone is trusted can i send first without using an escrow? is that safe?
or do i have to use an escrow either way? and where would i find an escrow?


also if i want to buy from an exchange how would i do that?
how long would it take to send $1500 to an exchange

Most exchanges accept international wire transfer from my experience, so it would probably take the same amount of time (or less, since you don't have to find a specific buyer) as exchanging btc for a wire transfer on the forums.