Bitcoin Forum
June 28, 2024, 09:30:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: xmr stak cpu  (Read 209 times)
nektar83 (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
December 01, 2017, 08:08:36 PM
 #1

hi a quick question how i set custon difficulty in xmr stak cpu for monero!
i tried after my adress .xxxxx the number but it recognize it as worker name!
eyeflip
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
February 12, 2018, 05:33:07 AM
 #2

would like an answer to this also
vuli
Full Member
***
Offline Offline

Activity: 233
Merit: 100


Andrius | Junior Business developer at Unboxed ICO


View Profile WWW
February 12, 2018, 06:48:00 AM
 #3

actualy difficulty is provided by pool and usualy it changes automaticly or they use different ports.
If you mean intensity and that stuff for gpus, try smth like this:
Quote
/*
 * GPU configuration. You should play around with intensity and worksize as the fastest settings will vary.
 *      index    - GPU index number usually starts from 0
 *  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 scratch pad memory
 *                 true  = use 16byte contiguous memory per thread, the next memory block has offset of intensity blocks
 *                 false = use a contiguous block of memory per thread
 * "gpu_threads_conf" :
 * [
 *   { "index" : 0, "intensity" : 1000, "worksize" : 8, "affine_to_cpu" : false, "strided_index" : true },
 * ],
 */

"gpu_threads_conf" : [
  // gpu: Ellesmere memory:3712
  // compute units: 32
  { "index" : 0,
    "intensity" : 768, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : true
  },
  // gpu: Ellesmere memory:3920
  // compute units: 36
  { "index" : 1,
    "intensity" : 864, "worksize" : 8,
    "affine_to_cpu" : false, "strided_index" : true
  },

],

/*
 * Platform index. This will be 0 unless you have different OpenCL platform - eg. AMD and Intel.
 */
"platform_index" : 2,

if it doesn't work, ask google for XMR-AEON-STAK-2.2

Unboxed - rowing community of people getting paid to do what they love to get a share of the $36 billion brands are spending annually on Facebook Ads
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!