Cgminer 3.7.2 - Gpu Mining Software -litecoin Scrypt- 64 Bit Guide
| Parameter | Value | Description | |-----------|-------|-------------| | --scrypt | (flag) | Enables Scrypt hashing (Litecoin) | | -o | pool URL | Stratum mining pool address | | -u | wallet | Your LTC receiving address | | -p | x | Password (usually 'x') | | --intensity | 13-18 | Lower = stable GUI, Higher = max hashrate | | --gpu-engine | 1000-1200 | Core clock (depends on GPU) | | --gpu-memclock | 1400-1800 | Memory clock (Scrypt is memory-hard) | | --gpu-threads | 1-2 | Threads per GPU (usually 1 for Scrypt) | | --worksize | 256 | Best for most GPUs |
This article serves as the ultimate resource for miners, hobbyists, and retro-tech enthusiasts looking to deploy . We will explore its history, technical architecture, configuration steps, performance tuning, and why this specific version remains relevant today. CGMiner 3.7.2 - GPU Mining Software -Litecoin Scrypt- 64 Bit
| Flag | Value Range | Explanation | |------|-------------|-------------| | --scrypt | (flag) | Enables Scrypt algorithm (Litecoin/Dogecoin). | | --thread-concurrency | 4096 – 8192+ | Defines memory buffers. For 64-bit & 4GB+ GPUs, start at 8000. | | --gpu-threads | 1 or 2 | Number of Scrypt hashes per GPU. Use 2 for modern cards. | | --shaders | 1280 (e.g., RX 580) | Automatically set thread concurrency. Overrides manual TC. | | --gpu-engine | 1000-1200 MHz | Core clock. Lower power = less heat. | | --gpu-memclock | 1500-2000 MHz | Memory clock. Scrypt is memory-sensitive. | | --gpu-powertune | 0 to 20 | Increases power limit to avoid throttling. | | --lookup-gap | 2 | Reduces memory re-use. 2 is best for Scrypt. | | --worksize | 256 | Hash kernels per compute unit. 256 is stable. | | --no-submit-stale | (flag) | Discards stale shares (reduces pool rejects). | | --failover-only | (flag) | Only use secondary pool if primary fails. | | | --thread-concurrency | 4096 – 8192+ |
cgminer.exe --scrypt -o stratum+tcp://pool_address:port -u worker_name -p worker_password -I 13 -g 1 -w 256 --thread-concurrency 8192 Use code with caution. Copied to clipboard Command Breakdown: Use 2 for modern cards
sudo apt-get install build-essential libcurl4-openssl-dev libusb-1.0-0-dev libncurses5-dev git clone https://github.com/ckolivas/cgminer -b 3.7.2 cd cgminer ./autogen.sh ./configure --enable-opencl --enable-scrypt make sudo make install