Pages:
Author

Topic: CRYPTOSDICE - Custom lucky interval - 1% House edge - 40+ Coins - PLAY / INVEST - page 7. (Read 8046 times)

hero member
Activity: 1162
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
Dude.... All your investments are losing money wtf ! How is it that you are running at a loss ? You also need some more activity going on on your site. I was excited to invest but I would be losing money if i did.
full member
Activity: 128
Merit: 100
Really needs an announcement on whether you won or lost: I shouldn't have to look in the dice roll records (which shows everyone's winnings/loses), it's much too annoying to have to keep checking, and having to look for your name... I personally don't care what another person wins: I only care about my rolls. -- if my blind eyes have overlooked this, pardon me.

Also, maybe it's just be me, but the winnings seem a little off... when I was betting 2 coins @ 40% win chance, I was supposed to be getting 3 coins back. Sometimes I would only get 1 coin when I won. If there was an alert, telling you how much you won (or lost), this would be a good fix.

When people gamble, they really don't want to put much thought to it, and the more thought involved, the more difficult it is to keep your users. Especially with a Dice game. If we wanted to play a game of skill, we'd play card games. The faster we can roll and play, the better.

Just my thoughts after playing the site for a while with the free faucet. I am not interested any longer until there's an actual personal notice on the outcome of your rolls though. Other than that, I really liked it, the payout is a little low, but the slider bar is great.

Thanks for your feedbak! We will consider to add your demand on the next update!
full member
Activity: 238
Merit: 100
Really needs an announcement on whether you won or lost: I shouldn't have to look in the dice roll records (which shows everyone's winnings/loses), it's much too annoying to have to keep checking, and having to look for your name... I personally don't care what another person wins: I only care about my rolls. -- if my blind eyes have overlooked this, pardon me.

Also, maybe it's just be me, but the winnings seem a little off... when I was betting 2 coins @ 40% win chance, I was supposed to be getting 3 coins back. Sometimes I would only get 1 coin when I won. If there was an alert, telling you how much you won (or lost), this would be a good fix.

When people gamble, they really don't want to put much thought to it, and the more thought involved, the more difficult it is to keep your users. Especially with a Dice game. If we wanted to play a game of skill, we'd play card games. The faster we can roll and play, the better.

Just my thoughts after playing the site for a while with the free faucet. I am not interested any longer until there's an actual personal notice on the outcome of your rolls though. Other than that, I really liked it, the payout is a little low, but the slider bar is great.
hero member
Activity: 644
Merit: 500
NXT and MAIDSAFECOIN are now active to bet! Also with faucet!
great addition for this both coin as I see that your site keeps growing and doing better keep it up sir and thanks for the free faucets even I don't have real coin to invest I can still enjoy the game using it. good luck
full member
Activity: 128
Merit: 100
full member
Activity: 128
Merit: 100
NXT and MAIDSAFECOIN are now active to bet! Also with faucet!
full member
Activity: 128
Merit: 100
full member
Activity: 128
Merit: 100
I am still waiting for the chat to show up. I also would recommend a better faucet to attract newbies to your site. There is no doubt that is is fair and i recommend it


Faucet increased from 10 satoshis to 100!

We are working to add new features: chat and autobet option.
sr. member
Activity: 280
Merit: 252
Xavier
I am still waiting for the chat to show up. I also would recommend a better faucet to attract newbies to your site. There is no doubt that is is fair and i recommend it
full member
Activity: 128
Merit: 100
I would stay away from this site for now.  In their FAQ they have an explanation of their "provably fair" system, but I can't find anywhere on the site where you can actually verify the rolls for yourself.  Just saying that you are "provably fair" doesn't make you provably fair.

I like the simple design and I like the fact that you can gamble with a number of different crypto-currencies, but I'm not going to try this one out until they are actually provably fair.  I recommend that others do the same.


We are provably fair, to verify a roll just look at this PHP script;

