bart1110
Newbie
Offline
Activity: 7
Merit: 0
|
|
May 19, 2018, 03:35:33 PM Last edit: May 19, 2018, 03:58:42 PM by bart1110 |
|
Thank you, got last question I promise . Is there a option to run cpuminer v3.8.8.1 ussing sse4.2 on cpu(i3-380m) that does not support aes? When i try to run it on legacy version it says that cpu supports only sse2 but in v 3.8.8.1 it shows dat cpu supports sse4.2.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
May 19, 2018, 06:30:05 PM |
|
Thank you, got last question I promise . Is there a option to run cpuminer v3.8.8.1 ussing sse4.2 on cpu(i3-380m) that does not support aes? When i try to run it on legacy version it says that cpu supports only sse2 but in v 3.8.8.1 it shows dat cpu supports sse4.2. There are no SSE4.2 targetted optimizations in cpuminer so any reporting of SSE4.2 capabilities is just FYI and doesn't really mean anything. You should use the SSE2 build if your CPU doesn't have AES.
|
|
|
|
igotek
|
|
May 21, 2018, 05:29:38 PM |
|
could ou tell me how to configure for linux ? i need command.
|
I cannot live, I cannot die, trapped in myself. Hold my breath as I wish for death. Oh please god, help me !
|
|
|
bart1110
Newbie
Offline
Activity: 7
Merit: 0
|
|
May 21, 2018, 05:40:17 PM |
|
|
|
|
|
|
pegos
Newbie
Offline
Activity: 45
Merit: 0
|
|
May 27, 2018, 01:49:43 PM |
|
hi is possible add more alternative pools if first one crashes. is somewhere instructions how to config?
|
|
|
|
rezwalker
Jr. Member
Offline
Activity: 177
Merit: 3
|
|
May 27, 2018, 04:14:39 PM |
|
msys and mingw_w64 can anyone gives the exact urls? i cant run build.sh in msys command line im trying to change dir and nothink works
|
∨∧∨∧∨∧∨∧∨∧∨∧ [ BRAVO ] Send and receive anonymous and instant payments with the power of blockchain ∨∧∨∧∨∧∨∧∨∧∨∧ https://bvo.trybravo.com/
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
May 28, 2018, 02:01:47 AM |
|
hi is possible add more alternative pools if first one crashes. is somewhere instructions how to config?
That can be handled by external programs, there are several promoted in the mining forum.
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
May 28, 2018, 02:05:37 AM |
|
msys and mingw_w64 can anyone gives the exact urls? i cant run build.sh in msys command line im trying to change dir and nothink works
Compiling on Windows requires some unix skills, you may be better off using the pre-built binaries. If you want help compiling provide more info on what you did.
|
|
|
|
pegos
Newbie
Offline
Activity: 45
Merit: 0
|
|
May 28, 2018, 10:18:08 AM |
|
hi is possible add more alternative pools if first one crashes. is somewhere instructions how to config?
That can be handled by external programs, there are several promoted in the mining forum. Thanks for reply I needed to know, if this is not possible directly you have some experience, you can recommend program ?? Windows/Linux
|
|
|
|
4ward
Member
Offline
Activity: 473
Merit: 18
|
|
May 28, 2018, 11:29:00 AM |
|
hi is possible add more alternative pools if first one crashes. is somewhere instructions how to config?
That can be handled by external programs, there are several promoted in the mining forum. Thanks for reply I needed to know, if this is not possible directly you have some experience, you can recommend program ?? Windows/Linux Check my signature for Forager. Supports many pools and both GPU / CPU mining in Windows
|
|
|
|
ken-ray
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 28, 2018, 02:39:18 PM |
|
|
|
|
|
Alecsandro
Newbie
Offline
Activity: 57
Merit: 0
|
|
May 31, 2018, 12:11:47 AM |
|
Any fork to work with an Armv8 64 bits (Amlogic S912 Octa-core ARM Cortex A53) ?
|
|
|
|
FFI2013
|
|
June 05, 2018, 12:39:33 AM |
|
When I try mining xmr I dont get anywhere the hashrate on fx-8350 that I get in xmr-stak or xmrig and would prefer to use cpuminer-opt because you support more coins I no its my settings so how do I use these settings in cpuminer-opt "cpu_threads_conf" : [ { "low_power_mode" : true, "no_prefetch" : false, "affine_to_cpu" : 1 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 3 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 5 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 7 }, { "low_power_mode" : true, "no_prefetch" : false, "affine_to_cpu" : 0 }, ],
Thanks for any help
|
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
June 05, 2018, 02:19:21 AM |
|
When I try mining xmr I dont get anywhere the hashrate on fx-8350 that I get in xmr-stak or xmrig and would prefer to use cpuminer-opt because you support more coins I no its my settings so how do I use these settings in cpuminer-opt "cpu_threads_conf" : [ { "low_power_mode" : true, "no_prefetch" : false, "affine_to_cpu" : 1 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 3 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 5 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 7 }, { "low_power_mode" : true, "no_prefetch" : false, "affine_to_cpu" : 0 }, ],
Thanks for any help
-t 5 --cpu-affinity 0xab, but you should use 4 threads (8MB cache) and you might have to play with affinity to get them properly distributed.
|
|
|
|
FFI2013
|
|
June 05, 2018, 05:31:18 PM |
|
When I try mining xmr I dont get anywhere the hashrate on fx-8350 that I get in xmr-stak or xmrig and would prefer to use cpuminer-opt because you support more coins I no its my settings so how do I use these settings in cpuminer-opt "cpu_threads_conf" : [ { "low_power_mode" : true, "no_prefetch" : false, "affine_to_cpu" : 1 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 3 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 5 }, { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 7 }, { "low_power_mode" : true, "no_prefetch" : false, "affine_to_cpu" : 0 }, ],
Thanks for any help
-t 5 --cpu-affinity 0xab, but you should use 4 threads (8MB cache) and you might have to play with affinity to get them properly distributed. Thank You I appreciate it
|
|
|
|
wudafuxup
|
|
June 13, 2018, 06:37:40 PM |
|
Has anyone been able to run Xeon Phi coprocessors using this miner. In specific a Xeon Phi 7220A or other x200 PCI-E equivalent?
|
I like crypto
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
June 14, 2018, 04:20:06 PM |
|
Has anyone been able to run Xeon Phi coprocessors using this miner. In specific a Xeon Phi 7220A or other x200 PCI-E equivalent?
Have you tried? What problems do you encounter?
|
|
|
|
wudafuxup
|
|
June 14, 2018, 11:35:48 PM |
|
Has anyone been able to run Xeon Phi coprocessors using this miner. In specific a Xeon Phi 7220A or other x200 PCI-E equivalent?
Have you tried? What problems do you encounter? I tried to compile it natively using icc but I am getting compile errors. I'll try it again sometime this week to see if I can get it to work.
|
I like crypto
|
|
|
joblo (OP)
Legendary
Offline
Activity: 1470
Merit: 1114
|
|
June 15, 2018, 03:25:43 PM |
|
Has anyone been able to run Xeon Phi coprocessors using this miner. In specific a Xeon Phi 7220A or other x200 PCI-E equivalent?
Have you tried? What problems do you encounter? I tried to compile it natively using icc but I am getting compile errors. I'll try it again sometime this week to see if I can get it to work. I believe "native" in ths context refers to how the application is run, not how it is compiled. A native compile is when compiling on the same device as the app will be run. Have you tried compiling on the phi using GCC? I don't know if it's supported but it would avoid any incompatibilities between cpuminer and ICC.
|
|
|
|
|