Bitcoin Forum
April 26, 2024, 11:42:05 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Lucky-BTC  (Read 895 times)
escor (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 23, 2012, 10:48:52 AM
 #1

Hi there,

i've started Lucky-BTC, which is an alternative to SatoshiDice.
You can pay in a fixed ticket price in a pool and each transaction getting a random number.
If the number is one of the pools numbers, you win the pool size.
The payments reaching Lucky-BTC if they are getting into to Blockchain.

http://www.lucky-btc.com

Lucky playing!
1714131725
Hero Member
*
Offline Offline

Posts: 1714131725

View Profile Personal Message (Offline)

Ignore
1714131725
Reply with quote  #2

1714131725
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714131725
Hero Member
*
Offline Offline

Posts: 1714131725

View Profile Personal Message (Offline)

Ignore
1714131725
Reply with quote  #2

1714131725
Report to moderator
John (John K.)
Global Troll-buster and
Legendary
*
Offline Offline

Activity: 1288
Merit: 1225


Away on an extended break


View Profile
May 23, 2012, 11:12:01 AM
 #2

Hi there,

i've started Lucky-BTC, which is an alternative to SatoshiDice.
You can pay in a fixed ticket price in a pool and each transaction getting a random number.
If the number is one of the pools numbers, you win the pool size.
The payments reaching Lucky-BTC if they are getting into to Blockchain.

http://www.lucky-btc.com

Lucky playing!

You should try something like a pre generated hash to verify that you are indeed using a random number. Like what satoshidice did: http://satoshidice.com/secrets.php
escor (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 23, 2012, 11:43:04 AM
 #3

Hi there,

i've started Lucky-BTC, which is an alternative to SatoshiDice.
You can pay in a fixed ticket price in a pool and each transaction getting a random number.
If the number is one of the pools numbers, you win the pool size.
The payments reaching Lucky-BTC if they are getting into to Blockchain.

http://www.lucky-btc.com

Lucky playing!

You should try something like a pre generated hash to verify that you are indeed using a random number. Like what satoshidice did: http://satoshidice.com/secrets.php
Currently the number is generated by the C function rand (luckyNumber = rand() % 20).
I think that's a better way if i combine processing time, blocknumber and a part of the transaction id to generate the number.
What did you mean?
John (John K.)
Global Troll-buster and
Legendary
*
Offline Offline

Activity: 1288
Merit: 1225


Away on an extended break


View Profile
May 23, 2012, 11:48:57 AM
 #4

Hi there,

i've started Lucky-BTC, which is an alternative to SatoshiDice.
You can pay in a fixed ticket price in a pool and each transaction getting a random number.
If the number is one of the pools numbers, you win the pool size.
The payments reaching Lucky-BTC if they are getting into to Blockchain.

http://www.lucky-btc.com

Lucky playing!

You should try something like a pre generated hash to verify that you are indeed using a random number. Like what satoshidice did: http://satoshidice.com/secrets.php
Currently the number is generated by the C function rand (luckyNumber = rand() % 20).
I think that's a better way if i combine processing time, blocknumber and a part of the transaction id to generate the number.
What did you mean?

I just meant that you'll need something that proves the results are actually pseudo-random, not manipulated by the system(for example the odds could be lesser if the person were betting a higher amount of money?). Satoshidice uses a pregenerated list of numbers, and he publishes the hashes before anyone plays to prove that the results were actually legit.
escor (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 24, 2012, 03:42:08 PM
 #5

Hi there,

i've started Lucky-BTC, which is an alternative to SatoshiDice.
You can pay in a fixed ticket price in a pool and each transaction getting a random number.
If the number is one of the pools numbers, you win the pool size.
The payments reaching Lucky-BTC if they are getting into to Blockchain.

http://www.lucky-btc.com

Lucky playing!

You should try something like a pre generated hash to verify that you are indeed using a random number. Like what satoshidice did: http://satoshidice.com/secrets.php
Currently the number is generated by the C function rand (luckyNumber = rand() % 20).
I think that's a better way if i combine processing time, blocknumber and a part of the transaction id to generate the number.
What did you mean?

I just meant that you'll need something that proves the results are actually pseudo-random, not manipulated by the system(for example the odds could be lesser if the person were betting a higher amount of money?). Satoshidice uses a pregenerated list of numbers, and he publishes the hashes before anyone plays to prove that the results were actually legit.
I've changed the calculation and created an example.
Now it's all transaction and block based.

http://www.lucky-btc.com/calculation.html
Pages: [1]
  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!