├── Algodetial ├── docs └── index.html ├── iter.html └── license.txt /Algodetial: -------------------------------------------------------------------------------- 1 | The player finally decides to run at x + x_delta when he sees the curve to x 2 | 3 | The odds 4 | 0.99 / [1 - (x + x_delta)] 5 | 6 | Conditional probability 7 | [1- (x+x_delta)] / [1- x] 8 | = 9 | (1-x-x_delta)/(1-x) 10 | = 11 | 1- x_delta/(1- x) 12 | 13 | Conditions for EV value 14 | = 15 | Probability * conditional probability 16 | = 17 | 0.99/[1- (x+x_delta)] * [1-x_delta/(1-x)] 18 | = 19 | 20 | EV value = conditional EV value * the probability that the player sees x 21 | = 22 | 0.99 / [1 - (x + x_delta)] * [1 - x_delta/(1 - x)] * (1 - x) 23 | = 24 | 0.99/(1-x-x_delta) * (1-x-x_delta) 25 | = 26 | 0.99 27 | -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | bc.game Crash - Game Verification Script by bcgame 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 50 | 75 | 76 | 77 | 78 |
79 |
80 |

bc.game Crash - Game Verification Script

81 |

Third party script used to verify games on crash game.

82 |
83 |
84 |
85 |

The following sites have purchased a non-distributable copy of the previous version of bc.game’s source code, exempting them from the requirements of the AGPL:

86 |

https://bc.game

87 |
88 |
89 |
90 |

We made the decision to update Crash using a salted hash as requested by our players in order to provide the most randomized and fair results possible after Bet # 2561902. For further details, please visit https://bitcointalk.org/index.php?topic=5256606

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 | Verify 118 |

119 |
120 |
121 |
122 |
123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 |
Game's hashBust
132 |
133 |
134 | 233 | 242 | 243 | 244 | 245 | -------------------------------------------------------------------------------- /iter.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | bc.game Crash - Game Verification Script by bcgame 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 50 | 81 | 82 | 83 | 84 |
85 |
86 |

bc.game Crash - Game Verification Script

87 |

Third party script used to verify games on crash game.

88 |
89 |
90 |
91 |
92 |

93 | 94 | 95 |

96 |
97 |
98 |

99 | 100 | 101 |

102 |
103 |
104 |

105 | Verify 106 |

107 |
108 |
109 |
110 |
111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 |
Game's hashBust
120 |
121 |
122 | 216 | 225 | 226 | 227 | 228 | -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- 1 | The following sites have purchased a non-distributable copy of the previous 2 | version of bustabit's source code, exempting them from the requirements of the 3 | AGPL: 4 | 5 | 以下站点购买了前一个站点的不可分发副本 6 | 版本bcgame的源代码,免除他们的要求AGPL: 7 | 8 | 以下のサイトは、前サイトの配信不可コピーを購入する 9 | bcgameのソースコードは、彼らの要求agpl: 10 | * bc.game 11 | 12 | Fraudulent sites that are unauthorized to use the bcgame name and brand 13 | and/or are making false representations about their relationship to bcgame: 14 | 未经授权使用名称和品牌的欺诈网站及/或就其与bcgame的关系作出虚假陈述: 15 | 16 | bcgame名やブランド名を不正に使用する詐欺サイト bcgameとの関係について嘘の陳述をする。 17 | 18 | * bcgame.co 19 | 20 | --------------------------------------------------------------------------------