Implemented new miner w/ ui interface for merged mining. Closes #177

* Miner has been rewritten
* Added new miner pane
* Added option for local txs
* Added option to read from MergeMining contract and list them for
  merged mining
This commit is contained in:
obscuren
2014-11-07 12:18:48 +01:00
parent 48488017e4
commit 429dd2a100
18 changed files with 558 additions and 233 deletions

View File

@@ -6,7 +6,7 @@ import (
"net"
"time"
"github.com/ethereum/eth-go/ethutil"
"github.com/ethereum/go-ethereum/ethutil"
)
type Connection struct {