Bitcoin Forum
April 19, 2024, 11:10:18 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Can "true" randomness be obtained with each verified block?  (Read 1614 times)
TiagoTiago (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Firstbits.com/1fg4i :)


View Profile
April 11, 2011, 06:22:06 AM
 #1

Since a valid hash can't be predicted (if it could, instead of wasting time mining people would just fill in the predicted value and solve block after block relativelly instantly), would it be possible to use those hashes or some related data avaiable thrue the Bitcoin network as source for "true" randomness?

(I dont always get new reply notifications, pls send a pm when you think it has happened)

Wanna gimme some BTC/BCH for any or no reason? 1FmvtS66LFh6ycrXDwKRQTexGJw4UWiqDX Smiley

The more you believe in Bitcoin, and the more you show you do to other people, the faster the real value will soar!

Do you like mmmBananas?!
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713525018
Hero Member
*
Offline Offline

Posts: 1713525018

View Profile Personal Message (Offline)

Ignore
1713525018
Reply with quote  #2

1713525018
Report to moderator
1713525018
Hero Member
*
Offline Offline

Posts: 1713525018

View Profile Personal Message (Offline)

Ignore
1713525018
Reply with quote  #2

1713525018
Report to moderator
1713525018
Hero Member
*
Offline Offline

Posts: 1713525018

View Profile Personal Message (Offline)

Ignore
1713525018
Reply with quote  #2

1713525018
Report to moderator
benjamindees
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


View Profile
April 11, 2011, 11:23:56 AM
 #2

There are publicly available sources of random data produced by quantum hardware generators.

One problem with using a public source of random data is that anyone with sufficient resources to attack your code would probably have already thought of this idea and would be able to check against it pretty trivially.  Using the Bitcoin network for key distribution is a recipe for disaster.

Civil Liberty Through Complex Mathematics
TiagoTiago (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Firstbits.com/1fg4i :)


View Profile
April 11, 2011, 03:28:02 PM
 #3

Randomness is not usefull if it's public?


Are those publicly avaiable sources cabaple of producing random bits faster than the Bitcoin network?

(I dont always get new reply notifications, pls send a pm when you think it has happened)

Wanna gimme some BTC/BCH for any or no reason? 1FmvtS66LFh6ycrXDwKRQTexGJw4UWiqDX Smiley

The more you believe in Bitcoin, and the more you show you do to other people, the faster the real value will soar!

Do you like mmmBananas?!
kseistrup
Hero Member
*****
Offline Offline

Activity: 566
Merit: 500


Unselfish actions pay back better


View Profile WWW
April 11, 2011, 07:12:57 PM
 #4

Are those publicly avaiable sources cabaple of producing random bits faster than the Bitcoin network?

Take a look at e.g.:

  • HotBits — genuine random numbers, generated by radioactive decay
  • random.org — true random number service
  • QRBG — quantum random bit generator service
  • Entropy key — USB powered RNG

Cheers,

Klaus Alexander Seistrup
Hal
VIP
Sr. Member
*
Offline Offline

Activity: 314
Merit: 3853



View Profile
April 12, 2011, 12:08:19 AM
 #5

One thing you might want to do is use the hash to determine the result of a gambling game. You could bet with someone on whether the next hash will be even or odd. The problem is if your opponent is a miner, he could influence a certain percentage of the block hashes, gaining an advantage.

Hal Finney
LightRider
Legendary
*
Offline Offline

Activity: 1500
Merit: 1021


I advocate the Zeitgeist Movement & Venus Project.


View Profile WWW
April 12, 2011, 01:36:19 AM
 #6

GRC offers a high quality pseudo-random character service.

https://www.grc.com/passwords.htm

Bitcoin combines money, the wrongest thing in the world, with software, the easiest thing in the world to get wrong.
Visit www.thevenusproject.com and www.theZeitgeistMovement.com.
carp
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
April 12, 2011, 12:15:59 PM
 #7

Randomness is not usefull if it's public?


Are those publicly avaiable sources cabaple of producing random bits faster than the Bitcoin network?

Well... once its fixed, its no longer random. It is a definite number, and the same every time. It is only "random" to someone who is trying to guess what it is. Future hashes in the block are random, once they are published in the chain, they are fixed.

So I could see gambling or gaming scenarios where some random element depended on the next or some future block hash (or even the transaction hashes concatenated). Though, you would be limited in how fast you can use it, as some like to point out, block chains can rarely temporarily fork, leading to a potential change a few down the line, a possibility which goes down for any given block, with every block added.

Essentially, this is no different than illegal lottery games. My grandmother was telling me that when she was MUCH younger, she was a bookie (and still wont name names, even though they are all long since dead) and that is basically the game worked by people placing bets with her, then, the numbers were derived from numbers published in the newspaper.... so everyone could check and see if they won easily.

Thinking about Hal's comment, I don't think that is a real problem. He chooses nonces to make hashes. So yes, he can throw out any hash that he finds which is even or odd, but, it only matters if they are under the target. So a miner who was trying to cheat his bet would have to find a good block, giving him its tx fees and income, and then throw it all away, and keep searching.

That is for an even/odd bet though. Sure maybe with the right betting structure like that you can afford to mine and throw out half of the possible blocks, but... what if you implemented keno? I think putting together a betting scheme that would not be worth cheating in these circumstances could be done easily.

TiagoTiago (OP)
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500


Firstbits.com/1fg4i :)


View Profile
April 13, 2011, 03:40:43 AM
 #8

A lottery based on the block hashes would be interesting; perhas since there are a huge number of possible results the prizes would be distributed according to how close to the result each number was (dividing the prize if more than one person bet on the same number) with a big prize for whoever gets the closest, and with the value of the prize getting logarithimly smaller (or some other curve) for each additional position till there is no more money to payout, and pehaps a biggger prize that acumulates when no one wins it, for who ever bets on the exact value.

(I dont always get new reply notifications, pls send a pm when you think it has happened)

Wanna gimme some BTC/BCH for any or no reason? 1FmvtS66LFh6ycrXDwKRQTexGJw4UWiqDX Smiley

The more you believe in Bitcoin, and the more you show you do to other people, the faster the real value will soar!

Do you like mmmBananas?!
bitlotto
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


BitLotto - best odds + best payouts + cheat-proof


View Profile WWW
April 13, 2011, 03:50:25 AM
 #9

A lottery based on the block hashes would be interesting; perhas since there are a huge number of possible results the prizes would be distributed according to how close to the result each number was (dividing the prize if more than one person bet on the same number) with a big prize for whoever gets the closest, and with the value of the prize getting logarithimly smaller (or some other curve) for each additional position till there is no more money to payout, and pehaps a biggger prize that acumulates when no one wins it, for who ever bets on the exact value.

Starting June 1 BitLotto will use block hashes to make a new hash for the numbers in the draw. It's designed such that one person wins the whole pot for the month. So odds are pretty much 1/total jackpot.

*Next Draw Feb 1*  BitLotto: monthly raffle (0.25 BTC per ticket) Completely transparent and impossible to manipulate who wins. TOR
TOR2WEB
Donations to: 1JQdiQsjhV2uJ4Y8HFtdqteJsZhv835a8J are appreciated.
bitlotto
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


BitLotto - best odds + best payouts + cheat-proof


View Profile WWW
April 13, 2011, 03:54:23 AM
 #10

Oh and there is TAABL run by someone else.
http://taabl.datlatec.com/

*Next Draw Feb 1*  BitLotto: monthly raffle (0.25 BTC per ticket) Completely transparent and impossible to manipulate who wins. TOR
TOR2WEB
Donations to: 1JQdiQsjhV2uJ4Y8HFtdqteJsZhv835a8J are appreciated.
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!