forked from Nexusoft/PrimeSoloMiner
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.ini
42 lines (36 loc) · 1012 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[GENERAL]
nPrimeLimitB = 8388608
nBitArray_Size = 7864320 # default for unmatched GPUs
nPrimeLimitA = 512 # default for unmatched GPUs
nSharedSizeKB = 48 # default for unmatched GPUs
nThreadsKernelA = 768 # default for unmatched GPUs
[GeForce GTX 1080]
nPrimeLimitA = 384
nBitArray_Size = 7864320 # 20*48*1024*8
nSharedSizeKB = 48
nThreadsKernelA = 768
[GeForce GTX 1070]
nPrimeLimitA = 384
nBitArray_Size = 5898240 # 15*48*1024*8
nSharedSizeKB = 48
nThreadsKernelA = 768
[GeForce GTX 760]
nPrimeLimitA = 384
nBitArray_Size = 3145728 # 8*48*1024*8
nSharedSizeKB = 48
nThreadsKernelA = 768
[GeForce GTX 750]
nPrimeLimitA = 256
nBitArray_Size = 3932160 # 240 * 1024 * 8 * 2
nSharedSizeKB = 32
nThreadsKernelA = 512
[GeForce GTX 980]
nPrimeLimitA = 512
nBitArray_Size = 12582912 # 768 * 1024 * 8 * 2
nSharedSizeKB = 48
nThreadsKernelA = 768
[GRID K520]
nPrimeLimitA = 384
nBitArray_Size = 3145728 # 8*48*1024*8
nSharedSizeKB = 48
nThreadsKernelA = 768