Bitcoin Forum
May 25, 2024, 09:57:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 »
81  Economy / Gambling / Re: bustabit v2 – No commission on investors & dilution fee lowered to 1% on: February 28, 2018, 08:04:21 AM
When I suspended the commission, the worst-case risk dropped to 1.5x Kelly, ensuring that their expected bankroll growth was exclusively positive.
I think the worst-case risk growthed from 1.5x Kelly to 2x Kelly after comissions' suspend, but not dropped?
82  Economy / Gambling / Re: bustabit v2 – No commission on investors & dilution fee lowered to 1% on: February 27, 2018, 07:28:30 PM
A user confirmed the same thing but decided to delete it.  Probably because you're abusing your trust and insulting people to try and discredit them.
Yes, i deleted it. I did not find if max profit was 2% of bankroll ever.
Anyway, if yes, that is common fault - owner and investors.
83  Economy / Gambling / Re: bustabit v2 – No commission on investors & dilution fee lowered to 1% on: February 27, 2018, 08:53:01 AM
Also, too big Kelly criterion does not necessarily lead to casino's loss.
Usually, to attack a such buggy casino, attacker will need much more money than a casino's bankroll. With no any garanties.
I think, it's more risky for attacker, than for a casino.

please explain in numbers what is "too big Kelly Criterion"? there are KC numbers which will ruin the casino as RHavar explained very well
more than 2 house edges.
84  Economy / Gambling / Re: bustabit v2 – No commission on investors & dilution fee lowered to 1% on: February 27, 2018, 07:55:05 AM
Also, too big Kelly criterion does not necessarily lead to casino's loss.
Usually, to attack a such buggy casino, attacker will need much more money than a casino's bankroll. With no any garanties.
I think, it's more risky for attacker, than for a casino.
85  Economy / Gambling / Re: OneHash || Dice & Sports Betting || No registration || on: February 10, 2018, 09:31:49 AM
Here is javascript code. Just input your parameters and press "calculate"
https://jsfiddle.net/x1kpdhs9/1/

thanks for the calculator but still not sure how to use it correctly
in the wagered columns how I can know how much people bet on the selections ,I'm not sure what I should insert in these spaces since I only know the current odds and the total in bank
open event, click on "transaction history" at bottom
86  Economy / Gambling / Re: OneHash || Dice & Sports Betting || No registration || on: February 08, 2018, 08:26:15 PM
Here is javascript code. Just input your parameters and press "calculate"
https://jsfiddle.net/x1kpdhs9/1/
87  Economy / Gambling / Re: Bustabit (v2) Seeding Event on: January 23, 2018, 09:32:51 AM
So, house edge is fixed now at 1%
And 0.99x busts are present
88  Economy / Gambling / Re: Bustabit (v2) Seeding Event on: January 23, 2018, 09:16:19 AM
In a few days I will be releasing version 2 of bustabit. The principle of our provably fair system remains the same, but the algorithm that converts game hashes to game results has changed. Therefore I'm holding a new seeding event.

Starting with a secret I've generated a chain of 10,000,000 SHA256 hashes. Each element is the hash of the lowercase, hexadecimal string representation of the previous hash. The hash of the chain's last element is 86728f5fc3bd99db94d3cdaf105d67788194e9701bf95d049ad0e1ee3d004277.

Every game maps to a hash in the chain: The 10,000,000th element of the chain is the hash of game #1 and the first element in the chain is the hash of game #10,000,000. To verify that a hash belongs to a game #n, simply hash it n times and compare the result with the terminating hash.

To calculate a game's result from its hash:
Code:
const crypto = require("crypto")

function gameResult(seed, salt) {
  const nBits = 52 // number of most significant bits to use

  // 1. HMAC_SHA256(key=salt, message=seed)
  const hmac = crypto.createHmac("sha256", salt)
  hmac.update(seed)
  seed = hmac.digest("hex")

  // 2. r = 52 most significant bits
  seed = seed.slice(0, nBits/4)
  const r = parseInt(seed, 16)

  // 3. X = r / 2^52
  let X = r / Math.pow(2, nBits) // uniformly distributed in [0; 1)

  // 4. X = 99 / (1-X)
  X = 99 / (1 - X)

  // 5. return max(trunc(X), 100)
  const result = Math.floor(X)
  return Math.max(1, result / 100)
}


