Bitcoin Forum
May 27, 2024, 07:38:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 [80] 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 »
1581  Economy / Gambling / Re: Introducing PevPot.com The Bitcoin Lottery on: December 07, 2015, 07:32:54 PM
From what I understand here. So we just need to directly send our btc to that address then if we win you just ask our address to sign message to proof that address is us and then you can send our winning right away? Btw I just registered account but it seems I dont see any login thing to check our transaction

Yeah, that's right. Registering an address just means that if you win, I'll be able to lookup the registration and know exactly where to pay you without any further action on your part. (If you use forwarding addresses, this isn't required). And if you don't register an address, it's something you can do after you win (if you prefer)
1582  Economy / Gambling / Re: bustabit.com -- The Social Gambling Game (formerly moneypot.com) on: December 07, 2015, 05:44:54 AM
Thanks Dooglus for writing that up, you do a great job at explaining things.

2) Also how are the odds of X multiplier to appear are calculated ?

The odds are derived from the function that converts a hash to a bust point. So if you're a programmer, by far the easiest way is to write a loop that generates a million random hashes and computes the bust of them. Count how many are >= X, and divide by a million. Assuming X is not too big, you'll have a very good estimate without needing to trust any maths.

In untested psuedo-code:

Code:
var count = 0;
for (var i = 0; i < 1e6, ++i) {
   var hash = sha265(i);
   if (crashPointFromHash(hash) >= 2)
      ++count;
}
console.log('The game gets to 2x ', count/1e4, '% of the time);

Which should output something like "The game gets to 2x 49.256% of the time"  (and if you add the bonuses, you'll see the house edge is a little under 0.5% in this case)
 

Quote
there is a method used by jackpot sites in the cs:go community where they used a secret string + a random generated number into a hash. they publish the hash and the secret before the game ends, once the game concludes you can take the winning number and the secret string and hash to check if it matches the hash that was published.
I can understand that this method is weak because you need to trust the site owners to generate true random numbers and strings.

Lots of times people suggest to me using things like this, where everyone has a client seed (or something like that) and they're all mixed together, and a result is formed.  But in general, that would allow me to easily cheat if I controlled one of the accounts (and no one would have any way of knowing if i did).

The bustabit provably fair system is actually quite elegant, and I haven't seen anything that I'd consider better or an improvement on it =)
1583  Economy / Gambling / Re: Introducing PevPot.com The Bitcoin Lottery on: December 07, 2015, 03:32:35 AM
Ok thanks for the quick response! One more question though... If I want to register my account on there since I plan on trying my luck each couple of weeks, do we need to sign a message from our wallet? I was kind of confused what to do when it says to sign the message.

Thanks again, and good luck to everyone.

If you register an address, it'll be permanently registered.  If you use a forwarding address (the easy solution) you can keep reusing it.

You only have to strictly register an address if you won. So you can for instance keep sending money to the lottery address, and only if you win, sign a message proving you were the sender (and where to send the winnings)
1584  Economy / Gambling / Re: Introducing PevPot.com The Bitcoin Lottery on: December 07, 2015, 03:30:55 AM
Payment for draw #4 will be a bit late, as the winner (boursy, from bustabit) entered an incorrect win address.  Sad

I'm working with him now to sign a message to prove without a doubt that he really did send the transaction, and once I have that published on pevpot i'll pay to the new win address.
1585  Economy / Gambling / Re: Introducing PevPot.com The Bitcoin Lottery on: December 07, 2015, 12:41:47 AM
So I'm sorry if this has already been stated before, but how do you know what ticket numbers you have when you deposit money in? After you send in bitcoins, does it register the Bitcoin address that sent it and give you a list of numbers that are your "tickets"?

The ticket numbers are only really decided after the round ends. We get all the transactions that sent funds to the lottery address during that round, then sort them by txid. For each non-dust satoshi you send to the lottery address, you get 1 ticket.

more details


The actual ticket numbers you actually get are pretty useless, it's just a way by analogy to explain your chance of winning.
1586  Economy / Gambling / Re: I know how provably fair works but... on: December 06, 2015, 10:00:30 PM
how is server seed created, which script/algorith does it use to create a random string of letters? Does it differ from site to site?

As a user, you don't really care. That's because the only real point of the server seed is for the gambling server to protect itself against players who wish to cheat. So even if the server seed was always 0, the game would still be provably fair for you (but the casino would get robbed blind).


And yes, it does vary site to site. Some people even think using things based on the current time is a good idea. But the server seed is to protect the casino from gamblers, so it should be as unpredictable as possible. Using data from /dev/urandom is probably going to be your best bet most of the time, or you can look up some cryptographically random number generators which will also work fine.
1587  Economy / Gambling / Re: BitDice Player Just Won 500BTC on: December 06, 2015, 06:13:57 PM
It could be real, but it's not the typical faucet user. It's about 200.000$, I think this is a casino owner.  Smiley

I'm pretty sure it's the same guy who won 50 or 60 (I forgot?) bitcoin on my site (MP) before losing it back, so I'm pretty sure it's just a lucky whale and nothing sinister  Grin
1588  Economy / Gambling / Re: BitDice Player Just Won 500BTC on: December 06, 2015, 06:02:10 PM
Wow that's a lot but there's not an inch of proof of withdrawal but if it is real Congrats to the winner: D

There's really not any good way to prove the withdrawal is "real", although it most certainly is. Flowing out of their cold wallet is: https://www.blocktrail.com/BTC/tx/c003d81763450a202b5576ad38090c212539da64815157a726e200c337fcffb9

which is probably the withdrawal (the win + initial money) I'm guessing.
1589  Economy / Gambling / Re: Speeddice.com - 1% house edge - fast bet - NEW on: December 06, 2015, 05:14:41 PM
- Affiliation program: we offer 20% gains on each deposit made by your affiliates.

Deposit? So if my affiliate deposits 0.1 btc, I will get 0.02 btc for free, and my affiliate can withdraw his 0.1 btc afterwards? This seems flawed. Or instead, I will get 20% of what my affiliate lost?
Also, since everything on the page is in English, the two "Statistiques" should be changed to "Statistics".

No if your affiliate does not play minimum 20% of her deposit the transaction is canceled but if he play 20% or more you receive your commission under 24 hours

After you realize you're effectively offering up to 100x of your EV to affiliates, will you honor the previous affiliate earnings or cancel them?
1590  Economy / Gambling / Re: Introducing PevPot.com The Bitcoin Lottery on: December 06, 2015, 04:16:46 PM
The tentative winner of draw #4 is: https://www.pevpot.com/registrations/c63fbed0-13bd-474a-9e4f-06816ca2204f

(Stretched hash: 16a0a5eafcfec90edbf2fb948d885d2c8c45d2b190cef29e6cb48815805ed11f  and winning tx: c0fd4716cf91a7c671f075d6f1ddbad2e440d0380fed8f7c1cb5e67c4220e446)


Which means they put in 0.52 BTC and will get: 10.96536302 BTC + 9.309% of the early bird bonus pool


Pretty crazy that every time so far, the largest player has not won the draw! I think I'm accumulating a lot of jaded whales =)
1591  Economy / Gambling / Re: Introducing PevPot.com The Bitcoin Lottery on: December 06, 2015, 03:52:25 AM
With our 4th draw coming near to a close, now is your chance to get in! There's not much early-bird bonuses left, but still can't beat the <= 0 house edge we offer!

Also, I'd like to encourage sponsors to create an ad: https://www.pevpot.com/sponsors

For next to nothing you can create an ad and get on the homepage. For next week I'll add analytics, so it's possible to get an idea how much exposure you're getting. But with a few bitcents, you can't go wrong =)
1592  Economy / Gambling / Re: bustabit.com -- The Social Gambling Game (formerly moneypot.com) on: December 05, 2015, 06:23:43 AM
Hi Ryan, I have been trying to figure out the engine behind that makes this game provably fair.

