Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Update nhmp address. The old one is deprecated. #125

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions nuxhash/miners/excavator.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
'lyra2z',
'x16r'
]
NHMP_PORT = 3200


class ExcavatorError(Exception):
Expand Down Expand Up @@ -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):
Expand Down