diff --git a/nuxhash/miners/excavator.py b/nuxhash/miners/excavator.py index aa20b04..ce2ebab 100644 --- a/nuxhash/miners/excavator.py +++ b/nuxhash/miners/excavator.py @@ -30,7 +30,6 @@ 'lyra2z', 'x16r' ] -NHMP_PORT = 3200 class ExcavatorError(Exception): @@ -135,7 +134,7 @@ def start(self): def _subscribe(self): region, wallet, worker = self._subscription - self.send_command('subscribe', [f'nhmp.{region}.nicehash.com:{NHMP_PORT}', + self.send_command('subscribe', [f'nhmp.auto.nicehash.com:9200', f'{wallet}.{worker}:x']) def stop(self):