Skip to content

configuration and hashrate problem #1739

@iskyd

Description

@iskyd

HI, I've got two different server one with 3,5ghz of CPU single core and the other dual-core 3,5ghz of CPU.
The dual core processors are Intel Core Processor (Haswell, no TSX). It doesn't have l3 cache.
The single core processor is Intel Core Processor (Broadwell). It doens't have l3 cache.
What I simply expect to that is that the dual-core mine double then the single-core.
This is my cpu configuration on the single-core server:

"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
],

And this is the dual-core configuration:

"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 }
],

What I notice from my pool is that the first (single-core) has in the past 48 hour an average hashrate of 78 instead the dual-core has an average hashrate of 92.

Why this happen?
Am I miss something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions