So for now i will post the change-log here and on the next comment a bunch of preview pic's.
I will also add the Windows 64bit build version i am using optimized for my Intel 4770k CPU.
If your cpu is older than mine the build will most likely crash for you sorry.
I recently have had issues with my MingW install after porting it from one machine to another.
has 6 windows 64bit versions.. sse2,sse4,avx2 (cheat test and normal versions) plus source code.
Includes 4 builds + Source code (2 versions for 2 cpu's each) one with cheat mode on and the other with cheat mode off.
*Should work on any CPU that supports SSE4 or any that support AVX2 on the other build.
CPU Miner Advanced v5 - JackpotCoin Edition By Spoetnik
Code base - Pooler's miner =
https://bitcointalksearch.org/topic/an-even-more-optimized-version-of-cpuminer-poolers-cpuminer-cpu-only-55038 Original release - Jackpot Team - 04/25/2014 - See Readme for more info.
Original Github ID: 8e5ae495d90eeffa53d338c23ae2705f6eb69b89
Donations are appreciated i have spent lots of time coding and have little hardware
If anyone can motivate me with some JPC coins thanks a lot
Jackpot address = JdPDpV9cLguK4vxgcfno8az4UWxXYrmcpv
Changelog: v5.0.2.0 - 05/20/2014 - Code Name: Rantology
- Added a Code Name identifier to the startup info to make versions more recognizable.
- Cheat Mode testing is done. Use cmd-line --cheat to try it out.
- Added Visual Studio Project files and changed source code to support this.
- Added New Window Title info including current hash rates (5 second avg)
- Moved Help info code into it's own source code file, use cmd-line --help
- Fixed Bug in console logging color code that cuased a race condition.
- Changed benchmark mode to show highest speed in Blue and normal summary in Green.
- Changed benchmark mode to show combined hash-rate from all threads in summary.
- Reworked scanhash() code, now cheat mode test uses it's own seperate function.
- Reworked and optimized / tweaked Jackpot algo hashing code. (default algo)
- Added expanded version info when running command-line --version.
- Updated and compiled all the libraries, such as LibCurl (general optimizations)
- Updated and expanded version.h header file code.
- Maybe more, sorry if i forgot to mention it
Changelog: v5.0.0.8 - 05/05/2014
- cheat mode test (from UncleBob's quark miner mod)
Changelog: v5.0.0.6 - 05/05/2014
- all documents are updated (found with source code)
- removed old LibCurl compilation error fix from autogen.sh and Makefile.am
- fixed misaligned help info console formatting.
* changed --retry-pause from 30 to 15 default.
* tweaked max64 algo modifier *again
* command-line -H, --hashdebug (enable hash debug output) is new on this mod.
- added used url message to console output (previously removed)
- ported my scantime setting fixs to cpuminer 2.3.3 updated code used.
- added algo name to console window title info.
- added .bat file to cleanup generated files on windows.
- removed 1 second delay between threads creation added previously.
Changelog: v5.0.0.5 - 05/04/2014
~ proper and full update of base code cpuminer 2.3.3
- The --url option is now mandatory
- Do not switch to Stratum when using an HTTP proxy
- Fix scheduling policy change on Linux (clbr)
- Fix CPU affinity on FreeBSD (ache)
- Compatibility fixes for various platforms like Solaris 8 and old OS X.
- A man page for minerd is now available
Changelog: v5.0.0.1 - 05/03/2014
- default algo is Jackpot coin.
- added color, see notes.
- added share submission benchmark timer function (Windows only)
- made various minor spelling changes for console messages.
- changed share submission notification from (yay!!!)/(booooo) to (good)/(bad)
- added a REAL WORKING scantime setting (fixed MAJOR big) see notes.
- added benchmark function, see notes.
- added additional debug info.
- added program name and version info to console window title.
- added scantime config setting info to console window title.
- added console message stating why a share is rejected.
* = forgot to mention before
Notes:
- Limited testing has been done. Please report any bugs.
- Use --help command line for more info.
- Algos supported are Jackpot, Quark, Scrypt and SHA256.
- New Timer Mode feature (windows only)
This times in seconds / minutes how long it takes to reach x shares submitted.
Only Good shares are counted.
Use --timer 10 for example to time 10 submitted shares (or blocks found solo mining)
If x shares is reached a message colored Purple will show the time elapsed.
When the amount of shares is reached the timer is turned off and does nothing.
- New Benchmark Mode feature.
Use Command-Line --benchmark to run the hashing test.
This will test out your hashing speed and report back a summary on intervals.
Benchmarking is done in offline mode no connection to pools or daemons needed.
Example: minerd -t 6 --benchmark
- Color coding is as follows.
Red = Error
Green = Normal Share.
Cyan = Fastest submitted Share.
Purple = Special messages.
Blue = New Block info.
- Default color mode is Bright.
Use --color normal for normal colors
Use --color bright for bright colors
Use --color none for no colors (text will be grey)
Or use -w instead of --color
The Command-Line is only needed to set dull colors or none.
- Scantime command line bug fix / mod notes.
The option has never worked on ANY cpu miner and i fixed it.
The only cicumstances it would ever have any effect is when solo mining.
I fixed this last year and checked numerous github repo's
and every single cpu miner mod and cudaminer mod suffered from the same bug.
what this means is that if you set --scantime on a Pool it does nothing at all.
Teh code clearly shows how teh scan time command line option is only used
when Long Polling or Stratum is NOT found and it then has ALWAYS defaulted to 60
60 is a hard coded value on every cpu miner and cudaminer version i have ever seen.
#define LP_SCANTIME 60 is written in cpuminer.c in all repo's
So it's working now have fun and experiment with it