Turbo mode

This commit is contained in:
obscuren 2014-08-21 18:14:49 +02:00
parent 0eb08693e9
commit 3def9258be

View File

@ -2,11 +2,12 @@ package ethminer
import ( import (
"bytes" "bytes"
"sort"
"github.com/ethereum/eth-go/ethchain" "github.com/ethereum/eth-go/ethchain"
"github.com/ethereum/eth-go/ethlog" "github.com/ethereum/eth-go/ethlog"
"github.com/ethereum/eth-go/ethreact" "github.com/ethereum/eth-go/ethreact"
"github.com/ethereum/eth-go/ethwire" "github.com/ethereum/eth-go/ethwire"
"sort"
) )
var logger = ethlog.NewLogger("MINER") var logger = ethlog.NewLogger("MINER")