very nice

two things:
- able to define the server (e.g. EU)
- Nicehash -Wallet Adresse adding...
- including all cpuminer-opt variants, for some algo i get better performance as AES-AVX
and, keep working on this tool, i lovin it

Thanks, Yea all this is planned however will just take time to implement.
XMR Stak CPU doesnt seem to be running optimally.
I have 2 systems that I mined intensecoin with on a seperate xmrstak cpu miner.
XMR Stak cpu standalone miner
6700k @ 4.4ghz - 300h/s (+/- 30/s)
Ryzen5 1600 @ 3.8ghz/s - 500h/s (+/- 50h/s)
Multipool Miner
6700k @ 4.4ghz - 159h/s
Ryzen5 1600 @ 3.8ghz/s - 267h/s
For Reference this is the config that XMR Stak generated for me on first run for each cpu:
6700k:
"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 2 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 4 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 6 },
],
Ryzen 5 1600:
"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 2 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 4 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 6 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 8 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 10 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 7 },
],
Found a partial fix for this, if you run xmr-stak-cpu without setting the thread count on the I7 6700K it uses every other thread giving about 250h/s or more but the program is trying to set it to use 7 threads so go into settings and set less threads for the cpu on xmr-stak-cpu to 4 and you will get better speeds.
I wonder if there is a newer version of XMR Stak will look into this as we progress through the fine tuning. personally from my AMD's I get better speeds from xmrig but have not gotten it working with this version yet.