I am getting just 200 H/s on mining BITTUBE coin with the AMD Ryzen Threadripper 1950X 16-Core Processor using xmrig-2.12.0 msvc miner.
I think I should have around 1 k/s with this cpu.
I am mining on the bittube.miner.rocks:5555 pool.
my start.bat is this:
@echo off
xmrig.exe -a cryptonight-heavy --threads 30 --donate-level 1 -o bittube.miner.rocks:5555 -u my bittube wallet -p w=mize --variant tube -k -o bittube.miner.rocks:7777 -u my bittube wallet -p w=mize --variant tube -k
pause
here is a log of the console:
* ABOUT XMRig/2.12.0 MSVC/2017
* LIBS libuv/1.24.1 OpenSSL/1.1.1a microhttpd/0.9.61
* HUGE PAGES available
* CPU AMD Ryzen Threadripper 1950X 16-Core Processor (1) x64 AES AVX2
* CPU L2/L3 8.0 MB/32.0 MB
* THREADS 30, cryptonight-heavy, av=0, donate=1%
* ASSEMBLY auto:ryzen
* POOL #1 bittube.miner.rocks:5555 variant tube
* POOL #2 bittube.miner.rocks:7777 variant tube
* COMMANDS hashrate, pause, resume
[2019-02-20 14:25:08] use pool bittube.miner.rocks:5555 54.38.131.1
[2019-02-20 14:25:08] new job from bittube.miner.rocks:5555 diff 30000 algo cn-heavy/tube
[2019-02-20 14:25:08] READY (CPU) threads 30(30) huge pages 60/60 100% memory 122880 KB
[2019-02-20 14:26:12] speed 10s/60s/15m 210.9 218.2 n/a H/s max 222.1 H/s
[2019-02-20 14:26:18] new job from bittube.miner.rocks:5555 diff 12857 algo cn-heavy/tube
[2019-02-20 14:26:22] accepted (1/0) diff 12857 (142 ms)
[2019-02-20 14:26:48] new job from bittube.miner.rocks:5555 diff 12857 algo cn-heavy/tube
here is the config.json:
{
"algo": "cryptonight",
"api": {
"port": 0,
"access-token": null,
"id": null,
"worker-id": null,
"ipv6": false,
"restricted": true
},
"asm": true,
"autosave": true,
"av": 0,
"background": false,
"colors": true,
"cpu-affinity": null,
"cpu-priority": 2,
"donate-level": 5,
"huge-pages": true,
"hw-aes": null,
"log-file": null,
"max-cpu-usage": 100,
"pools": [
{
"url": "donate.v2.xmrig.com:3333",
"user": "YOUR_WALLET_ADDRESS",
"pass": "x",
"rig-id": null,
"nicehash": false,
"keepalive": false,
"variant": -1,
"tls": false,
"tls-fingerprint": null
}
],
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"threads": null,
"user-agent": null,
"watch": false
}
"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 2 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 4 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 6 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 8 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 10 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 12 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 14 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 16 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 18 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 20 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 22 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 24 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 26 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 28 },
{ "low_power_mode" : false, "no_prefetch" : true, "asm" : "auto", "affine_to_cpu" : 30 },
],