Before being used to calculate the corresponding result, each game hash is salted with the lowercase, hexadecimal string representation of the hash of bitcoin block 505750. This block has not been mined yet, proving that I have not deliberately picked a chain that is unfavorable for players.
Finally!
89  Economy / Gambling / Re: 🎰 Truegame - First Smart Contract Platform For Lotto & Games of Chance 🎰 on: December 16, 2017, 07:58:47 AM
There is no source codes. Do not looks like fair.
90  Economy / Gambling / Re: ⚡ [ANN] ⚡ DeepDice ⚡ Gambling - Powered by DeepOnion hidden by Tor 🚀 on: November 23, 2017, 09:45:30 AM
Are withdrawals manual or automatic?
91  Economy / Gambling / Re: Moneypot on: November 09, 2017, 07:57:46 AM
I had an account on moneypot a few months ago with some balance on it. Why i can not enter?
92  Economy / Gambling / Re: BitTreasure.io - Bitcoin & Ethereum Bet Game [ Official Thread ] on: September 30, 2017, 06:10:53 PM
Op, when will the withdrawals be processed?

should have been already paid
Got it. Thanks.
93  Economy / Gambling / Re: BitTreasure.io - Bitcoin & Ethereum Bet Game [ Official Thread ] on: September 30, 2017, 10:49:32 AM
Op, when will the withdrawals be processed?
94  Economy / Gambling / Re: BitTreasure.io - Bitcoin & Ethereum Bet Game [ Official Thread ] on: September 27, 2017, 05:58:24 AM
I do not see my daily bonus.
95  Economy / Gambling / Re: BitTreasure.io - Bitcoin & Ethereum Bet Game [ Official Thread ] on: September 25, 2017, 08:00:28 AM
All users that registered in the BETA mode will receive double faucet earnings
Only 0.000005 BTC for me Sad
96  Economy / Gambling / Re: New Bitcoin lottery || 10% chance of winning || No registration || Provably Fair on: September 18, 2017, 05:51:41 PM
Broadcasting Custom Transaction Id

The last player will not know that he is the last player. This will not be a problem since he will not be knowing the other transaction Ids. It will be known only after the draw.
Except owner Wink
Update. Except anyone. There is same one bitcoin address for all players. girlbtc, is this you again?
97  Economy / Gambling / Re: New Bitcoin lottery || 10% chance of winning || No registration || Provably Fair on: September 18, 2017, 05:45:48 PM
Broadcasting Custom Transaction Id

The last player will not know that he is the last player. This will not be a problem since he will not be knowing the other transaction Ids. It will be known only after the draw.
Except owner Wink
98  Economy / Gambling / Re: Stake.com | The Greatest Bitcoin Gambling Experience Ever! | 12 Exclusive Games on: September 09, 2017, 11:19:37 AM
Bug
Bet blackjack half of balance
Split
Double any hand

After reload all is ok, "double" button is unavailable.
Also, claim amount is not correct. I'am getting 144 instead of 168 sats.
99  Economy / Gambling / Re: ★☆★Block-bet .info-★☆★ - ✔ Blockchain based gambling site ✔ -✔ Get free Bonus ✔ on: August 09, 2017, 08:14:21 PM
Is the game with a negative margin may be fair?
100  Economy / Gambling / Re: ★☆★Block-bet .info-★☆★ - ✔ Blockchain based gambling site ✔ -✔ Get free Bonus ✔ on: August 09, 2017, 02:37:21 PM
I think you don't understand the English well I said maybe.
But your chinese English is perfect Smiley
Maybe you just want to increase your posts. so don't argue with me.
I do not argue with you. Just you are SCAMMER. Do not want anyone to lose money here.
Pages: « 1 2 3 4 [5] 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!