nicehash / nheqminer

Equihash miner for NiceHash
https://www.nicehash.com
MIT License
768 stars 583 forks source link

Not the right server #333

Open scooter800m opened 6 years ago

scooter800m commented 6 years ago

i try to get the miner to connect to slushpool's us east zec server but it always uses equihash.eu.nicehash.com:3357 when i want it to connect to us-east.zec.slushpool.com:4444 how do i get it to connect to the one i want? the command i try to run is: nheqminer.exe -1 us-east.zec.slushpool.com:4444 -u scooter800m.worker1 -t 0 -cd 0 i will add cpu threads and additional gpu 0 thread but i'm just testing things out to get it working right like connecting to the correct server.

please help me out! i have next to no knowledge about nicehash miner!

RealMrBean commented 6 years ago

I'm obviously late in replying to your query but for others that may eventually find it on a search: the reason why nheqminer would not use us-east.zec.slushpool.com:4444 is because you used the wrong command line option. It's not -1 but -l (lowercase letter L). So your command should read as follows:

nheqminer.exe -l us-east.zec.slushpool.com:4444 -u scooter800m.worker1 -t 0 -cd 0