Bitcoin Forum
April 25, 2024, 09:18:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 [247] 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 ... 307 »
  Print  
Author Topic: SealsWithClubs.eu | Largest Bitcoin Poker Site | No Banking | Fast Cashouts  (Read 1403935 times)
Wardrick
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
October 23, 2014, 12:15:13 AM
 #4921

Can anyone give me info on the RNG used at Seals With Clubs? Has it been verified/audited by a 3rd party? If not, why so? Any information is appreciated. Micon I know you read through this thread... care to step in? Smiley

Beefheart

Being able to verify that everything is probably fair would be the only way I'd consistently play at an online poker site for Bitcoin. Idk if it's somethkng with the software they use but it should be fairly easy considering every other successful Btc gambling site can prove their games are provably fair.
1714036702
Hero Member
*
Offline Offline

Posts: 1714036702

View Profile Personal Message (Offline)

Ignore
1714036702
Reply with quote  #2

1714036702
Report to moderator
1714036702
Hero Member
*
Offline Offline

Posts: 1714036702

View Profile Personal Message (Offline)

Ignore
1714036702
Reply with quote  #2

1714036702
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
October 23, 2014, 12:15:34 AM
 #4922

Hey there, it's almost time for the donk-down and I actually have time to play and I actually remembered about it before the start.  Watch out sealsdudes tspacepilot is gonna donk you out.
nioc
Legendary
*
Offline Offline

Activity: 1624
Merit: 1008


View Profile
October 23, 2014, 01:10:56 AM
 #4923

Can anyone give me info on the RNG used at Seals With Clubs? Has it been verified/audited by a 3rd party? If not, why so? Any information is appreciated. Micon I know you read through this thread... care to step in? Smiley

Beefheart

Being able to verify that everything is probably fair would be the only way I'd consistently play at an online poker site for Bitcoin. Idk if it's somethkng with the software they use but it should be fairly easy considering every other successful Btc gambling site can prove their games are provably fair.

This has been brought up several times and although I can't give you details, the bottom line is that you can't use the same provably fair techniques for poker that are used for games against the house. 

As for the RNG, it comes with the Mavens software which is the basis for Seals and has been tested.  It's easy to find the info.
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
October 23, 2014, 01:16:47 AM
 #4924

Can anyone give me info on the RNG used at Seals With Clubs? Has it been verified/audited by a 3rd party? If not, why so? Any information is appreciated. Micon I know you read through this thread... care to step in? Smiley

Beefheart

Being able to verify that everything is probably fair would be the only way I'd consistently play at an online poker site for Bitcoin. Idk if it's somethkng with the software they use but it should be fairly easy considering every other successful Btc gambling site can prove their games are provably fair.

This has been brought up several times and although I can't give you details, the bottom line is that you can't use the same provably fair techniques for poker that are used for games against the house. 

As for the RNG, it comes with the Mavens software which is the basis for Seals and has been tested.  It's easy to find the info.

The details would make it actually interesting, though.  At the intuitive level, it's not really clear to me why the technique wouldn't work. You pregenerate key pairs and show a public one before each hand (and show the private one after the hand, then the user could verify that the pub/priv keys do combine to generate the hash which is the basis of the hand).  That's not much detail either, but it's enough for someone to pick up on this and show how I'm wrong.

Oh, btw, sadness.  There is no donkdown that I can find.  Sadnesss.
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
October 23, 2014, 02:16:20 AM
 #4925

I found a semi-provably fair method for poker. But it's not easy to implement, and would require a huge renovation of the code.

You see, poker players like to fold or muck their cards. Also you are not meant to see the rest of the deck. But you have to some how prove that the cards you don't see, are actually the cards in the fairly shuffled deck.

You can, of course, easily verify the hole cards that you are holding, and the cards on the table (the flop, river and turn, if shown.)

tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
October 23, 2014, 02:33:25 AM
 #4926

I found a semi-provably fair method for poker. But it's not easy to implement, and would require a huge renovation of the code.

You see, poker players like to fold or muck their cards. Also you are not meant to see the rest of the deck. But you have to some how prove that the cards you don't see, are actually the cards in the fairly shuffled deck.

You can, of course, easily verify the hole cards that you are holding, and the cards on the table (the flop, river and turn, if shown.)

Dabs, really good point about folding/mucking.  I wouldn't want a method for proving fairness to reveal my cards after everyone had folded to me.  Or to reveal the cards I had folded.  How does your method avoid this issue?
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
October 23, 2014, 02:48:38 AM
 #4927

I found a semi-provably fair method for poker. But it's not easy to implement, and would require a huge renovation of the code.

You see, poker players like to fold or muck their cards. Also you are not meant to see the rest of the deck. But you have to some how prove that the cards you don't see, are actually the cards in the fairly shuffled deck.

You can, of course, easily verify the hole cards that you are holding, and the cards on the table (the flop, river and turn, if shown.)

Dabs, really good point about folding/mucking.  I wouldn't want a method for proving fairness to reveal my cards after everyone had folded to me.  Or to reveal the cards I had folded.  How does your method avoid this issue?

It doesn't tell other players their cards, only yours. Each card has a corresponding hash, and the deck has a hash of it's shuffle. If any poker site does this, they would have to completely rework and revamp their clients and the servers. Or you start from scratch.

