{"id":23529,"date":"2024-08-01T10:27:00","date_gmt":"2024-08-01T08:27:00","guid":{"rendered":"https:\/\/www.bitshopper.de?p=23529"},"modified":"2026-06-09T10:56:24","modified_gmt":"2026-06-09T08:56:24","slug":"new-release-of-the-cgminer-gekko-v4-13-1-mining-software","status":"publish","type":"post","link":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/","title":{"rendered":"New release of the cgminer-gekko v4.13.1 Mining Software"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">To coincide with the release of the new GekkoScience USB stick miner Compac A1, <a href=\"https:\/\/kano.is\/gekko.php\">Kano<\/a> has released a new version of the GekkoScience branch of the CGMiner mining software. This new version includes, for the first time, enhancements for displaying ASIC temperature, power consumption, and other telemetry data. I&#8217;ll explain the key new features here. Installation instructions for Linux, Windows, and Mac are available in the respective support articles for the miners.   <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-cgminer-gekkoscience-branch-git-repository\">CGMiner Gekkoscience Branch Git Repository<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Kano&#8217;s original Git repository (the master) can be found here: <a href=\"https:\/\/github.com\/kanoi\/cgminer\">https:\/\/github.com\/kanoi\/cgminer<\/a>. This repository is a fork of Kon Colivas&#8217; original CGMiner repository and can be uniquely identified on GitHub as follows: <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"834\" height=\"370\" src=\"https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1.png\" alt=\"\" class=\"wp-image-27834\" srcset=\"https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1.png 834w, https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1-500x222.png 500w, https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1-768x341.png 768w, https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1-400x177.png 400w\" sizes=\"(max-width: 834px) 100vw, 834px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-running-cgminer\">Running CGMiner<\/h3>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h4 class=\"wp-block-heading\" id=\"h-linux\">Linux<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/cgminer -o stratum+tcp:\/\/stratum.kano.is:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 442<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">or<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.\/cgminer -c gekko.conf<\/code><\/pre>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h4 class=\"wp-block-heading\" id=\"h-windows\">Windows<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>cgminer.exe -o stratum+tcp:\/\/stratum.kano.is:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 442<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">or<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cgminer.exe -c gekko.conf<\/code><\/pre>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h4 class=\"wp-block-heading\" id=\"h-mac\">Mac<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>cgminer -o stratum+tcp:\/\/stratum.kano.is:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 442<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">or<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cgminer -c gekko.conf<\/code><\/pre>\n<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-example-of-a-gekko-conf-configuration-file\">Example of a gekko.conf configuration file <\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n\"pools\" : &#91;\n{\n\"url\" : \"stratum+tcp:\/\/stratum.kano.is:3333\",\n\"user\" : \"benutzername.worker\",\n\"pass\" : \"x\"\n}\n],\n\"gekko-compaca1-start-freq\" : \"300\",\n\"gekko-compaca1-freq\" : \"300\",\n\"gekko-compaca1-corev\" : \"300\",\n\"gekko-compaca1-detect\" : true,\n\"gekko-r909-freq\" : \"450\",\n\"gekko-r909-detect\" : true,\n\"gekko-compacf-freq\" : \"400\",\n\"gekko-compacf-detect\" : true,\n\"gekko-tune2\" : \"60\",\n\"suggest-diff\" : \"442\",\n\"failover-only\" : true,\n\"api-listen\" : true,\n\"api-port\" : \"4028\",\n\"api-allow\" : \"W:192.168.1.0\/24,W:127.0.0.1\"\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">In the examples above, please replace both the pool data and username.worker with your own pool data, user data and worker.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If multiple instances of CGMiner are running on one computer, a separate API port (in this example 4028) must be specified for each instance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-frequency-settings\">Frequency settings<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Standard frequency settings for Compac A1, Compac F and R909, Autodetect and Autotune<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" id=\"h-compac-a1\">Compac A1<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211;gekko-compaca1-start-freq 300 &#8211;gekko-compaca1-freq 300 &#8211;gekko-compaca1-corev 300<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" id=\"h-compac-f\">Compac F<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211;gekko-start-freq 400 &#8211;gekko-r909-freq 450<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" id=\"h-r909\">R909<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">&#8211;gekko-start-freq 200 &#8211;gekko-compacf-freq 200<\/p>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">If you use different GekkoScience miners at the same time, you can combine the frequency settings of the different miners:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--gekko-compaca1-freq 300 --gekko-r909-freq 450 --gekko-compacf-freq 400<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tuning-options-via-the-api\">Tuning options via the API<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The new Compac A1 is equipped with telemetry functions. CGMiner monitors the ASIC temperature during mining and stops the miner if the temperature rises above a critical threshold and starts the miner again when the ASICs have cooled down. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">All new tuning options will be available via the API in the future, allowing complex, sensor data-dependent controls to be implemented, e.g. for home automation or PV systems, which do not have to run on the same controller on which the CGMiner instance is running.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We recommend storing the tuning parameters in a configuration file (see further down in this article)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Enabling the API:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--api-listen --api-allow \"W:192.168.1.0\/24,W:127.0.0.1\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The specified IP addresses get access to the CGMiner API. 127.0.0.1 is the so-called localhost or loopback address and points to the controller on which the CGMiner instance is running. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The API requires a Java installation on the computer you are using to access the API. The build instructions below also include a dependency on Java in case you are only using one controller for the CGMiner instance and the tuning configuration.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you use multiple instances of CGMiner on one computer (for example, using the screen command), the API of each instance must be started with its own port number. By default, CGMiner uses port 4028. You can enable the API with a different port number as follows: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>--api-listen --api-allow \"W:192.168.1.0\/24,W:127.0.0.1\" <strong>--api-port 4029<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If CGMiner successfully activates the API, the following message will be displayed: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>API running in IP access mode on port 4028 (10)<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you try to bind an API port to a CGMiner instance that is already being used by another instance, the following error message appears: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>API bind to port 4028 failed - trying again in 30sec\nAPI bind to port 4028 failed - trying again in 30sec\nAPI bind to port 4028 failed - trying again in 30sec\nAPI bind to port 4028 failed (Address already in use) - API will not be available<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">To view the settings and miner configuration, use the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>java API estats minerIP<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">for example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>java API estats 192.168.0.12<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you access the API from localhost, you can omit the IP address in the call:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>java API estats<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Example output:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;STATS] =&gt; 0\n&#91;Serial] =&gt; GS-10008000\n&#91;WaitFactor0] =&gt; 0.500000\n&#91;WaitFactor] =&gt; 2.000000\n&#91;JobDataAge] =&gt; 0.001697\n&#91;Jobs] =&gt; 10081\/12972\/12980\/12972\/12980\n&#91;JobElapsed] =&gt; 46.61\/59.99\/60.00\/59.99\/60.00\n&#91;JobsPerSec] =&gt; 216.28\/216.20\/216.33\/216.21\/216.32\n&#91;JobsAvgms] =&gt; 4.62\/4.63\/4.62\/4.63\/4.62\n&#91;JobsMinMaxms] =&gt; 0.52:5.12\/0.30:4.99\/0.28:4.91\/0.84:5.77\/0.53:5.06<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Further details on the API configuration can be found here:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;github.com\/kanoi\/cgminer\/blob\/master\/API-README#L485<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Frequency settings via the API<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Version 4.13.1 offers many new frequency setting options for individual or all ASICs of a miner. Since the ASICs used usually have a high series variation, the individual frequency optimum of each ASIC can be determined and set.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Setzen einer einheitlichen Taktfrequenz (im Beispiel 400) f\u00fcr alle ASICs eines Miners \u00fcber die API:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>   java API \"ascset|0,freq,400\" {Miner-IP}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you change the frequency and the frequencies of the individual ASICs are not locked, the AutoTune mode becomes active and tries to adjust the frequency to find the optimum automatically.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a special case, you can also set the frequency to zero.<br>This effectively stops mining and reduces power consumption to a minimum. This option is particularly suitable for hysteresis control with fluctuating available power (e.g., PV systems). <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can also see the current chip frequencies in the API output:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;Chip0FreqSend] =&gt; 500.000000\n&#91;Chip0FreqReply] =&gt; 500.000000\n&#91;Chip1FreqSend] =&gt; 500.000000\n&#91;Chip1FreqReply] =&gt; 500.000000\n&#91;Chip2FreqSend] =&gt; 500.000000\n&#91;Chip2FreqReply] =&gt; 500.000000\n&#91;Chip3FreqSend] =&gt; 500.000000\n&#91;Chip3FreqReply] =&gt; 500.000000\n&#91;Chip4FreqSend] =&gt; 500.000000\n&#91;Chip4FreqReply] =&gt; 500.000000\n&#91;Chip5FreqSend] =&gt; 500.000000\n&#91;Chip5FreqReply] =&gt; 500.000000<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u201cReply\u201d is the chip\u2019s response after it has been sent the \u201ctransmit\u201d frequency. You will always see details on the screen when frequency changes occur.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Blocking frequencies (overriding AutoTune mode)<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>java API \"ascset|0,lockfreq\" {Miner-IP}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This API call locks all currently set frequencies for the selected miner. CGMiner will not change the currently set frequency unless the ASICs stop responding (zombie), in which case AutoTune will be activated again.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If all ASICs of a miner stop responding, the lock is lifted, a reset is performed and the process continues in standard mode without frequency lock.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The frequency lock will be lifted via the following API call:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>java API \"ascset|0,unlockfreq\" {Miner-IP}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">If you are running more than one miner on your CGMiner instance, you must specify the ASIC number of the miner for which you want to set the frequency settings.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is the [STATS] number in the output of the \u2018estats\u2019 command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;STATS] =&gt; <strong>0<\/strong><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Note: The [ID] number is not the API ASIC number, although they are often the same.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code> java API \"ascset|<strong>0<\/strong>,lockfreq\" {Miner-IP}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>The miner resets when a specified hashrate is undershot.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There is an API-adjustable command that resets and restarts the miner if the hashrate falls below a specified hashrate. By default, the miner is reset when the current hashrate falls below 65% of the expected hashrate. In this case, the miner is reset and the frequency is adjusted downwards.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>java API \"ascset|<strong>0<\/strong>,require,0.65\" {Miner-IP}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Note: Each individual miner can be addressed with this command via the [ID] number.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Setting the same frequency on all chips (e.g. 400 MHz)<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>java API \"ascset|<strong>0<\/strong>,freq,400\" {Miner-IP}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Of course, if you change the frequency and the frequencies are not locked, the plateau code comes into effect and tries to automatically adjust the frequency towards the miner optimum.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Setting a specific frequency for a defined ASIC (e.g., 410 MHz on ASIC 0)<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>java API \"ascset|<strong>0<\/strong>,chip,0:410\" {Miner-IP}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Our experience with the BM1397 ASIC: If you set one chip&#8217;s frequency to zero, all chips seem to automatically go to zero.<br>Our assumption is that the frequency range of the individual ASICs in a string cannot be set very far apart for all ASICs to function correctly. Try it out. To test individual ASICs, you can set one chip 100 MHz below the clock frequency of the others; this has proven effective for testing individual ASICs.  <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Changing the amount of time that cgminer\/USB waits to send data packets to the miner.<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>java API \"ascset|<strong>0<\/strong>,usbprop,800\" {Miner-IP}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can change the time that cgminer\/USB waits before sending the next USB data packets to the miner.<br>The adjustable range is 200 to 1000 \u00b5s. The default value is 1000 \u00b5s. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This can be useful on a computer that can perform faster USB input\/output and has many miners connected.<br>If the value is set too low, problems can arise because the work packets may not reach the miner completely within the (too) short time window, and the nonces may not always be returned in full. The error rate increases in this case.<br>This setting is only compatible with the BM1397 R909 and CompacF miners. Increasing the value will increase the CPU load on the controller.  <\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Miner reset<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>java API \"ascset|<strong>0<\/strong>,reset\" minerIP<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This API command resets the miner addressed via the respective ID and resets it to default settings in conjunction with the Plateau code for automatically determining the mining optimum.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To coincide with the release of the new GekkoScience USB stick miner Compac A1, Kano has released a new version of the GekkoScience branch of the CGMiner mining software. This new version includes, for the first time, enhancements for displaying ASIC temperature, power consumption, and other telemetry data. I&#8217;ll explain the key new features here. [&#8230;] <a href=\"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/\">read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[210],"tags":[222,200],"class_list":["post-23529","post","type-post","status-publish","format-standard","hentry","category-software-en","tag-cgminer-en","tag-gekkoscience-en"],"acf":{"post_faqs":null,"post_faqs_source":{"label":"FAQs","type":"repeater","formatted_value":false}},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.2 (Yoast SEO v28.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>New release of the cgminer-gekko v4.13.1 Mining Software - bitshopper.de<\/title>\n<meta name=\"description\" content=\"Description of the latest version of the GekkoScience branch of CGMiner with adjustments for the new GekkoScience Miner Compac A1\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New release of the cgminer-gekko v4.13.1 Mining Software\" \/>\n<meta property=\"og:description\" content=\"Description of the latest version of the GekkoScience branch of CGMiner with adjustments for the new GekkoScience Miner Compac A1\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/\" \/>\n<meta property=\"og:site_name\" content=\"bitshopper.de\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-01T08:27:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-09T08:56:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"834\" \/>\n\t<meta property=\"og:image:height\" content=\"370\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"bitshopper\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"bitshopper\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/\"},\"author\":{\"name\":\"bitshopper\",\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/#\\\/schema\\\/person\\\/9d1208f9f3e61bac36dd737c45c2e345\"},\"headline\":\"New release of the cgminer-gekko v4.13.1 Mining Software\",\"datePublished\":\"2024-08-01T08:27:00+00:00\",\"dateModified\":\"2026-06-09T08:56:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/\"},\"wordCount\":1199,\"publisher\":{\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.bitshopper.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cgminer-kano-1.png\",\"keywords\":[\"CGMiner\",\"gekkoscience\"],\"articleSection\":[\"Software and Drivers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/\",\"url\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/\",\"name\":\"New release of the cgminer-gekko v4.13.1 Mining Software - bitshopper.de\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.bitshopper.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cgminer-kano-1.png\",\"datePublished\":\"2024-08-01T08:27:00+00:00\",\"dateModified\":\"2026-06-09T08:56:24+00:00\",\"description\":\"Description of the latest version of the GekkoScience branch of CGMiner with adjustments for the new GekkoScience Miner Compac A1\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.bitshopper.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cgminer-kano-1.png\",\"contentUrl\":\"https:\\\/\\\/www.bitshopper.de\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cgminer-kano-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/category\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Software and Drivers\",\"item\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/category\\\/blog\\\/software-en\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"New release of the cgminer-gekko v4.13.1 Mining Software\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/\",\"name\":\"bitshopper.de\",\"description\":\"Exclusive European distributor for Futurebit and GekkoScience Bitcoin miners \u2014 quiet, energy-efficient home miners since 2014.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/#organization\",\"name\":\"bitshopper.de\",\"url\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bitshopper.de\\\/wp-content\\\/uploads\\\/2014\\\/04\\\/cropped-bitshopper.de_.lang_400x120.png\",\"contentUrl\":\"https:\\\/\\\/www.bitshopper.de\\\/wp-content\\\/uploads\\\/2014\\\/04\\\/cropped-bitshopper.de_.lang_400x120.png\",\"width\":400,\"height\":120,\"caption\":\"bitshopper.de\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/bitshopper_de\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/#\\\/schema\\\/person\\\/9d1208f9f3e61bac36dd737c45c2e345\",\"name\":\"bitshopper\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d02d7daa67f0616189a3117a164997819ba424e227c13a66c13bfb7e33899631?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d02d7daa67f0616189a3117a164997819ba424e227c13a66c13bfb7e33899631?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d02d7daa67f0616189a3117a164997819ba424e227c13a66c13bfb7e33899631?s=96&d=mm&r=g\",\"caption\":\"bitshopper\"},\"url\":\"https:\\\/\\\/www.bitshopper.de\\\/en\\\/blog\\\/author\\\/bitshopper\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"New release of the cgminer-gekko v4.13.1 Mining Software - bitshopper.de","description":"Description of the latest version of the GekkoScience branch of CGMiner with adjustments for the new GekkoScience Miner Compac A1","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/","og_locale":"en_US","og_type":"article","og_title":"New release of the cgminer-gekko v4.13.1 Mining Software","og_description":"Description of the latest version of the GekkoScience branch of CGMiner with adjustments for the new GekkoScience Miner Compac A1","og_url":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/","og_site_name":"bitshopper.de","article_published_time":"2024-08-01T08:27:00+00:00","article_modified_time":"2026-06-09T08:56:24+00:00","og_image":[{"width":834,"height":370,"url":"https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1.png","type":"image\/png"}],"author":"bitshopper","twitter_misc":{"Written by":"bitshopper","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/#article","isPartOf":{"@id":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/"},"author":{"name":"bitshopper","@id":"https:\/\/www.bitshopper.de\/en\/#\/schema\/person\/9d1208f9f3e61bac36dd737c45c2e345"},"headline":"New release of the cgminer-gekko v4.13.1 Mining Software","datePublished":"2024-08-01T08:27:00+00:00","dateModified":"2026-06-09T08:56:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/"},"wordCount":1199,"publisher":{"@id":"https:\/\/www.bitshopper.de\/en\/#organization"},"image":{"@id":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1.png","keywords":["CGMiner","gekkoscience"],"articleSection":["Software and Drivers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/","url":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/","name":"New release of the cgminer-gekko v4.13.1 Mining Software - bitshopper.de","isPartOf":{"@id":"https:\/\/www.bitshopper.de\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/#primaryimage"},"image":{"@id":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1.png","datePublished":"2024-08-01T08:27:00+00:00","dateModified":"2026-06-09T08:56:24+00:00","description":"Description of the latest version of the GekkoScience branch of CGMiner with adjustments for the new GekkoScience Miner Compac A1","breadcrumb":{"@id":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/#primaryimage","url":"https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1.png","contentUrl":"https:\/\/www.bitshopper.de\/wp-content\/uploads\/2026\/06\/cgminer-kano-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bitshopper.de\/en\/blog\/new-release-of-the-cgminer-gekko-v4-13-1-mining-software\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bitshopper.de\/en\/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https:\/\/www.bitshopper.de\/en\/blog\/category\/blog\/"},{"@type":"ListItem","position":3,"name":"Software and Drivers","item":"https:\/\/www.bitshopper.de\/en\/blog\/category\/blog\/software-en\/"},{"@type":"ListItem","position":4,"name":"New release of the cgminer-gekko v4.13.1 Mining Software"}]},{"@type":"WebSite","@id":"https:\/\/www.bitshopper.de\/en\/#website","url":"https:\/\/www.bitshopper.de\/en\/","name":"bitshopper.de","description":"Exclusive European distributor for Futurebit and GekkoScience Bitcoin miners \u2014 quiet, energy-efficient home miners since 2014.","publisher":{"@id":"https:\/\/www.bitshopper.de\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bitshopper.de\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bitshopper.de\/en\/#organization","name":"bitshopper.de","url":"https:\/\/www.bitshopper.de\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bitshopper.de\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.bitshopper.de\/wp-content\/uploads\/2014\/04\/cropped-bitshopper.de_.lang_400x120.png","contentUrl":"https:\/\/www.bitshopper.de\/wp-content\/uploads\/2014\/04\/cropped-bitshopper.de_.lang_400x120.png","width":400,"height":120,"caption":"bitshopper.de"},"image":{"@id":"https:\/\/www.bitshopper.de\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bitshopper_de"]},{"@type":"Person","@id":"https:\/\/www.bitshopper.de\/en\/#\/schema\/person\/9d1208f9f3e61bac36dd737c45c2e345","name":"bitshopper","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d02d7daa67f0616189a3117a164997819ba424e227c13a66c13bfb7e33899631?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d02d7daa67f0616189a3117a164997819ba424e227c13a66c13bfb7e33899631?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d02d7daa67f0616189a3117a164997819ba424e227c13a66c13bfb7e33899631?s=96&d=mm&r=g","caption":"bitshopper"},"url":"https:\/\/www.bitshopper.de\/en\/blog\/author\/bitshopper\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bitshopper.de\/en\/wp-json\/wp\/v2\/posts\/23529","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bitshopper.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bitshopper.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bitshopper.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bitshopper.de\/en\/wp-json\/wp\/v2\/comments?post=23529"}],"version-history":[{"count":2,"href":"https:\/\/www.bitshopper.de\/en\/wp-json\/wp\/v2\/posts\/23529\/revisions"}],"predecessor-version":[{"id":27836,"href":"https:\/\/www.bitshopper.de\/en\/wp-json\/wp\/v2\/posts\/23529\/revisions\/27836"}],"wp:attachment":[{"href":"https:\/\/www.bitshopper.de\/en\/wp-json\/wp\/v2\/media?parent=23529"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bitshopper.de\/en\/wp-json\/wp\/v2\/categories?post=23529"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bitshopper.de\/en\/wp-json\/wp\/v2\/tags?post=23529"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}