Improved UI

* Added mining button
This commit is contained in:
obscuren
2014-05-30 13:28:31 +02:00
parent 0938b56829
commit e7c9b86a5a
5 changed files with 47 additions and 130 deletions

View File

@ -33,8 +33,6 @@ func DoMining(ethereum *eth.Ethereum) {
addr := keyPair.Address()
go func() {
ethutil.Config.Log.Infoln("Miner started")
miner = ethminer.NewDefaultMiner(addr, ethereum)
// Give it some time to connect with peers