I wanted to do this, but it is an ambitious project, and I would need capital investors, or the like. I posted about it a year ago, no one in this forum is interested and has the money. So it will have to wait.

Micon
Legendary
*
Offline Offline

Activity: 1232
Merit: 1014


FPV Drone Pilot


View Profile WWW
October 23, 2014, 05:53:22 AM
 #4928

Love this discussion.

During some late nights, ST6 & I have dreamed about 2.0 bitcoin poker platforms.  IMO blockchain-like HH database, private keys for your hole cards (show just 1 if you want) and the cloud-consensus bitcoin-like method to deal a fair deck to 2 mutually distrusting players.

it's the far future, but we'll eventually build it if given enough time.

I'm flying FPV race drones these days. Check out my YouTube channel: https://www.youtube.com/c/MiconFPV
cryptomanik
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 23, 2014, 06:02:31 AM
 #4929

What is the minimum deposit and cashout here?
IamNotSure
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
October 23, 2014, 07:31:50 AM
 #4930

it's the far future, but we'll eventually build it if given enough time.

Yeah, that's quite a dream !

Maybe you should look into SuperNet platfrom and NeoDice in developpement. They have similar ideas but on a dice level game. Though, I guess poker is just coding over random numbers !
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
October 23, 2014, 07:36:27 AM
 #4931

Love this discussion.

During some late nights, ST6 & I have dreamed about 2.0 bitcoin poker platforms.  IMO blockchain-like HH database, private keys for your hole cards (show just 1 if you want) and the cloud-consensus bitcoin-like method to deal a fair deck to 2 mutually distrusting players.

it's the far future, but we'll eventually build it if given enough time.

@Micon, that's my dream. Don't forget to include me in your ST6 or whatever. I did go through the equivalent of BUDS where I am. (The Philippine Naval Special Operations Group is considered the counter part of the United States Navy Seals; they have exchanged trident pins more than once.)

Pawner
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 23, 2014, 07:41:33 AM
 #4932

What is the minimum deposit and cashout here?
You can contact them or visit their website and see what is it.
Good Luck!
notserp
Legendary
*
Offline Offline

Activity: 2240
Merit: 1001


View Profile
October 23, 2014, 08:51:08 AM
 #4933

What is the minimum deposit and cashout here?

 min .01 in and  .02 out
Beefheart
Full Member
***
Offline Offline

Activity: 217
Merit: 100


View Profile
October 23, 2014, 12:54:30 PM
 #4934

What is the minimum deposit and cashout here?

 min .01 in and  .02 out

I thought the min deposit was 0.001? (1 chip)
dave23
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
October 23, 2014, 03:45:06 PM
 #4935

What is the minimum deposit and cashout here?

 min .01 in and  .02 out

I thought the min deposit was 0.001? (1 chip)


you can actually deposit any amount, but you don't get chips until the balance exceeds 0.001. 
wayshegoes
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250

I lost the liqour money boys...


View Profile
October 23, 2014, 05:16:52 PM
 #4936

Is there any deposit fee? I'm convinced that once I sent over 6 chips but only received 5, or something similar. Mining fees doesn't account for it.
dave23
Full Member
***
Offline Offline

Activity: 132
Merit: 100


View Profile
October 23, 2014, 05:49:20 PM
 #4937

Is there any deposit fee? I'm convinced that once I sent over 6 chips but only received 5, or something similar. Mining fees doesn't account for it.

you should be able to see the tx on the blockchain to figure out what happened.

https://blockchain.info/address/<your deposit address>
wayshegoes
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250

I lost the liqour money boys...


View Profile
October 23, 2014, 06:07:48 PM
 #4938

I can try dig it up, but the blockchain shows the amount I entered (can't remember exactly). I was missing exactly .9 of 1 chip (I forgot to account for miners fees resulting in me receiving uneven chip amounts). It was a few weeks back and only a chip so I'm not really bothered but it definitely happened.
Wardrick
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000


View Profile
October 23, 2014, 06:14:31 PM
 #4939

I can try dig it up, but the blockchain shows the amount I entered (can't remember exactly). I was missing exactly .9 of 1 chip (I forgot to account for miners fees resulting in me receiving uneven chip amounts). It was a few weeks back and only a chip so I'm not really bothered but it definitely happened.

Did you factor in the transaction fee of the BTC being sent from the wallet?
wayshegoes
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250

I lost the liqour money boys...


View Profile
October 23, 2014, 06:17:35 PM
Last edit: October 23, 2014, 06:28:44 PM by wayshegoes
 #4940

I'll dig for the actual transaction now. It's probably too late because I've since lost those chips, but it went something like I sent 0.007 to seals, and ended up with 5.9 chips. The miners fees were the .1, but one chip is missing.

Again, I'm not complaining and not that worried over 1 measly chip, but I'm positive it happened. Maybe an admin could confirm if I find my blockchain link? There should be a record of how many chips were credited. I didn't want to kick up a fuss over so little.

edit: these are my only deposits, and now I can't check what's right and what's wrong.

https://blockchain.info/address/1HNzQBFiV6FmhzQw3H7xuqNvrFX1gqrcJN
Pages: « 1 ... 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 [247] 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 ... 307 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!