Rossz PRNG

master
51x 2018-12-20 23:49:19 +01:00
parent cabedbb648
commit 26b8f651f8
1 changed files with 12 additions and 0 deletions

View File

@ -1,2 +1,14 @@
# Ethereum_Notes
# Nem megfelelő PRNG (pseudorandom szám generátorok)
- block.coinbase -> COINBASE 0x41
- block.timestamp -> TIMESTAMP 0x42
- block.number -> NUMBER 0x43
- block.difficulty -> DIFFICULTY 0x44
- block.gaslimit -> GASLIMIT 0x45
- block.blockhash(block.number) -> BLOCKHASH 0x40
- block.blockhash(block.number-1) -> BLOCKHASH 0x40
- (Thanks octopusguy!)
- Támadások: minerek által, okos szerződés által