Xmr Stak Auto Tune
Xmr Stak Auto Tuneup
Mar 10, 2018 I present a new utility for you all - XMR-Stak remote monitor A small executable that will read from the XMR-Stak HTTP daemon and upload hashrate data every 30 seconds allowing you to monitor hashrate for multiple rigs or XMR-Stak instances in one place. . affinetocpu - This will affine the thread to a CPU. This can make a GPU miner play along nicer with a CPU miner. Sep 15, 2017 Xmrig is a faster XMR miner in some use cases. Discussion in 'Cryptocurrency Mining and Markets' started by Klee. Free download professional vst plugins downloads. Anyway I swapped the E5-2660's and the 2660's so now it at least gives me the opportunity to compare xmr-stak-cpu with xmrig under Ubuntu 16.04 and its about the same performance. The core auto config seems to work perfectly. Oct 04, 2017 How Intall XMR-STAK-CPU - Monero Mining Tool. I recommend using xmr-stak-cpu, a very fast, cost-effective, open source solution. First off, we will have to install dependencies of the program. We will also have to compile it, so we need software for that, too. Run: sudo apt install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev. Search for: Search Welcome to XMR-Stak XMRStak.com aims to provide you with a place to share and find the best configurations for your AMD & Nvidia Video Cards as well as Intel and AMD Processors. You can read more about XMR-Stak on the official Github page. New Monero ConfigurationsAMD Ryzen 5 2600 w/stock cooler – Continue reading 'XMR-Stak.
Xmr Stak Auto Tunes
- // generated by xmr-stak/2.10.7/fd19a5d03/unknown/win/amd-cpu/20
- /*
- * GPU configuration. You should play around with intensity and worksize as the fastest settings will vary.
- * intensity - Number of parallel GPU threads (nothing to do with CPU threads)
- * worksize - Number of local GPU threads (nothing to do with CPU threads)
- * affine_to_cpu - This will affine the thread to a CPU. This can make a GPU miner play along nicer with a CPU miner.
- * strided_index - switch memory pattern used for the scratchpad memory
- * 3 = chunked memory, chunk size based on the 'worksize'
- * required: intensity must be a multiple of worksize
- * 2 = chunked memory, chunk size is controlled by 'mem_chunk'
- * required: intensity must be a multiple of worksize
- * 1 or true = use 16 byte contiguous memory per thread, the next memory block has offset of intensity blocks
- * (for cryptonight_v8 and monero it is equal to strided_index = 0)
- * 0 or false = use a contiguous block of memory per thread
- * mem_chunk - range 0 to 18: set the number of elements (16byte) per chunk
- * this value is only used if 'strided_index' 2
- * element count is computed with the equation: 2 to the power of 'mem_chunk' e.g. 4 means a chunk of 16 elements(256 byte)
- * unroll - allow to control how often the POW main loop is unrolled; valid range [1;128) - for most OpenCL implementations it must be a power of two.
- * comp_mode - Compatibility enable/disable the automatic guard around compute kernel which allows
- * to use an intensity which is not the multiple of the worksize.
- * If you set false and the intensity is not multiple of the worksize the miner can crash:
- * in this case set the intensity to a multiple of the worksize or activate comp_mode.
- * interleave - Controls the starting point in time between two threads on the same GPU device relative to the last started thread.
- * This option has only an effect if two compute threads using the same GPU device: valid range [0;100]
- * 40 = each working thread waits until 40% of the hash calculation of the previously started thread is finished
- * [
- * { 'index' : 0, 'intensity' : 1000, 'worksize' : 8, 'affine_to_cpu' : false,
- * 'strided_index' : true, 'mem_chunk' : 2, 'unroll' : 8, 'comp_mode' : true,
- * },
- * If you do not wish to mine with your AMD GPU(s) then use:
- * null,
- // gpu: Caicos compute units: 2
- // memory:192 192 384 MiB (used per thread max per alloc total free)
- 'intensity' : 40, 'worksize' : 8,
- 'affine_to_cpu' : false, 'strided_index' : 0, 'mem_chunk' : 2,
- 'unroll' : 1, 'comp_mode' : true, 'interleave' : 40
- * number of rounds per intensity performed to find the best intensity settings
- * WARNING: experimental option
- * 0 = disable auto tuning
- * 10 or higher = recommended value if you don't already know the best intensity
- 'auto_tune' : 0,
- /*
- * Platform index. This will be 0 unless you have different OpenCL platform - eg. AMD and Intel.
- 'platform_index' : 1,