Skip to content

burstcoin-jminer-0.4.4-SNAPSHOT

Pre-release
Pre-release
Compare
Choose a tag to compare
@de-luxe de-luxe released this 25 Mar 15:49
· 56 commits to master since this release
burstcoin-jminer-0.4.4-SNAPSHOT.zip
OS Windows (32/64bit), Linux (32/64bit), MacOS (64bit)
Download burstcoin-jminer-0.4.4-SNAPSHOT.zip
Setup https://github.com/de-luxe/burstcoin-jminer/wiki/configure-jminer.properties
MD5 8816ADFB0F1D755FC508DD436E599F17
SHA-1 736F072C348D9D8DE07197B74DA953D506C2D685
SHA-256 CFBFDB69E2CA606AF7C006009B6F58327E7418F07217C050AA8A416B60D8E459

Info:
Writing logfile is now optional and disabled per default.
Added some additional openCL info/support for easy setup. e.g.:

-------------------------------------------------------
List of system openCL platforms and devices (* = used for mining)

 * PLATFORM-[0] AMD Accelerated Parallel Processing
                OpenCL 2.0 AMD-APP (1642.5)
 *   DEVICE-[0] Tahiti (2GB) - Advanced Micro Devices, Inc.
                OpenCL 1.2 AMD-APP (1642.5) | '1642.5 (VM)'
                work group size '256', computing units '32', available 'true'
     DEVICE-[1] Intel(R) Core(TM) i7-4930K CPU @ 3.40GHz (17GB) - GenuineIntel
                OpenCL 1.2 AMD-APP (1642.5) | '1642.5 (sse2,avx)'
                work group size '1024', computing units '12', available 'true'

(*) openCL context successfully started! (platformId: 0, deviceId: 0)
-------------------------------------------------------

Fixed smaller bugs and stuck issue while solo-mining
Added debug mode (will e.g. list incomplete plot-files)

Changes:
#13 support all available openCL devices
#14 check for openCL support on startup, list available platforms/devices
#15 prevent wallet from stuck on solo-mining e.g. on slow blocks/no open gui
#16 writing logfile as optional feature
#17 stop using jocl 0.2.0 as long as there is no performance improvement
#19 provide info about 'incomplete' plot-files
#20 enable selection logLevel DEBUG for users that are interested in more details