Joris Bontje
Joris Bontje

- [x] "Invalid nonce during mining" https://github.com/ethereum/go-ethereum/issues/317 - [ ] "mist: can't paste dapp address" https://github.com/ethereum/go-ethereum/issues/319 https://github.com/ethereum/go-ethereum/pull/335 - [x] "Encryption handshake failed: unexpected EOF" https://github.com/ethereum/go-ethereum/issues/349 - [x] "New contracts are...
- [x] missing RPC method `eth_accounts` - [ ] missing RPC method `eth_coinbase` - [ ] missing RPC method `eth_defaultBlock` - [ ] missing RPC method `eth_logs` - [x] missing...
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...