Bitcoin Forum
May 12, 2024, 04:44:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 [541] 542 543 544 545 546 547 548 549 550 551 552 553 »
10801  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 10:41:16 PM
Oh, I thought you got that when you tried to access the direct IP. Didn't notice the entire site was gone.
I see, well it was really down ;p But it's back and I can play.  Grin
10802  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 10:33:10 PM
The site works again, but I cannot roll and roll history and stats doesn't load. I can roll and it does load, but very very slowly.
10803  Other / Beginners & Help / Re: FREE competition PRIZE 0.77777 BTC or 33 LTC on: August 11, 2013, 10:30:00 PM
Just use an incognito tab.
That doesn't change your IP.

No, but it forces you to take a few seconds between each login/logout.
True, true.
10804  Other / Beginners & Help / Re: FREE competition PRIZE 0.77777 BTC or 33 LTC on: August 11, 2013, 10:26:43 PM
Just use an incognito tab.
That doesn't change your IP.
10805  Other / Beginners & Help / Re: FREE competition PRIZE 0.77777 BTC or 33 LTC on: August 11, 2013, 10:06:54 PM
Code:
https://just-dice.com/
Your IP address has been blocked for an hour for suspicious activity.  Sorry for the inconvenience.
Same.
10806  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 09:41:32 PM
Could you please fix this or explain what you are doing?

This is 100% normal for a shared webhost.
Apache (or whatever webserver you use) responds to many (maybe only 2) domains and has no idea which data to server unless it finds a Host-header in the HTTP request.

You shouldn't worry about that.
Well, I would like to play Tongue
10807  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 09:32:57 PM
Could you please fix this or explain what you are doing?
10808  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 08:59:16 PM
10809  Economy / Lending / Re: 0.20 BTC loan Repay in 1 week on: August 11, 2013, 07:48:55 PM
Sorry for the noob question. I'n just curious, since I'm not looking for a loan. But what type of collateral does a typical lender look for? I can't figure out any type of "online collateral".

Thanks in advance for humoring a basic question.
We want something which is equal in worth of what we loan. A good sellable Runescape account, stock shares, things like that.
10810  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 07:13:26 PM
The server just doesn't send the roll result before the dice appeared again. I will make the animation a little bit longer.
Already thought so. Well I like your dice game.
10811  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 07:02:29 PM
My dice changed from 4 back to 3... Dunno if that is on purpose or just slow connection, but I wanted to say that.

It happend again from 3 to 6. So I guess it's a slow connection.
10812  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 06:48:26 PM
0,8(3)% is not big different from 0,8%. However it is not the problem for me to change it to match exacly 0,8%, if someone will want. Who want?  Smiley
Quote
But you can't prove that you don't change the secret behind the scenes, or change the client seed
It is hard to find another server seed that will output the same SHA256 hash. If I will change client seed, the outcome will not validate using the script.

Edit: vlees, account funded. Good luck.

No but the user has no proof if you do change it, you can provide the sha256(a) to the user, but use the secret b to do the actual calculation and the user has no way of proving it.
Thats what I meant. The alert should show every step.
10813  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 06:19:50 PM
Dice64,
Look at the long text above "Roll" etc buttons. For me this is:
79ede5fd0267edccc5f2faa965ec689625cae8ab209bc764b608e9a2613fbc94
This is SHA256 hash of server seed, which will be used for next roll.
The roll result for me was 5.
Make a roll. Click "i" button to view details about roll you just did:
Server seed: 151d74125854c103abadc770f4eb5e99                        
Client seed: 8617075205573747000

hash("sha256", "151d74125854c103abadc770f4eb5e99") === 79ede5fd0267edccc5f2faa965ec689625cae8ab209bc764b608e9a2613fbc94

So for now everything is OK.

Now we use the validation script:

<?php
$server_seed = "151d74125854c103abadc770f4eb5e99";
$client_seed = "8617075205573747000";

function str2int($str) {
   $int = 0;
   foreach (str_split($str) as $char)
      $int += $char;
   return $int;
}

mt_srand(str2int($server_seed . $client_seed));
$roll = mt_rand(1, 6);
echo "Roll result is " . $roll;


Thats what I mean, nobody knows that you should do it like that. That's why I suggested you to change the alert ;p

Quote
Also your house edge comes out at 0.8333333%, not 0.8%.
Good enough for me.
10814  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 05:28:06 PM
Recieved the funds, thanks.

You should include the steps you did to get the game seed into the "i" alert. The information I get right now is useless if I don't know how you use it.

This doesn't look good btw:
10815  Economy / Gambling / Re: FairDice.biz: new bitcoin dice game; only 0,8% house edge; FREE BITCOINS! on: August 11, 2013, 05:16:52 PM
1MY6zr44KEQFf1ZEHWAhW1ksu6wcixDgPP
Let's try this.
10816  Other / Meta / Re: Bitcointalk++ script on: August 11, 2013, 05:11:16 PM
No, we need to see who tagged you.
Or at least have some kind of system wherein the more points you have, the more your tag affects the tagged person's rating. (e.g., I have +8, and tag someone with 0 with -1. End result: -4.)

how would that be different from the trust system?

I'm against it. every point should have the same face value.
I do agree with that.
10817  Economy / Services / Re: Website Preview: BITADS.NET. Now Pay-Per-Hour! on: August 11, 2013, 09:23:16 AM
"Sell Adspace" shows the views of 7 days. "Buy Adspace" shows the views of 3 days. Could you please change it so they are both the same?

Also, it would be nice if the views and clicks decrease each hour instead of losing the whole day instantly.
10818  Economy / Games and rounds / Re: BTC Robot ~ 1st Bitcoin Robot 7 Licence Giveaway on: August 10, 2013, 08:49:04 PM
Damn, that whole website screams:

SCAM
10819  Economy / Service Announcements / Re: new bitcoin game site - Bitnopoly on: August 10, 2013, 06:49:49 PM
Right now the game works such that you can use your "unlimited" bankroll of fun points or bit points while playing in a game. At first I thought this would make for the most interesting games because people could continue to rebuy bit points when they got low if they wanted to stay in a game and try and win the bank funds. However, especially with fun points with no real value, the game feels a bit nebulous with no clear meaning because you cant see how many FP your opponent has.

Do you guys think it makes sense to change it so that the game works by taking the buy in and putting 50% into bank funds and the other 50% into your own balance to be used for buying properties, etc? Then the players have a limited amount of points to spend within a particular game based on the buy in amount.

thoughts?
I do think that is a great idea. Buy in is always better in my opinion.
10820  Economy / Services / Re: Website Preview: BITADS.NET. Now Pay-Per-Hour! on: August 10, 2013, 03:43:15 PM
Actually, I'm trying to report a badly inserted URL.

EDIT: Which, somehow, seems to be working now.
Oh, I see. Well, you got a click now from me ;p
Pages: « 1 ... 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 [541] 542 543 544 545 546 547 548 549 550 551 552 553 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!