Pages:
Author

Topic: i coded a unique bitcoin game, i am giving it away ! - page 2. (Read 449 times)

legendary
Activity: 2674
Merit: 1226
Livecasino, 20% cashback, no fuss payouts.
Even a giveaway needs to at least be demonstrated OP, otherwise people don't really know what they're getting. Surely there are already coded pot games that people can buy, yes yours is free but I think this provably fair function needs to be proven Wink

It's free marketing, to let people try things out. Better still, make it open source, and add skobet as credit. That's free marketing if your product's good!
member
Activity: 280
Merit: 14
How sure are you about this.
Can you give a breakdown about your whole gaming project and the reason as to why you are giving it away is not that substantial in as much as its your choice and I respect that
 
member
Activity: 84
Merit: 12
What is min and max bet?

and can you explain this code:
Code:
$trxn ="transaction hash";
$blocknum = "transaction blocknum";
$blockhash = "transaction blockhash";

$imphash = hash('sha512', hash('sha512', $trxn) . hash('sha512', $blockhash) . hash('sha512', $blocknum) );
$roll = hexdec(substr($i, 0, 4));
$roll = $roll%(10000);
$roll = $roll/100;

echo $roll;
?>

whats there to explain ?  its simple roll generation using SHA 512 of Transaction + Blocknum + Blockhash ( in which deposit occurs )

this code is for skobet.com, this script is different.

Is different?
I click "Fairness" and open  link https://pastebin.com/raw/x2y3iZQd with your code.
where your code?


yes it is, i was going to make a new website for it. but i won't this is why i am giving it away
sr. member
Activity: 1336
Merit: 258
What is min and max bet?

and can you explain this code:
Code:
$trxn ="transaction hash";
$blocknum = "transaction blocknum";
$blockhash = "transaction blockhash";

$imphash = hash('sha512', hash('sha512', $trxn) . hash('sha512', $blockhash) . hash('sha512', $blocknum) );
$roll = hexdec(substr($i, 0, 4));
$roll = $roll%(10000);
$roll = $roll/100;

echo $roll;
?>

whats there to explain ?  its simple roll generation using SHA 512 of Transaction + Blocknum + Blockhash ( in which deposit occurs )

this code is for skobet.com, this script is different.

Is different?
I click "Fairness" and open  link https://pastebin.com/raw/x2y3iZQd with your code.
where your code?
member
Activity: 84
Merit: 12
What is min and max bet?

and can you explain this code:
Code:
$trxn ="transaction hash";
$blocknum = "transaction blocknum";
$blockhash = "transaction blockhash";

$imphash = hash('sha512', hash('sha512', $trxn) . hash('sha512', $blockhash) . hash('sha512', $blocknum) );
$roll = hexdec(substr($i, 0, 4));
$roll = $roll%(10000);
$roll = $roll/100;

echo $roll;
?>

whats there to explain ?  its simple roll generation using SHA 512 of Transaction + Blocknum + Blockhash ( in which deposit occurs )

this code is for skobet.com, this script is different.
member
Activity: 84
Merit: 12
hey i have created a bitcoin pot game, the game is unique and not copied from anyone. i am busy with my casino www.skobet.com, i was thinking to add it to my website, but i think that will make my website complicated.


Game is in very basic UI, means you need to do or hire someone with UI skills to modify game to your liking. Game is in PHP, can be ran from any hosting.


What i want ?
you should not remove a footer backlink to my skobet.com website.

How to win ?
Comment a random number between 1-10000

Result Hash : 5DE4D8DE7A9C8BCC0419C1A07786311092748F01036E29065AE136AB0CF810EF



What is difference between your code and alternative ones? Honestly i didn't get what kind of script you are talking about. Just curious,please explain more. Thanks in advance


its a pot based script, all users can deposit any amount, lucky winner takes all the pot execpt for 1% which goes to site owner.

winner is choosen from many factors
amount + blockhash + transaction hash

can't expose more, as someone might copy the concept and make a game, so there is no point of giveaway then
sr. member
Activity: 1336
Merit: 258
What is min and max bet?

and can you explain this code:
Code:
$trxn ="transaction hash";
$blocknum = "transaction blocknum";
$blockhash = "transaction blockhash";

$imphash = hash('sha512', hash('sha512', $trxn) . hash('sha512', $blockhash) . hash('sha512', $blocknum) );
$roll = hexdec(substr($i, 0, 4));
$roll = $roll%(10000);
$roll = $roll/100;

echo $roll;
?>
legendary
Activity: 1834
Merit: 1003
hey i have created a bitcoin pot game, the game is unique and not copied from anyone. i am busy with my casino www.skobet.com, i was thinking to add it to my website, but i think that will make my website complicated.


Game is in very basic UI, means you need to do or hire someone with UI skills to modify game to your liking. Game is in PHP, can be ran from any hosting.


What i want ?
you should not remove a footer backlink to my skobet.com website.

How to win ?
Comment a random number between 1-10000

Result Hash : 5DE4D8DE7A9C8BCC0419C1A07786311092748F01036E29065AE136AB0CF810EF



What is difference between your code and alternative ones? Honestly i didn't get what kind of script you are talking about. Just curious,please explain more. Thanks in advance
member
Activity: 84
Merit: 12
hey i have created a bitcoin pot game, the game is unique and not copied from anyone. i am busy with my casino www.skobet.com, i was thinking to add it to my website, but i think that will make my website complicated. So i am giving it away.

Game is in very basic UI, means you need to do or hire someone with UI skills to modify game to your liking. Game is in PHP, can be ran from any hosting.


What i want ?
you should not remove a footer backlink to my skobet.com website.

How to win ?
Comment a random number between 1-10000

Result Hash : 5DE4D8DE7A9C8BCC0419C1A07786311092748F01036E29065AE136AB0CF810EF


Pages:
Jump to: