Bitcoin Forum
May 06, 2024, 02:47:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1] 2 »  All
  Print  
Author Topic: i coded a unique bitcoin game, i am giving it away !  (Read 439 times)
pussyhunter6969 (OP)
Member
**
Offline Offline

Activity: 84
Merit: 12


View Profile WWW
January 31, 2019, 04:06:09 AM
Last edit: January 31, 2019, 06:06:28 AM by pussyhunter6969
Merited by therealfalcon (1)
 #1

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



1714963677
Hero Member
*
Offline Offline

Posts: 1714963677

View Profile Personal Message (Offline)

Ignore
1714963677
Reply with quote  #2

1714963677
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714963677
Hero Member
*
Offline Offline

Posts: 1714963677

View Profile Personal Message (Offline)

Ignore
1714963677
Reply with quote  #2

1714963677
Report to moderator
PuertoLibre
Legendary
*
Offline Offline

Activity: 1834
Merit: 1003


View Profile
January 31, 2019, 05:29:16 AM
 #2

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
MrCrank
Sr. Member
****
Offline Offline

Activity: 1336
Merit: 258



View Profile
January 31, 2019, 05:44:38 AM
 #3

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;
?>
pussyhunter6969 (OP)
Member
**
Offline Offline

Activity: 84
Merit: 12


View Profile WWW
January 31, 2019, 05:46:52 AM
 #4

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

pussyhunter6969 (OP)
Member
**
Offline Offline

Activity: 84
Merit: 12


View Profile WWW
January 31, 2019, 05:48:51 AM
 #5

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.

MrCrank
Sr. Member
****
Offline Offline

Activity: 1336
Merit: 258



View Profile
January 31, 2019, 06:00:14 AM
 #6

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?
pussyhunter6969 (OP)
Member
**
Offline Offline

Activity: 84
Merit: 12


View Profile WWW
January 31, 2019, 06:08:04 AM
 #7

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

kingpin4321
Member
**
Offline Offline

Activity: 280
Merit: 14


View Profile
January 31, 2019, 06:54:39 AM
 #8

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
 
slaman29
Legendary
*
Offline Offline

Activity: 2646
Merit: 1212


Livecasino, 20% cashback, no fuss payouts.


View Profile
January 31, 2019, 07:46:10 AM
 #9

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!

██
██
██
██
██
██
██
██
██
██
██
██
██
... LIVECASINO.io    Play Live Games with up to 20% cashback!...██
██
██
██
██
██
██
██
██
██
██
██
██
100bitcoin
Sr. Member
****
Offline Offline

Activity: 860
Merit: 423


View Profile WWW
January 31, 2019, 12:00:07 PM
 #10

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.
Please provide a demo running on your own server.

el kaka22
Legendary
*
Offline Offline

Activity: 3514
Merit: 1162


www.Crypto.Games: Multiple coins, multiple games


View Profile
January 31, 2019, 03:16:45 PM
 #11

First of all I want to start by saying "76". Just in case. But also I would like to learn more about it as well. Just talking about it tells me it is a lottery game. What does a lottery have ? Well, everyone puts their money together by buying tickets, all of that ticket income is collected in one place, than we draw the winners and someone gets all the ticket income minus 1% which goes to the lottery maker.

How is this "pot" different from lottery system ? If it is exactly the same than what makes it unique ? Just the way it is named ? I mean if you call the lottery system pot than you just change the name, without any proper difference between the two not even people who win this will use it, they will just resell something they won for free. A demo would be nice, a detailed description would be the least to have.

█████████████████████████
███████▄▄▀▀███▀▀▄▄███████
████████▄███▄████████
█████▄▄█▀▀███▀▀█▄▄█████
████▀▀██▀██████▀██▀▀████
████▄█████████████▄████
███████▀███████▀███████
████▀█████████████▀████
████▄▄██▄████▄██▄▄████
█████▀▀███▀▄████▀▀█████
████████▀███▀████████
███████▀▀▄▄███▄▄▀▀███████
█████████████████████████
.
 CRYPTOGAMES 
.
 Catch the winning spirit! 
█▄░▀███▌░▄
███▄░▀█░▐██▄
▀▀▀▀▀░░░▀▀▀▀▀
████▌░▐█████▀
████░░█████
███▌░▐███▀
███░░███
██▌░▐█▀
PROGRESSIVE
      JACKPOT      
██░░▄▄
▀▀░░████▄
▄▄▄▄██▀░░▄▄
░░░▀▀█░░▀██▄
███▄░░▀▄░█▀▀
█████░░█░░▄▄█
█████░░██████
█████░░█░░▀▀█
LOW HOUSE
         EDGE         
██▄
███░░░░░░░▄▄
█▀░░░░░░░████
█▄░░░░░░░░█▀
██▄░░░░░░▄█
███▄▄░░▄██▌
██████████
█████████▌
PREMIUM VIP
 MEMBERSHIP 
DICE   ROULETTE   BLACKJACK   KENO   MINESWEEPER   VIDEO POKER   PLINKO   SLOT   LOTTERY
therealfalcon
Member
**
Offline Offline

Activity: 113
Merit: 10


View Profile
January 31, 2019, 03:20:38 PM
 #12

can i make more then 1 guess ?


6969 - your username
7777 - my guess

let me know via pm if i win !

jademaxsuy
Full Member
***
Offline Offline

Activity: 924
Merit: 220


View Profile WWW
January 31, 2019, 03:51:54 PM
 #13

How sure are you that the code you want to give is fair when it is implemented as one of the sites game?. Since i'm not planning to create a website where betters want to play about your pot game. The code might help your site if the code is proven that it work and the game will be a big hit just like casino games out there.
traderethereum
Hero Member
*****
Offline Offline

Activity: 2870
Merit: 574


View Profile WWW
January 31, 2019, 09:18:24 PM
 #14

That will be too difficult to win the games, and we need a big satoshi to play. I don't think I want to give a try because I don't want to lose my bitcoin  Wink
But the game is too simple, I felt that in the first time I see the game, I will confuse or something like that, but after I slide the multiplier, I understand the game. I don't see that the player in the right section is won any bitcoin and I am curious who will be the winner in the demo or real game.
pussyhunter6969 (OP)
Member
**
Offline Offline

Activity: 84
Merit: 12


View Profile WWW
February 01, 2019, 01:53:53 PM
 #15

That will be too difficult to win the games, and we need a big satoshi to play. I don't think I want to give a try because I don't want to lose my bitcoin  Wink
But the game is too simple, I felt that in the first time I see the game, I will confuse or something like that, but after I slide the multiplier, I understand the game. I don't see that the player in the right section is won any bitcoin and I am curious who will be the winner in the demo or real game.

but you didn't even picked a number

omonuyak
Sr. Member
****
Offline Offline

Activity: 882
Merit: 269



View Profile
February 01, 2019, 06:57:29 PM
 #16

Maybe op should take more time and explain in detail what he really mean and how this gaming script work.  Some of us may have great desires to make money through gaming and this is great opportunity.
pussyhunter6969 (OP)
Member
**
Offline Offline

Activity: 84
Merit: 12


View Profile WWW
February 01, 2019, 11:12:35 PM
 #17

Maybe op should take more time and explain in detail what he really mean and how this gaming script work.  Some of us may have great desires to make money through gaming and this is great opportunity.

pick a number, if you win you get it !

slaman29
Legendary
*
Offline Offline

Activity: 2646
Merit: 1212


Livecasino, 20% cashback, no fuss payouts.


View Profile
February 06, 2019, 08:55:14 AM
 #18

Seems like we don't have many guessers yet, so I'll put in my random guess of 8765. Let's see how close the roll can get to 10,000.

Will there be a prize for closest guesser? Also, you didn't respond to some of our comments. Either way whichever happens, I am curious to see what I could do with a bitcoin game if I won it, haha. Maybe just put it up to show off as part of lotto history or whatever.


██
██
██
██
██
██
██
██
██
██
██
██
██
... LIVECASINO.io    Play Live Games with up to 20% cashback!...██
██
██
██
██
██
██
██
██
██
██
██
██
jademaxsuy
Full Member
***
Offline Offline

Activity: 924
Merit: 220


View Profile WWW
February 06, 2019, 10:12:16 AM
 #19

I'll participate even though I don't know much about codes or scripts but I might be able to use it in some other ways, anyways I'll join and my number will be 93. I hope I win, I'll check later on for the results. I wonder who will earn the code. Slaman is right, I don't know what will be gor those who guessed closer number to the results. Good luck to all.
poptok1
Hero Member
*****
Offline Offline

Activity: 1638
Merit: 756


Bobby Fischer was right


View Profile WWW
February 06, 2019, 08:29:09 PM
 #20

pick a number, if you win you get it !
1337 <- my roll
Pretty great that you did prepare something extra for promotion of your gambling service. This alone puts you and your new service in a positive light. However I think you have exaggerated a little with the popularity expectations. I know it is still early but as you said, the code is very basic and without interface, can't imagine the possibility for 1000 participants here, not mention 10K.
There is quite high possibility for no winner...
Small suggestion, maybe you could add some UI and show us screenshots?

Pages: [1] 2 »  All
  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!