Skip to content

Releases: Creepsky/creepMiner

creepMiner 1.4.4

17 Feb 01:37
Compare
Choose a tag to compare
creepMiner 1.4.4 Pre-release
Pre-release

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

creepMiner 1.4.3

14 Feb 23:23
Compare
Choose a tag to compare

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

creepMiner 1.4.1

13 Feb 14:44
Compare
Choose a tag to compare

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

creepMiner 1.4.0

11 Feb 13:26
Compare
Choose a tag to compare

Feature: Logging

The whole log process was reworked and now allows a more accurate configuration.
Also the miner now creates a log file.

Important: with this release the section output was replaced with logging!
Please see the informations in the wiki, especially the chapter Logging.

Hotfix: Fixed race condition while reading/verifying plot

There was a race condition while reading and verifying a plot file.
This issue was fixed and the miner should now produce no more wrong nonces.

Internal feature: reworked plot read process

While reading plot files, no more then maxBufferSizeMB MB of RAM are used with this release. This limitation is global, so it is true for all plot reader!

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

creepMiner 1.3.6

05 Feb 17:03
Compare
Choose a tag to compare

Mini-feature: Hover/Click informations for deadlines on HTML website

If you hover or click the deadlines graph with your mouse, informations about the blockheight and deadline are shown.

deadlines-informations

Just download, unpack and overwrite your /public directory.

file description
creepMiner-win64.zip 64 bit version for Windows
mining.conf sample configuration file
public.zip public dir for the local webserver

creepMiner 1.3.6

05 Feb 11:25
Compare
Choose a tag to compare

Bugfix: wrong nonce confirmation

Sometimes the calculated deadline from pool and miner is different and before this fix, the miner ignored the difference.

Now the pools calculated deadline has now more priority then the local calculated and the miner will take it, if there is a difference.

creepMiner 1.3.5

04 Feb 23:37
Compare
Choose a tag to compare

Bugfix: URI to RFC 3986

If a request is sent to a server, the requests are encoded to RFC 3986 valid form, described like here.

This is especially useful (and finally allows) for solo mining against a wallet.

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

creepMiner 1.3.4

04 Feb 23:34
Compare
Choose a tag to compare

Bugfix: target deadline

Manual target deadline ("targetDeadline" in config) was ignored if the pool/wallets target deadline was 0.

creepMiner 1.3.3

04 Feb 19:22
Compare
Choose a tag to compare

Bugfix: Passphrase not being de/encrypted

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

creepMiner 1.3.2

03 Feb 15:06
Compare
Choose a tag to compare

New feature: unlimited submission retry

You now can let the miner retry the submissions and requests unlimited times. It will end, until

a) confirmation of the nonce
b) new mining info
c) better nonce found

To activate the unlimited retry feature, set the "submissionMaxRetry" setting in the config file to 0:

    "submissionMaxRetry" : 0