//We basically create HMAC using server seed and client seed with nonce (separated by ":")
$hmac= hash_hmac('sha256', $serverSeed, $clientSeed.':'.$nonce);
    
//Then we take the first 5 characters
$lucky = intval(hexdec(substr($hmac, 0, 5)));

If the lucky value is greater than 9999, we take the next 5 characters and so on.

Hope this explains it better. We will add a verification tool to the site soon!
Lol, you create both, server and client seed?! This is not provably fair!

DO NOT PLAY HERE!

Client seed is set by the user. You can do it by clicking the "RANDOMIZE" button
everytime i click on provably fair it gives my random client seed, instead leaving my client seed as i set it.

When you request a new pair of seeds, it create a random client seed(to don't leave it empty), but you can change that client seed, just set the client seed you want and click the button "SET".
member
Activity: 108
Merit: 10
I would stay away from this site for now.  In their FAQ they have an explanation of their "provably fair" system, but I can't find anywhere on the site where you can actually verify the rolls for yourself.  Just saying that you are "provably fair" doesn't make you provably fair.

I like the simple design and I like the fact that you can gamble with a number of different crypto-currencies, but I'm not going to try this one out until they are actually provably fair.  I recommend that others do the same.


We are provably fair, to verify a roll just look at this PHP script;

//We basically create HMAC using server seed and client seed with nonce (separated by ":")
$hmac= hash_hmac('sha256', $serverSeed, $clientSeed.':'.$nonce);
    
//Then we take the first 5 characters
$lucky = intval(hexdec(substr($hmac, 0, 5)));

If the lucky value is greater than 9999, we take the next 5 characters and so on.

Hope this explains it better. We will add a verification tool to the site soon!
Lol, you create both, server and client seed?! This is not provably fair!

DO NOT PLAY HERE!

Client seed is set by the user. You can do it by clicking the "RANDOMIZE" button
everytime i click on provably fair it gives my random client seed, instead leaving my client seed as i set it.
full member
Activity: 128
Merit: 100
I would stay away from this site for now.  In their FAQ they have an explanation of their "provably fair" system, but I can't find anywhere on the site where you can actually verify the rolls for yourself.  Just saying that you are "provably fair" doesn't make you provably fair.

I like the simple design and I like the fact that you can gamble with a number of different crypto-currencies, but I'm not going to try this one out until they are actually provably fair.  I recommend that others do the same.


We are provably fair, to verify a roll just look at this PHP script;

//We basically create HMAC using server seed and client seed with nonce (separated by ":")
$hmac= hash_hmac('sha256', $serverSeed, $clientSeed.':'.$nonce);
    
//Then we take the first 5 characters
$lucky = intval(hexdec(substr($hmac, 0, 5)));

If the lucky value is greater than 9999, we take the next 5 characters and so on.

Hope this explains it better. We will add a verification tool to the site soon!
Lol, you create both, server and client seed?! This is not provably fair!

DO NOT PLAY HERE!

Client seed is set by the user. You can do it by clicking the "RANDOMIZE" button
member
Activity: 108
Merit: 10
I would stay away from this site for now.  In their FAQ they have an explanation of their "provably fair" system, but I can't find anywhere on the site where you can actually verify the rolls for yourself.  Just saying that you are "provably fair" doesn't make you provably fair.

I like the simple design and I like the fact that you can gamble with a number of different crypto-currencies, but I'm not going to try this one out until they are actually provably fair.  I recommend that others do the same.


We are provably fair, to verify a roll just look at this PHP script;

//We basically create HMAC using server seed and client seed with nonce (separated by ":")
$hmac= hash_hmac('sha256', $serverSeed, $clientSeed.':'.$nonce);
    
//Then we take the first 5 characters
$lucky = intval(hexdec(substr($hmac, 0, 5)));

If the lucky value is greater than 9999, we take the next 5 characters and so on.

Hope this explains it better. We will add a verification tool to the site soon!
Lol, you create both, server and client seed?! This is not provably fair!

DO NOT PLAY HERE!
full member
Activity: 128
Merit: 100
Invest in any of the crypto currency ? This is good ! No other investment in casino is like that ? If so I dont know about it.

I think there is some dice sites that offer 4-5 cryptocurrencies, but none that allows to bet and invest +40 currencies like us!
hero member
Activity: 924
Merit: 501
Invest in any of the crypto currency ? This is good ! No other investment in casino is like that ? If so I dont know about it.
full member
Activity: 128
Merit: 100
We activated the faucets for all currencies that have bankroll!

A mention for Solarcoin, with a bankroll of 10000 SLR, and a maximum win of 1000 SLR = 0.13 BTC

Let's see if other communities decide to invest and promote their currencies!
member
Activity: 63
Merit: 10
I would stay away from this site for now.  In their FAQ they have an explanation of their "provably fair" system, but I can't find anywhere on the site where you can actually verify the rolls for yourself.  Just saying that you are "provably fair" doesn't make you provably fair.

I like the simple design and I like the fact that you can gamble with a number of different crypto-currencies, but I'm not going to try this one out until they are actually provably fair.  I recommend that others do the same.


We are probable fair, to verify a roll just look at this PHP script;

//We basically create HMAC using server seed and client seed with nonce (separated by ":")
$hmac= hash_hmac('sha256', $serverSeed, $clientSeed.':'.$nonce);
     
//Then we take the first 5 characters
$lucky = intval(hexdec(substr($hmac, 0, 5)));

If the lucky value is greater than 9999, we take the next 5 characters and so on.

Hope this explains it better. We will add a verification tool to the site soon!

Probably fair and provably fair are different, arent they?


You are supporting the famous Jasonort Betsoft casino  Undecided
legendary
Activity: 3500
Merit: 1354
I would stay away from this site for now.  In their FAQ they have an explanation of their "provably fair" system, but I can't find anywhere on the site where you can actually verify the rolls for yourself.  Just saying that you are "provably fair" doesn't make you provably fair.

I like the simple design and I like the fact that you can gamble with a number of different crypto-currencies, but I'm not going to try this one out until they are actually provably fair.  I recommend that others do the same.


We are probable fair, to verify a roll just look at this PHP script;

//We basically create HMAC using server seed and client seed with nonce (separated by ":")
$hmac= hash_hmac('sha256', $serverSeed, $clientSeed.':'.$nonce);
     
//Then we take the first 5 characters
$lucky = intval(hexdec(substr($hmac, 0, 5)));

If the lucky value is greater than 9999, we take the next 5 characters and so on.

Hope this explains it better. We will add a verification tool to the site soon!

Probably fair and provably fair are different, arent they?
full member
Activity: 128
Merit: 100
The code is the one that we use in our site, you can verify it.

Perhaps the FAQ could be explained better.

You asked about how to verify it, I publish the code for you, and without even time to check it, you just say it is wrong.

Well, I don't know what else We can do to please you!
sr. member
Activity: 244
Merit: 250
I would stay away from this site for now.  In their FAQ they have an explanation of their "provably fair" system, but I can't find anywhere on the site where you can actually verify the rolls for yourself.  Just saying that you are "provably fair" doesn't make you provably fair.

I like the simple design and I like the fact that you can gamble with a number of different crypto-currencies, but I'm not going to try this one out until they are actually provably fair.  I recommend that others do the same.


We are probable fair, to verify a roll just look at this PHP script;

//We basically create HMAC using server seed and client seed with nonce (separated by ":")
$hmac= hash_hmac('sha256', $serverSeed, $clientSeed.':'.$nonce);
     
//Then we take the first 5 characters
$lucky = intval(hexdec(substr($hmac, 0, 5)));

If the lucky value is greater than 9999, we take the next 5 characters and so on.

Hope this explains it better. We will add a verification tool to the site soon!


your sites says "the seeds are processed by a HMAC SHA512 function.".

Your code is obviously not the code that is used in the actual implementation. Im done here.
Pages:
Jump to: