Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entropy improvement #26

Open
jorisbontje opened this issue Feb 6, 2015 · 1 comment
Open

entropy improvement #26

jorisbontje opened this issue Feb 6, 2015 · 1 comment

Comments

@jorisbontje
Copy link
Owner

as suggested by @xcthulhu:
"Here's a way to thwart miners: instead of making the roulette wheel based on block.prevhash, try using sha3([block.prevhash, block.nonce], 2). Mining is hard enough, but now this forces the miner to not only mine the ETH but also "mine" your roulette wheel. If you want to make it even harder, you can iterate sha3(sha3(sha3([block.prevhash, block.nonce], 2))), since sha3 is a costly procedure for GPUs."

@jorisbontje
Copy link
Owner Author

... except that BLOCK.NONCE is no longer available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant