Pre-release

creepMiner 1.6.0

@Creepsky Creepsky released this Jun 10, 2017 · 9 commits to development since this release

Changes

  • Discard deadlines, that are different from the pool (#98)
  • Optimized plot reader + verifier (#105, 4032afc, 25ddf0f)
  • Removed logging of encryption-process (ae59de8)
  • Added LOGGING=service option for log-friendly output (7922780) thanks to alter3d
  • Fixed bug where on solo mining/pool mining on a pool without a target deadline no deadlines where found (f318a63, #110, #115)
  • Removed C++14 features for older compiler (#121)
  • Added a 5s timer to the submission loop for delay (#123) thanks to bryhardt
  • Fixed macOS related bugs (#125, #129) thanks to k06a
  • Added LOG_TERMINAL flag and removed micro optimizations
  • Removed invalid chars for salt (#128)
  • Added max wallet try count + wallet retry wait time (b1817df, 57f033e)
file description
creepMiner-1.6.0.zip 32/64 bit version for Windows
creepMiner-1.6.0.tar.gz 64 bit version for Linux (Ubuntu)
mining.conf sample configuration file

Downloads

creepMiner 1.5.2

@Creepsky Creepsky released this Mar 16, 2017 · 6 commits to master since this release

Changes

  • Fixed a bug when transferring nonces to the server (#99)
  • Added version check (d84852b, 02f4e8a)
  • Added de-/encryption for POST header parameters (466b5b9)
file description
creepMiner-win64.zip 64 bit version for Windows
creepMiner-win32.zip 32 bit version for Windows
creepMiner.tar.gz 64 bit version for Linux (Ubuntu)
mining.conf sample configuration file

Downloads

creepMiner 1.5.0

@Creepsky Creepsky released this Mar 6, 2017 · 72 commits to development since this release

Changes

  • Plot dir types (#86)
  • Fixed a bug while forwarding (#83)
  • Removed escaping of Slashes in the config (/ -> \/) (#79)
  • Old logfile is now deleted and merged into the new when the log dir is changed (ef80c02)
  • Session for Mining-Info is now reconnected when connection got lost (#81)
  • Additional thread-safety and stability while mining (f53b13c, 6013394, 9e5ae77, 0b04bf6, b1a3211, cbf4db5)
  • Fixed a major bug while mining and the miner got stuck (#80, #82)
  • Added a default config file that is created on the fly (#72)
  • Fixed a bug that forces the user to set an url (#87)
  • More checks for more safety and stability before accessing the wallet (29e7936, 8296904, ade4ae8, 48fccf0)
  • Added plotfile checks (#69, a3e5562, 7ab275d)
  • Added check for new version (4b87db0)
  • The forwarding feature now only sends nonces if the found nonce is better than the already sent (#85)
file description
creepMiner-win64.zip 64 bit version for Windows
creepMiner-win32.zip 32 bit version for Windows
mining.conf sample configuration file

Downloads

Pre-release

creepMiner 1.4.6

@Creepsky Creepsky released this Mar 1, 2017

Added chunked stagger blocks.
This fixes a bug (#80, #82), where the miner gets stuck after a while, trying desperately to acquire memory for plot verifying.

file description
creepMiner-win64.zip 64 bit version for Windows
creepMiner-win32.zip 32 bit version for Windows
mining.conf sample configuration file

Downloads

Pre-release

creepMiner 1.4.5

@Creepsky Creepsky released this Feb 21, 2017

  • Urays plot read algorithm got replaced with a new one

The old algorithm threw a lot of errors on nonce submission. The code was already getting old and now got completely replaced by a new implemented one. It has a smaller overhead, better throughput and respects optimized plotfiles.

  • intelligent configuration file

The configuration file now creates itself (or parts from it), if some chunks are missing.
Also it reorganizes the entries for better readability.
If you use an older config file, it gets transformed into the new version, while the old values are retained.

  • secured shutdown function (webserver)

The shutdown function can now be secured with an username and password, entered in the config file under

"webserver" : {
        "credentials" : {
            "hashed-pass" : "3f358ae8669555a97fda776901ab1d9846825e25",
            "hashed-user" : "8d4ec1393cd6b62b9168c38ec13b64462b9861f4",
            "plain-pass" : "",
            "plain-user" : ""
        }
}

If you set a value to "plain-pass" and/or "plain-user", it gets hashed and saved into the right fields.

file description
creepMiner-win64.zip 64 bit version for Windows
creepMiner-win32.zip 32 bit version for Windows
mining.conf sample configuration file

Downloads

Pre-release

creepMiner 1.4.4

@Creepsky Creepsky released this Feb 17, 2017

1.4.4 comes with a completely reworked thread-safe core system.

Other changes:

  • additional system informations on the webserver
file description
creepMiner-win64.zip 64 bit version for Windows
mining.conf sample configuration file

Downloads

creepMiner 1.4.3

@Creepsky Creepsky released this Feb 14, 2017 · 95 commits to master since this release

The default scheme for the pool and mining url is now 'http' with the port 8124
and for the wallet 'https' with the port 8127.

file description
creepMiner-win64.zip 64 bit version for Windows
mining.conf sample configuration file

Downloads

creepMiner 1.4.1

@Creepsky Creepsky released this Feb 13, 2017 · 99 commits to master since this release

Hotfix: Memory leak while mining

Fixed a memory leak that occured sometimes when a new block begins while the plot readers were still working.

file description
creepMiner-win64.zip 64 bit version for Windows
mining.conf sample configuration file

Downloads