Bitcoin Forum
May 09, 2024, 10:06:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Digital goods / Sell a ready-made Casino System on: June 13, 2021, 06:42:53 PM
Hello members of bitcointalk,

I sold the system
2  Other / Off-topic / Classic Dice Rule on: February 09, 2021, 05:03:10 PM
Hello

I want to know classic dice rule. so i maked a simple example for this.

There is 3 field:

Code:
Roll Under:
<input type="text" id="roll" value="50.00">

Win Chance:
<input type="text" id="chance" value="50.0000">

Multiplier (Payout):
<input type="text" id="multiplier" value="1.9800">

And Range:

Code:
<input type="range" id="range" value="50">

And javascript code:

Code:
$('#range').change(function(e){

   let val = parseFloat($(this).val());
  
  $('#roll').val(val.toFixed(2));
  $('#chance').val(val.toFixed(4));
  $('#multiplier').val('How can calculate');

})

multiplier field have a formula. How can calculate this field ?
3  Economy / Digital goods / ✅ Sell a Casino Project [ Private ] on: November 18, 2020, 03:34:20 PM
I SOLD THE SYSTEM, THANKS
4  Economy / Gambling / Sell a Casino with 12 Popular Games - Supports 26 Currencies - and More 🔴🟠🟡🟢 on: November 11, 2020, 02:04:46 PM
SORRY
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!