Pages:
Author

Topic: [XMR] JCE Miner Cryptonight/forks, now with GPU! - page 56. (Read 90814 times)

jr. member
Activity: 176
Merit: 2
Hey JCE !!

Can confirm that JCE hr is marginally better than SRBMiner hr. And this isnt the best part, the internal check of effective hash rate is a god send. The effective hash rate of JCE is very much in line with the pool hr and beats most other miners. Thx mate, its a win for transparency.

Will be better if the API can provide 5m,30m,60m avgerage actual hr.

Btw my vega 64 reference cards rock 2120~ hash/sec per card with following config:

Code:
{ "mode" : "GPU", "worksize" : 16, "alpha" : 128, "beta" : 16, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta" : 4, "index" : 0, "multi_hash":1968 },
{ "mode" : "GPU", "worksize" : 16, "alpha" : 128, "beta" : 16, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta" : 4, "index" : 0, "multi_hash":1968 }

Cheers mate.



what is your cclock and mclock?
member
Activity: 204
Merit: 10
Hey JCE !!

Can confirm that JCE hr is marginally better than SRBMiner hr. And this isnt the best part, the internal check of effective hash rate is a god send. The effective hash rate of JCE is very much in line with the pool hr and beats most other miners. Thx mate, its a win for transparency.

Will be better if the API can provide 5m,30m,60m avgerage actual hr.

Btw my vega 64 reference cards rock 2120~ hash/sec per card with following config:

Code:
{ "mode" : "GPU", "worksize" : 16, "alpha" : 128, "beta" : 16, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta" : 4, "index" : 0, "multi_hash":1968 },
{ "mode" : "GPU", "worksize" : 16, "alpha" : 128, "beta" : 16, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta" : 4, "index" : 0, "multi_hash":1968 }

Cheers mate.

member
Activity: 190
Merit: 59
Quote
killallasics.moneroworld.com is up for testing miners with the new CNV2 algo (self.Monero)

submitted 6 hours ago by gingeropolous Moderator

FYI, checkout killallasics.moneroworld.com to test your new miners. Banning is disabled, so be nice. Please dont throw tons of hash on it... test with 1 card, not your whole rig Smiley

JCE, are you preparing your miner for new cryptonight?  Cheesy
newbie
Activity: 46
Merit: 0
Hi Jce
AMD Epyc(7451*2) use auto config only have 1.5k.
Use xmr-stak 3.3k+
Such a big configuration, as you can guess, i've none such to test my autoconfig on.
Can you bring us the config that you used on xmr-stak? JCE CPU config is close to the stak format (the GPU is quite different).

The support of more than 64 cpu is recent on JCE and may not be optimal yet. Your system has a whooping 96 logical cpus !
But xmrstak has a maximum support of 64 cpus:
Code:
printer::inst()->print_msg(L0, "WARNING: Windows supports only affinity up to 63.");
from their source code, so maybe letting the os manage the cpus is enough, try this manual config :

Code:
"cpu_threads_conf" :
[
     { "cpu_architecture" : "auto", "affine_to_cpu" : false, "use_cache" : true, "multi_hash":1 },
     ... this line repeated 64 times since you have 2x64M cache
]

it may lead to same perf as stak.

It does't work.

Use the config only have 100-200h/s

Code:
+--------------------------------------+
| JC Expert Cryptonote CPU Miner 0.32h |
+--------------------------------------+


For Windows 64-bits
Analyzing Processors topology...
Dual AMD EPYC 7451 24-Core Processor
Assembly codename: ryzen
  SSE2          : Yes
  SSE3          : Yes
  SSE4          : Yes
  AES           : Yes
  AVX           : Yes
  AVX2          : Yes

Found CPU 0, with:
  L1 Cache:    32 KB, shared with CPU 1
  L2 Cache:   512 KB, shared with CPU 1
  L3 Cache:  8192 KB, shared with CPU 1, 2, 3, 4, 5
Found CPU 1, with:
  L1 Cache:    32 KB, shared with CPU 0
  L2 Cache:   512 KB, shared with CPU 0
  L3 Cache:  8192 KB, shared with CPU 0, 2, 3, 4, 5
Found CPU 2, with:
  L1 Cache:    32 KB, shared with CPU 3
  L2 Cache:   512 KB, shared with CPU 3
  L3 Cache:  8192 KB, shared with CPU 0, 1, 3, 4, 5
Found CPU 3, with:
  L1 Cache:    32 KB, shared with CPU 2
  L2 Cache:   512 KB, shared with CPU 2
  L3 Cache:  8192 KB, shared with CPU 0, 1, 2, 4, 5
Found CPU 4, with:
  L1 Cache:    32 KB, shared with CPU 5
  L2 Cache:   512 KB, shared with CPU 5
  L3 Cache:  8192 KB, shared with CPU 0, 1, 2, 3, 5
Found CPU 5, with:
  L1 Cache:    32 KB, shared with CPU 4
  L2 Cache:   512 KB, shared with CPU 4
  L3 Cache:  8192 KB, shared with CPU 0, 1, 2, 3, 4
Found CPU 6, with:
  L1 Cache:    32 KB, shared with CPU 7
  L2 Cache:   512 KB, shared with CPU 7
  L3 Cache:  8192 KB, shared with CPU 7, 8, 9, 10, 11
Found CPU 7, with:
  L1 Cache:    32 KB, shared with CPU 6
  L2 Cache:   512 KB, shared with CPU 6
  L3 Cache:  8192 KB, shared with CPU 6, 8, 9, 10, 11
Found CPU 8, with:
  L1 Cache:    32 KB, shared with CPU 9
  L2 Cache:   512 KB, shared with CPU 9
  L3 Cache:  8192 KB, shared with CPU 6, 7, 9, 10, 11
Found CPU 9, with:
  L1 Cache:    32 KB, shared with CPU 8
  L2 Cache:   512 KB, shared with CPU 8
  L3 Cache:  8192 KB, shared with CPU 6, 7, 8, 10, 11
Found CPU 10, with:
  L1 Cache:    32 KB, shared with CPU 11
  L2 Cache:   512 KB, shared with CPU 11
  L3 Cache:  8192 KB, shared with CPU 6, 7, 8, 9, 11
Found CPU 11, with:
  L1 Cache:    32 KB, shared with CPU 10
  L2 Cache:   512 KB, shared with CPU 10
  L3 Cache:  8192 KB, shared with CPU 6, 7, 8, 9, 10
Found CPU 12, with:
  L1 Cache:    32 KB, shared with CPU 13
  L2 Cache:   512 KB, shared with CPU 13
  L3 Cache:  8192 KB, shared with CPU 13, 14, 15, 16, 17
Found CPU 13, with:
  L1 Cache:    32 KB, shared with CPU 12
  L2 Cache:   512 KB, shared with CPU 12
  L3 Cache:  8192 KB, shared with CPU 12, 14, 15, 16, 17
Found CPU 14, with:
  L1 Cache:    32 KB, shared with CPU 15
  L2 Cache:   512 KB, shared with CPU 15
  L3 Cache:  8192 KB, shared with CPU 12, 13, 15, 16, 17
Found CPU 15, with:
  L1 Cache:    32 KB, shared with CPU 14
  L2 Cache:   512 KB, shared with CPU 14
  L3 Cache:  8192 KB, shared with CPU 12, 13, 14, 16, 17
Found CPU 16, with:
  L1 Cache:    32 KB, shared with CPU 17
  L2 Cache:   512 KB, shared with CPU 17
  L3 Cache:  8192 KB, shared with CPU 12, 13, 14, 15, 17
Found CPU 17, with:
  L1 Cache:    32 KB, shared with CPU 16
  L2 Cache:   512 KB, shared with CPU 16
  L3 Cache:  8192 KB, shared with CPU 12, 13, 14, 15, 16
Found CPU 18, with:
  L1 Cache:    32 KB, shared with CPU 19
  L2 Cache:   512 KB, shared with CPU 19
  L3 Cache:  8192 KB, shared with CPU 19, 20, 21, 22, 23
Found CPU 19, with:
  L1 Cache:    32 KB, shared with CPU 18
  L2 Cache:   512 KB, shared with CPU 18
  L3 Cache:  8192 KB, shared with CPU 18, 20, 21, 22, 23
Found CPU 20, with:
  L1 Cache:    32 KB, shared with CPU 21
  L2 Cache:   512 KB, shared with CPU 21
  L3 Cache:  8192 KB, shared with CPU 18, 19, 21, 22, 23
Found CPU 21, with:
  L1 Cache:    32 KB, shared with CPU 20
  L2 Cache:   512 KB, shared with CPU 20
  L3 Cache:  8192 KB, shared with CPU 18, 19, 20, 22, 23
Found CPU 22, with:
  L1 Cache:    32 KB, shared with CPU 23
  L2 Cache:   512 KB, shared with CPU 23
  L3 Cache:  8192 KB, shared with CPU 18, 19, 20, 21, 23
Found CPU 23, with:
  L1 Cache:    32 KB, shared with CPU 22
  L2 Cache:   512 KB, shared with CPU 22
  L3 Cache:  8192 KB, shared with CPU 18, 19, 20, 21, 22
Found CPU 24, with:
  L1 Cache:    32 KB, shared with CPU 25
  L2 Cache:   512 KB, shared with CPU 25
  L3 Cache:  8192 KB, shared with CPU 25, 26, 27, 28, 29
Found CPU 25, with:
  L1 Cache:    32 KB, shared with CPU 24
  L2 Cache:   512 KB, shared with CPU 24
  L3 Cache:  8192 KB, shared with CPU 24, 26, 27, 28, 29
Found CPU 26, with:
  L1 Cache:    32 KB, shared with CPU 27
  L2 Cache:   512 KB, shared with CPU 27
  L3 Cache:  8192 KB, shared with CPU 24, 25, 27, 28, 29
Found CPU 27, with:
  L1 Cache:    32 KB, shared with CPU 26
  L2 Cache:   512 KB, shared with CPU 26
  L3 Cache:  8192 KB, shared with CPU 24, 25, 26, 28, 29
Found CPU 28, with:
  L1 Cache:    32 KB, shared with CPU 29
  L2 Cache:   512 KB, shared with CPU 29
  L3 Cache:  8192 KB, shared with CPU 24, 25, 26, 27, 29
Found CPU 29, with:
  L1 Cache:    32 KB, shared with CPU 28
  L2 Cache:   512 KB, shared with CPU 28
  L3 Cache:  8192 KB, shared with CPU 24, 25, 26, 27, 28
Found CPU 30, with:
  L1 Cache:    32 KB, shared with CPU 31
  L2 Cache:   512 KB, shared with CPU 31
  L3 Cache:  8192 KB, shared with CPU 31, 32, 33, 34, 35
Found CPU 31, with:
  L1 Cache:    32 KB, shared with CPU 30
  L2 Cache:   512 KB, shared with CPU 30
  L3 Cache:  8192 KB, shared with CPU 30, 32, 33, 34, 35
Found CPU 32, with:
  L1 Cache:    32 KB, shared with CPU 33
  L2 Cache:   512 KB, shared with CPU 33
  L3 Cache:  8192 KB, shared with CPU 30, 31, 33, 34, 35
Found CPU 33, with:
  L1 Cache:    32 KB, shared with CPU 32
  L2 Cache:   512 KB, shared with CPU 32
  L3 Cache:  8192 KB, shared with CPU 30, 31, 32, 34, 35
Found CPU 34, with:
  L1 Cache:    32 KB, shared with CPU 35
  L2 Cache:   512 KB, shared with CPU 35
  L3 Cache:  8192 KB, shared with CPU 30, 31, 32, 33, 35
Found CPU 35, with:
  L1 Cache:    32 KB, shared with CPU 34
  L2 Cache:   512 KB, shared with CPU 34
  L3 Cache:  8192 KB, shared with CPU 30, 31, 32, 33, 34
Found CPU 36, with:
  L1 Cache:    32 KB, shared with CPU 37
  L2 Cache:   512 KB, shared with CPU 37
  L3 Cache:  8192 KB, shared with CPU 37, 38, 39, 40, 41
Found CPU 37, with:
  L1 Cache:    32 KB, shared with CPU 36
  L2 Cache:   512 KB, shared with CPU 36
  L3 Cache:  8192 KB, shared with CPU 36, 38, 39, 40, 41
Found CPU 38, with:
  L1 Cache:    32 KB, shared with CPU 39
  L2 Cache:   512 KB, shared with CPU 39
  L3 Cache:  8192 KB, shared with CPU 36, 37, 39, 40, 41
Found CPU 39, with:
  L1 Cache:    32 KB, shared with CPU 38
  L2 Cache:   512 KB, shared with CPU 38
  L3 Cache:  8192 KB, shared with CPU 36, 37, 38, 40, 41
Found CPU 40, with:
  L1 Cache:    32 KB, shared with CPU 41
  L2 Cache:   512 KB, shared with CPU 41
  L3 Cache:  8192 KB, shared with CPU 36, 37, 38, 39, 41
Found CPU 41, with:
  L1 Cache:    32 KB, shared with CPU 40
  L2 Cache:   512 KB, shared with CPU 40
  L3 Cache:  8192 KB, shared with CPU 36, 37, 38, 39, 40
Found CPU 42, with:
  L1 Cache:    32 KB, shared with CPU 43
  L2 Cache:   512 KB, shared with CPU 43
  L3 Cache:  8192 KB, shared with CPU 43, 44, 45, 46, 47
Found CPU 43, with:
  L1 Cache:    32 KB, shared with CPU 42
  L2 Cache:   512 KB, shared with CPU 42
  L3 Cache:  8192 KB, shared with CPU 42, 44, 45, 46, 47
Found CPU 44, with:
  L1 Cache:    32 KB, shared with CPU 45
  L2 Cache:   512 KB, shared with CPU 45
  L3 Cache:  8192 KB, shared with CPU 42, 43, 45, 46, 47
Found CPU 45, with:
  L1 Cache:    32 KB, shared with CPU 44
  L2 Cache:   512 KB, shared with CPU 44
  L3 Cache:  8192 KB, shared with CPU 42, 43, 44, 46, 47
Found CPU 46, with:
  L1 Cache:    32 KB, shared with CPU 47
  L2 Cache:   512 KB, shared with CPU 47
  L3 Cache:  8192 KB, shared with CPU 42, 43, 44, 45, 47
Found CPU 47, with:
  L1 Cache:    32 KB, shared with CPU 46
  L2 Cache:   512 KB, shared with CPU 46
  L3 Cache:  8192 KB, shared with CPU 42, 43, 44, 45, 46
Found CPU 48, with:
  L1 Cache:    32 KB, shared with CPU 49
  L2 Cache:   512 KB, shared with CPU 49
  L3 Cache:  8192 KB, shared with CPU 49, 50, 51, 52, 53
Found CPU 49, with:
  L1 Cache:    32 KB, shared with CPU 48
  L2 Cache:   512 KB, shared with CPU 48
  L3 Cache:  8192 KB, shared with CPU 48, 50, 51, 52, 53
Found CPU 50, with:
  L1 Cache:    32 KB, shared with CPU 51
  L2 Cache:   512 KB, shared with CPU 51
  L3 Cache:  8192 KB, shared with CPU 48, 49, 51, 52, 53
Found CPU 51, with:
  L1 Cache:    32 KB, shared with CPU 50
  L2 Cache:   512 KB, shared with CPU 50
  L3 Cache:  8192 KB, shared with CPU 48, 49, 50, 52, 53
Found CPU 52, with:
  L1 Cache:    32 KB, shared with CPU 53
  L2 Cache:   512 KB, shared with CPU 53
  L3 Cache:  8192 KB, shared with CPU 48, 49, 50, 51, 53
Found CPU 53, with:
  L1 Cache:    32 KB, shared with CPU 52
  L2 Cache:   512 KB, shared with CPU 52
  L3 Cache:  8192 KB, shared with CPU 48, 49, 50, 51, 52
Found CPU 54, with:
  L1 Cache:    32 KB, shared with CPU 55
  L2 Cache:   512 KB, shared with CPU 55
  L3 Cache:  8192 KB, shared with CPU 55, 56, 57, 58, 59
Found CPU 55, with:
  L1 Cache:    32 KB, shared with CPU 54
  L2 Cache:   512 KB, shared with CPU 54
  L3 Cache:  8192 KB, shared with CPU 54, 56, 57, 58, 59
Found CPU 56, with:
  L1 Cache:    32 KB, shared with CPU 57
  L2 Cache:   512 KB, shared with CPU 57
  L3 Cache:  8192 KB, shared with CPU 54, 55, 57, 58, 59
Found CPU 57, with:
  L1 Cache:    32 KB, shared with CPU 56
  L2 Cache:   512 KB, shared with CPU 56
  L3 Cache:  8192 KB, shared with CPU 54, 55, 56, 58, 59
Found CPU 58, with:
  L1 Cache:    32 KB, shared with CPU 59
  L2 Cache:   512 KB, shared with CPU 59
  L3 Cache:  8192 KB, shared with CPU 54, 55, 56, 57, 59
Found CPU 59, with:
  L1 Cache:    32 KB, shared with CPU 58
  L2 Cache:   512 KB, shared with CPU 58
  L3 Cache:  8192 KB, shared with CPU 54, 55, 56, 57, 58
Found CPU 60, with:
  L1 Cache:    32 KB, shared with CPU 61
  L2 Cache:   512 KB, shared with CPU 61
  L3 Cache:  8192 KB, shared with CPU 61, 62, 63, 64, 65
Found CPU 61, with:
  L1 Cache:    32 KB, shared with CPU 60
  L2 Cache:   512 KB, shared with CPU 60
  L3 Cache:  8192 KB, shared with CPU 60, 62, 63, 64, 65
Found CPU 62, with:
  L1 Cache:    32 KB, shared with CPU 63
  L2 Cache:   512 KB, shared with CPU 63
  L3 Cache:  8192 KB, shared with CPU 60, 61, 63, 64, 65
Found CPU 63, with:
  L1 Cache:    32 KB, shared with CPU 62
  L2 Cache:   512 KB, shared with CPU 62
  L3 Cache:  8192 KB, shared with CPU 60, 61, 62, 64, 65
Found CPU 64, with:
  L1 Cache:    32 KB, shared with CPU 65
  L2 Cache:   512 KB, shared with CPU 65
  L3 Cache:  8192 KB, shared with CPU 60, 61, 62, 63, 65
Found CPU 65, with:
  L1 Cache:    32 KB, shared with CPU 64
  L2 Cache:   512 KB, shared with CPU 64
  L3 Cache:  8192 KB, shared with CPU 60, 61, 62, 63, 64
Found CPU 66, with:
  L1 Cache:    32 KB, shared with CPU 67
  L2 Cache:   512 KB, shared with CPU 67
  L3 Cache:  8192 KB, shared with CPU 67, 68, 69, 70, 71
Found CPU 67, with:
  L1 Cache:    32 KB, shared with CPU 66
  L2 Cache:   512 KB, shared with CPU 66
  L3 Cache:  8192 KB, shared with CPU 66, 68, 69, 70, 71
Found CPU 68, with:
  L1 Cache:    32 KB, shared with CPU 69
  L2 Cache:   512 KB, shared with CPU 69
  L3 Cache:  8192 KB, shared with CPU 66, 67, 69, 70, 71
Found CPU 69, with:
  L1 Cache:    32 KB, shared with CPU 68
  L2 Cache:   512 KB, shared with CPU 68
  L3 Cache:  8192 KB, shared with CPU 66, 67, 68, 70, 71
Found CPU 70, with:
  L1 Cache:    32 KB, shared with CPU 71
  L2 Cache:   512 KB, shared with CPU 71
  L3 Cache:  8192 KB, shared with CPU 66, 67, 68, 69, 71
Found CPU 71, with:
  L1 Cache:    32 KB, shared with CPU 70
  L2 Cache:   512 KB, shared with CPU 70
  L3 Cache:  8192 KB, shared with CPU 66, 67, 68, 69, 70
Found CPU 72, with:
  L1 Cache:    32 KB, shared with CPU 73
  L2 Cache:   512 KB, shared with CPU 73
  L3 Cache:  8192 KB, shared with CPU 73, 74, 75, 76, 77
Found CPU 73, with:
  L1 Cache:    32 KB, shared with CPU 72
  L2 Cache:   512 KB, shared with CPU 72
  L3 Cache:  8192 KB, shared with CPU 72, 74, 75, 76, 77
Found CPU 74, with:
  L1 Cache:    32 KB, shared with CPU 75
  L2 Cache:   512 KB, shared with CPU 75
  L3 Cache:  8192 KB, shared with CPU 72, 73, 75, 76, 77
Found CPU 75, with:
  L1 Cache:    32 KB, shared with CPU 74
  L2 Cache:   512 KB, shared with CPU 74
  L3 Cache:  8192 KB, shared with CPU 72, 73, 74, 76, 77
Found CPU 76, with:
  L1 Cache:    32 KB, shared with CPU 77
  L2 Cache:   512 KB, shared with CPU 77
  L3 Cache:  8192 KB, shared with CPU 72, 73, 74, 75, 77
Found CPU 77, with:
  L1 Cache:    32 KB, shared with CPU 76
  L2 Cache:   512 KB, shared with CPU 76
  L3 Cache:  8192 KB, shared with CPU 72, 73, 74, 75, 76
Found CPU 78, with:
  L1 Cache:    32 KB, shared with CPU 79
  L2 Cache:   512 KB, shared with CPU 79
  L3 Cache:  8192 KB, shared with CPU 79, 80, 81, 82, 83
Found CPU 79, with:
  L1 Cache:    32 KB, shared with CPU 78
  L2 Cache:   512 KB, shared with CPU 78
  L3 Cache:  8192 KB, shared with CPU 78, 80, 81, 82, 83
Found CPU 80, with:
  L1 Cache:    32 KB, shared with CPU 81
  L2 Cache:   512 KB, shared with CPU 81
  L3 Cache:  8192 KB, shared with CPU 78, 79, 81, 82, 83
Found CPU 81, with:
  L1 Cache:    32 KB, shared with CPU 80
  L2 Cache:   512 KB, shared with CPU 80
  L3 Cache:  8192 KB, shared with CPU 78, 79, 80, 82, 83
Found CPU 82, with:
  L1 Cache:    32 KB, shared with CPU 83
  L2 Cache:   512 KB, shared with CPU 83
  L3 Cache:  8192 KB, shared with CPU 78, 79, 80, 81, 83
Found CPU 83, with:
  L1 Cache:    32 KB, shared with CPU 82
  L2 Cache:   512 KB, shared with CPU 82
  L3 Cache:  8192 KB, shared with CPU 78, 79, 80, 81, 82
Found CPU 84, with:
  L1 Cache:    32 KB, shared with CPU 85
  L2 Cache:   512 KB, shared with CPU 85
  L3 Cache:  8192 KB, shared with CPU 85, 86, 87, 88, 89
Found CPU 85, with:
  L1 Cache:    32 KB, shared with CPU 84
  L2 Cache:   512 KB, shared with CPU 84
  L3 Cache:  8192 KB, shared with CPU 84, 86, 87, 88, 89
Found CPU 86, with:
  L1 Cache:    32 KB, shared with CPU 87
  L2 Cache:   512 KB, shared with CPU 87
  L3 Cache:  8192 KB, shared with CPU 84, 85, 87, 88, 89
Found CPU 87, with:
  L1 Cache:    32 KB, shared with CPU 86
  L2 Cache:   512 KB, shared with CPU 86
  L3 Cache:  8192 KB, shared with CPU 84, 85, 86, 88, 89
Found CPU 88, with:
  L1 Cache:    32 KB, shared with CPU 89
  L2 Cache:   512 KB, shared with CPU 89
  L3 Cache:  8192 KB, shared with CPU 84, 85, 86, 87, 89
Found CPU 89, with:
  L1 Cache:    32 KB, shared with CPU 88
  L2 Cache:   512 KB, shared with CPU 88
  L3 Cache:  8192 KB, shared with CPU 84, 85, 86, 87, 88
Found CPU 90, with:
  L1 Cache:    32 KB, shared with CPU 91
  L2 Cache:   512 KB, shared with CPU 91
  L3 Cache:  8192 KB, shared with CPU 91, 92, 93, 94, 95
Found CPU 91, with:
  L1 Cache:    32 KB, shared with CPU 90
  L2 Cache:   512 KB, shared with CPU 90
  L3 Cache:  8192 KB, shared with CPU 90, 92, 93, 94, 95
Found CPU 92, with:
  L1 Cache:    32 KB, shared with CPU 93
  L2 Cache:   512 KB, shared with CPU 93
  L3 Cache:  8192 KB, shared with CPU 90, 91, 93, 94, 95
Found CPU 93, with:
  L1 Cache:    32 KB, shared with CPU 92
  L2 Cache:   512 KB, shared with CPU 92
  L3 Cache:  8192 KB, shared with CPU 90, 91, 92, 94, 95
Found CPU 94, with:
  L1 Cache:    32 KB, shared with CPU 95
  L2 Cache:   512 KB, shared with CPU 95
  L3 Cache:  8192 KB, shared with CPU 90, 91, 92, 93, 95
Found CPU 95, with:
  L1 Cache:    32 KB, shared with CPU 94
  L2 Cache:   512 KB, shared with CPU 94
  L3 Cache:  8192 KB, shared with CPU 90, 91, 92, 93, 94

HTTP Local Server on port 823

Preparing 64 Mining Threads...

+-- Thread 0 config -----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 1 config -----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 2 config -----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 3 config -----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 4 config -----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 5 config -----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 6 config -----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 7 config -----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 8 config -----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 9 config -----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 10 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 11 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 12 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 13 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 14 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 15 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 16 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 17 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 18 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 19 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 20 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 21 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 22 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 23 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 24 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 25 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 26 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 27 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 28 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 29 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 30 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 31 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 32 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 33 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 34 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 35 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 36 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 37 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 38 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 39 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 40 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 41 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 42 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 43 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 44 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 45 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 46 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 47 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 48 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 49 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 50 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 51 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 52 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 53 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 54 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 55 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 56 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 57 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 58 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 59 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 60 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 61 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 62 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

+-- Thread 63 config ----------------------+
| Run on CPU:             any              |
| Use cache:              yes              |
| Multi-hash:             no               |
| Assembly module:        ryzen            |
+------------------------------------------+

Cryptonight Variation: Cryptonight V7 fork of April-2018

Low intensity.

Starting CPU Mining thread 0, no cpu affinity.
Allocated shared Large Page at: 000002493d600000
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493d800000

Starting CPU Mining thread 1, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493da00000

Starting CPU Mining thread 2, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493dc00000

Starting CPU Mining thread 3, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493de00000

Starting CPU Mining thread 4, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493e000000

Starting CPU Mining thread 5, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493e200000

Starting CPU Mining thread 6, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493e400000

Starting CPU Mining thread 7, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493e600000

Starting CPU Mining thread 8, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493e800000

Starting CPU Mining thread 9, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493ea00000

Starting CPU Mining thread 10, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493ec00000

Starting CPU Mining thread 11, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493ee00000

Starting CPU Mining thread 12, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493f000000

Starting CPU Mining thread 13, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493f200000

Starting CPU Mining thread 14, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493f400000

Starting CPU Mining thread 15, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493f600000

Starting CPU Mining thread 16, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493f800000

Starting CPU Mining thread 17, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493fa00000

Starting CPU Mining thread 18, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493fc00000

Starting CPU Mining thread 19, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 000002493fe00000

Starting CPU Mining thread 20, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024940000000

Starting CPU Mining thread 21, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024940200000

Starting CPU Mining thread 22, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024940400000

Starting CPU Mining thread 23, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024940600000

Starting CPU Mining thread 24, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024940800000

Starting CPU Mining thread 25, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024940a00000

Starting CPU Mining thread 26, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024940c00000

Starting CPU Mining thread 27, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024940e00000

Starting CPU Mining thread 28, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024941000000

Starting CPU Mining thread 29, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024941200000

Starting CPU Mining thread 30, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024941400000

Starting CPU Mining thread 31, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024941600000

Starting CPU Mining thread 32, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024941800000

Starting CPU Mining thread 33, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024941a00000

Starting CPU Mining thread 34, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024941c00000

Starting CPU Mining thread 35, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024941e00000

Starting CPU Mining thread 36, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024942000000

Starting CPU Mining thread 37, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024942200000

Starting CPU Mining thread 38, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024942400000

Starting CPU Mining thread 39, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024942600000

Starting CPU Mining thread 40, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024942800000

Starting CPU Mining thread 41, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024942a00000

Starting CPU Mining thread 42, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024942c00000

Starting CPU Mining thread 43, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024942e00000

Starting CPU Mining thread 44, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024943000000

Starting CPU Mining thread 45, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024943200000

Starting CPU Mining thread 46, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024943400000

Starting CPU Mining thread 47, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024943600000

Starting CPU Mining thread 48, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024943800000

Starting CPU Mining thread 49, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024943a00000

Starting CPU Mining thread 50, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024943c00000

Starting CPU Mining thread 51, no cpu affinity.
Allocated 2MB Cached Large Page Scratchpad Buffer at: 0000024943e00000

Starting CPU Mining thread 52, no cpu affinity.
Allocated 2MB Cached Large
member
Activity: 259
Merit: 34
 HEY JCE-Miner Hello!!! all algo's working fine but i got a problem with cn-Heavy, even if i run it with auto set up after 30 sec my rig hang up and i need to reboot it! Any advise?
   
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 16, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 0, "multi_hash":128 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 16, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 0, "multi_hash":128 },

Even with this config i got the same story!   
full member
Activity: 729
Merit: 114
@JCE-Miner. 

For better debugging
Requesting the logs have max filesize limit and timestamp append to the log name.
Can the shares per GPU displayed in API too?
member
Activity: 350
Merit: 22
Hi Jce
AMD Epyc(7451*2) use auto config only have 1.5k.
Use xmr-stak 3.3k+
Such a big configuration, as you can guess, i've none such to test my autoconfig on.
Can you bring us the config that you used on xmr-stak? JCE CPU config is close to the stak format (the GPU is quite different).

The support of more than 64 cpu is recent on JCE and may not be optimal yet. Your system has a whooping 96 logical cpus !
But xmrstak has a maximum support of 64 cpus:
Code:
printer::inst()->print_msg(L0, "WARNING: Windows supports only affinity up to 63.");
from their source code, so maybe letting the os manage the cpus is enough, try this manual config :

Code:
"cpu_threads_conf" :
[
     { "cpu_architecture" : "auto", "affine_to_cpu" : false, "use_cache" : true, "multi_hash":1 },
     ... this line repeated 64 times since you have 2x64M cache
]

it may lead to same perf as stak.
member
Activity: 259
Merit: 34
Can you show your bat file bro, what about other parameters like intens and ect , what's your powerusage ?

Code:

{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 16, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 0, "multi_hash":944 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 16, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 0, "multi_hash":944 },

I didn't check power consumption at those clocks.
I have them at 1250 core and 2200 mem 887mV.  Hashes around 1180 and consumes 105-110w from wall.
Thanks a lot Mate for your quick feedback , i will try to approve my results, the only problem is that my gpu's cant go higher then 2000-2100 mem without errors!
full member
Activity: 729
Merit: 114
Can you show your bat file bro, what about other parameters like intens and ect , what's your powerusage ?

Code:

{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 16, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 0, "multi_hash":944 },
{ "mode" : "GPU", "worksize" : 8, "alpha" : 64, "beta" : 16, "gamma" : 4, "delta" : 4, "epsilon" : 4, "zeta":4, "index" : 0, "multi_hash":944 },

I didn't check power consumption at those clocks.
I have them at 1250 core and 2200 mem 887mV.  Hashes around 1180 and consumes 105-110w from wall.
member
Activity: 259
Merit: 34


1272 H/s on Bittube.  Peaked 1312 H/s on an RX 570 8GB.
Can you show your bat file bro, what about other parameters like intens and ect , what's your powerusage ?
newbie
Activity: 46
Merit: 0
Hi Jce
AMD Epyc(7451*2) use auto config only have 1.5k.
Use xmr-stak 3.3k+
sr. member
Activity: 652
Merit: 266
good idea, i'll add --no-warmup in next gpu version. it will apply to all gpus, even if your rig is mixed.
And please consider linux version sooner, its quite annoying to have 10 different options on windows and only 2-3 on linux...
member
Activity: 350
Merit: 22
good idea, i'll add --no-warmup in next gpu version. it will apply to all gpus, even if your rig is mixed.
jr. member
Activity: 176
Merit: 2
Hi JCE,

Is it possible to have an option to disable warm up phase? Because some algorithm like cn-v7 and some card like rx vega not needed warm up to reach peak hashrate.
member
Activity: 350
Merit: 22
Online is

0.32m CPU Windows 32/64

Quote
MOX/Red (variation 14)
native B2N
new coin: Citadel (old Bitcedi)
Backport of GPU netcode/display fixes (mostly the yellow hash counter)
Connect timeout tolerance slightly longer, for bad pools
--any is now automatic
No perf increase otherwise
Updated doc

The optimal config for Red is the same as for Turtle, go mine while the world hashrate remains low Wink

Next version will probably be a GPU one.
newbie
Activity: 54
Merit: 0
There is an issue with APUs and bios modded GPUs, they can't go along on win 10 build 1803. There is a driver issue caused by win 10 (error 43). You must keep your original bios to use the Vega cores from Ryzen G series.

This error 43 occurring in case of a modded bios has nothing to do with JCE Miner.

The culprit is the AMD graphic driver which rejects every modded bios.

The workaround is simple: The tiny application atikmdag-patcher patches the driver to make it to accept any bios, bypassing its signature inspection.
This patch is required after each install or update of the graphic drivers, if at least one GPU has a modded bios.
full member
Activity: 1120
Merit: 131
Another thing i want to add but have no time for. It's planned but not available yet. Cry

There is an issue with APUs and bios modded GPUs, they can't go along on win 10 build 1803. There is a driver issue caused by win 10 (error 43). You must keep your original bios to use the Vega cores from Ryzen G series.

If I may advise you, better fixing the warm-up issue before.
newbie
Activity: 296
Merit: 0


Quote
Have support yet for apus?
Another thing i want to add but have no time for. It's planned but not available yet. Cry
Thanks Smiley  Cool
member
Activity: 350
Merit: 22
I'll add watchdog fan speed monitoring with trigger if the fanspeed goes too low (broken fan) or too high (overheating) but not control. It would just open the door to tons of possible problems. I read your request, but considering i've limited time to add the features i want, like multi-coin, i cannot afford time for features i dislike. Tongue

I'm done with the 0.32m CPU for windows, now polishing and testing. m for MOX. Linux version will come later, i think my next release will be either a mox-enabled 0.32k-like, or if i've time enough, i'll add complete watchdog.

If you want I add some native support for shitcoins, ask now.
I'll deprecate the --any parameter and make it automatic. Another param that should have been enabled by default from the beginning... It will still be documented for older versions, and backward supported, but otherwise automatic.

Quote
Have support yet for apus?
Another thing i want to add but have no time for. It's planned but not available yet. Cry
sr. member
Activity: 1484
Merit: 253
JCE, OverdriveNTool is good, etc. But it 2nd tool with the miner. If implement OC/V/Fan controls in miner it will be not need in any other tool than miner... You can add at least fan controls, please... I need it.
Pages:
Jump to: