Releases: Creepsky/creepMiner
creepMiner 1.4.4
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
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
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
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
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.
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
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
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
Bugfix: target deadline
Manual target deadline ("targetDeadline" in config) was ignored if the pool/wallets target deadline was 0.
creepMiner 1.3.3
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
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