Basically the provably fair needs to show two main things:

a) That I've predetermined the outcomes  (so I can't change them in response to players bets)
b) That they come from a fair distribution (so you get the house edge you expect) without being predictable (so players can't cheat)

probably the simplest provably fair scheme would be for me to pick a random phrase, and commit to it (by publishing a hash). Add in some information I don't control (e.g. a block hash) and then use it to seed a pseudo-random-number-generator (preferably a cryptographic one, like Just-Dice uses to prevent leaking internal state that would allow players to cheat me). I could play through a day/week/year worth of game outcomes, then publish the seed I used.  That would satisfy both a) and b)  but kind of sucks, because you have to wait till the end of  day/week/year to do any verification. Also it has a problem with switchovers.



So what we use instead is a really cool chain of sha256 hashes (in our case 10M of them), which has some really nice desirable properties:
a) It's basically random  (so it's good enough to use as a source for the game bust data itself)
b) It can't be reversed (so players can't cheat me)
c) Arbitrary preimages can't be generated (so I can't cheat players)

So basically I have:
1=  Seed
2= Hash of 1
3= Hash of 2
4= Hash of 3
5= Hash of 4
...
10M=  Hash of 9,999,999


So if you know what N is, you can compute all the way down to the last hash. But you can never compute to 1. If you know what N is, you can check that it really was predetermined if  N+1 was really the hash of N. Since players can compute "downwards" it means I need to play the games in reverse. This then allows you to generate all the previous hashes (verify all previous games) without seeing future games (prevent players cheating)


