xmrig / xmrig-nvidia

Monero (XMR) NVIDIA miner
GNU General Public License v3.0
705 stars 262 forks source link

Minor changes #305

Closed GermanAizek closed 5 years ago

GermanAizek commented 5 years ago

The second commit works if the user compiles without a flag for optimization. Before more uv_interface_address_t count the more it calls strlen.

xmrig commented 5 years ago

Thank you for this PR, I made changes in main miner repository, strlen can be effective replaced by sizeof, string length known on compile time.

But I close this PR as this project is obsolete, NVIDIA part integrated to main miner and xmrig-cuda plugin.