all: Add GPU mining, disabled by default

This commit is contained in:
Gustav Simonsson
2015-10-07 13:19:30 +02:00
parent 8b865fa9bf
commit ec6a548ee3
42 changed files with 6764 additions and 42 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ func (self *minerApi) StartMiner(req *shared.Request) (interface{}, error) {
}
self.ethereum.StartAutoDAG()
err := self.ethereum.StartMining(args.Threads)
err := self.ethereum.StartMining(args.Threads, "")
if err == nil {
return true, nil
}