So with the hash chain established, the only important thing to do is create a function which maps a hash onto the correct distribution (and that's the function that Dooglus/Blockage explain a few posts above me.
1593  Economy / Gambling / Re: Greetings from the new 🌟🌟MoneyPot🌟🌟 staff on: December 04, 2015, 09:32:11 PM
Exciting development  Shocked

Sorry I haven't been around much, just got back from vacation and catching up on things. My understanding is that the new owners will take possession within the next couple of weeks, so after that happens the existing accounts/balances/information will be made available at mp.bustabit.com (but without registration or gambling) for people to access old information, and withdraw any funds. (And of course, you're free to withdraw funds now if you choose)

If you want to get notified after the hand over takes place, please make sure to set an email in your moneypot profile.



Anyone knows how to restore a MoneyPot account if you haven't set up the recovery email address while registering?

Please file a support ticket, and include as much information as possible. If the account doesn't have a balance, it'll probably be a lot easier to just create a new account (there's no policy against multiple accounts)
1594  Economy / Gambling / Re: MoneyPot.com :: The bitcoin gambling wallet on: December 01, 2015, 09:59:26 PM
shall we withdraw and empty the account till we know who bought it? just to b eon the sure side

If you want, there's absolutely no issue with it (it's your money). But I'm not exposing anyones money to the risk of the new owner (it'll never be transferred to them), so it's not required.
1595  Economy / Gambling / Re: MoneyPot.com :: The bitcoin gambling wallet on: December 01, 2015, 09:38:09 PM
Just an update, MoneyPot.com has sold!

However, for the time being it is still under my control under I do the handover (probably ~1 week) in the smoothest way possible.

As a reminder, the hand-over will NOT include balances or personal data (ip addresses, deposit address, withdrawals etc).

After the hand-over is complete, the new site will contain a banner on the top explaining the change.  All old balances will be available at the URL:   mp.bustabit.com  (something that will stay under my control). I will keep that site up for the next 6 months or so.


The new owners will introduce themselves shortly =)

Thanks everyone!
1596  Economy / Auctions / Re: Auction of MoneyPot.com the bitcoin gambling wallet on: December 01, 2015, 09:33:14 PM
Thanks everyone for participating. I have selected a winner, and the auction is official over. Thanks everyone!
1597  Economy / Gambling / Re: Introducing PevPot.com The Bitcoin Lottery on: December 01, 2015, 12:17:41 AM
Winner has been paid 6.87664041 BTC!

Thanks again for everyone who played, and sponsored the draw! Looks like draw #4 is going to be a bit bigger =) Get your tickets early!
1598  Economy / Auctions / Re: Auction of MoneyPot.com the bitcoin gambling wallet on: November 30, 2015, 08:03:22 PM
31. of november is obviously a mistake. Does the auction terminate tonight or tomorrow night?

Shit. I meant "the end of November" but apparently can't count.

Just to err on the side of caution, I'll make it "end of December the 1st"
1599  Economy / Gambling / Re: Introducing PevPot.com The Bitcoin Lottery on: November 30, 2015, 06:33:17 PM
^ Yeah, that looks right. Which would make the sender of:

https://www.blocktrail.com/BTC/tx/81fe11fd0f44b4ef181a17f2308e46e3a2310d73d25da98cb41d14dff1f1de93?txoutIdx=0

the winner.

I just need to get an external source of data for the transactions before I hand over the money (stupid insight.bitpay api is timing out right now)


Edit: Got Independent confirmation that this is the winning transaction =) Payment will be made shortly
1600  Economy / Gambling / Re: Introducing PevPot.com The Bitcoin Lottery on: November 30, 2015, 05:33:14 PM
Sorry about the delay, the stretched block hash is: 26d33835054efa572c76332ea937331d74d92eee64d58f1bc839409c29951954   I'll have the winner results shortly =)
Pages: « 1 ... 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 [80] 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!