-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.9.2] Wrong multihash autodetect #248
Comments
Please provide more details |
Screenshot/printout of startup, config |
[2019-04-27 14:47:32] cryptonight-ultralite hash self-test Threads & multihash on auto. |
[2019-04-27 14:49:57] cryptonight-ultralite hash self-test This one autodetects correctly. |
Another examples [2019-04-27 14:51:14] * VERSIONS: XMRigCC/1.9.2 (based on XMRig) libuv/1.14.1 gcc/7.3.0 (RELEASE with TLS) [2019-04-27 12:51:09] * VERSIONS: XMRigCC/1.9.2 (based on XMRig) libuv/1.14.1 gcc/7.3.0 (RELEASE with TLS) [2019-04-27 12:51:15] * VERSIONS: XMRigCC/1.9.2 (based on XMRig) libuv/1.14.1 gcc/7.3.0 (RELEASE with TLS) |
Please double check that variant "turtle" is set in the config..
I may add check for the algo aswell in the next release..
Am 27.04.2019 11:50 schrieb sPk <[email protected]>:
[2019-04-27 14:47:32] cryptonight-ultralite hash self-test
[2019-04-27 14:47:32] cryptonight-ultralite hash self-test... successful.
[2019-04-27 14:47:32] * VERSIONS: XMRigCC/1.9.2 (based on XMRig) libuv/1.14.1 gcc/7.3.0 (RELEASE with TLS)
[2019-04-27 14:47:32] * CPU: Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz (1) x64 AES-NI ASM-INTEL
[2019-04-27 14:47:32] * CPU L2/L3: 48.0 MB/16.0 MB
[2019-04-27 14:47:32] * THREADS: 12, cryptonight-ultralite, hf=5, donate=1%, affinity=auto
[2019-04-27 14:47:32] * POOL #2<#2>: eu.trtl.cryptopool.space:3333
[2019-04-27 14:47:32] * COMMANDS: hashrate, pause, resume, quit
[2019-04-27 14:47:32] Starting thread 2/12 affined to core: #2<#2> -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 6/12 affined to core: #10<#10> -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 10/12 affined to core: #7<#7> -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 1/12 affined to core: #0 -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 5/12 affined to core: #8<#8> -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 9/12 affined to core: #5<#5> -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 8/12 affined to core: #3<#3> -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 7/12 affined to core: #1<#1> -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 3/12 affined to core: #4<#4> -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 11/12 affined to core: #9<#9> -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 12/12 affined to core: #11<#11> -> huge pages: 0/1 scratchpad: 1.0 MB
[2019-04-27 14:47:32] Starting thread 4/12 affined to core: #6<#6> -> huge pages: 0/1 scratchpad: 1.0 MB
Threads & multihash on auto.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#248 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAC5TAO6B645T6FUJX3HIM3PSQOUPANCNFSM4HI33E2A>.
|
Yup, if i set variant "turtle" manually it detects MH correctly. But even it's not possible to know which variant will be used isn't all variants of the algo use the same scratchpad size ? If that's the culpit with correct MH detection. |
Should be fixed now. In theory XMRigCC is able todo all combinations of algo (scratchpad size) and variant. But since there is no non v8+ variant on cn-ultralite and cn-extremelite it should be pretty safe. Please test with #1.9.3 |
Fix confirmed. |
1.9.2 detects CN-Ultralight\Turtle multihash setting wrongly for some CPUs, setting it higher than 2.
The text was updated successfully, but these errors were encountered: