1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-08 22:08:02 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Noel Maersk
bfedb403fb config: move more functions from miner.c to configuration.c 2014-04-16 18:21:19 +03:00
Noel Maersk
5491d10bf3 config: remove static from declarations in configuration.h 2014-04-16 17:43:18 +03:00
Noel Maersk
c581fb3332 config: move configuration options/functions to configuration.{c,h} 2014-04-16 17:22:43 +03:00
Noel Maersk
a7d2356cef core: remove benchmark mode.
It cannot be used as-is. It should probably  be implemented as a
standalone "fake pool" application anyway, to properly gauge the effect
of queue/scantime/expiry and network latency.

If someone really needs this, they can revert this commit.
2014-04-16 15:51:56 +03:00
Noel Maersk
474c783316 core: rename sgminer.c to miner.c.
Remember forking from cgminer? Changing cgminer->sgminer was a drag.
Help future others have less of this.
2014-04-15 16:57:11 +03:00