Demion / nodevfee

NoDevFee Ethereum Miner Stratum Protocol DevFee Remover (Redirector)
170 stars 45 forks source link

How to get this to work with nicehash legacy? #3

Open MoJagotasdfgh opened 6 years ago

MoJagotasdfgh commented 6 years ago

I've placed the nodevfee files into claymore_dual folder and modified the start.bat file to include nodevfee. It would seem nicehash ignores the start.bat file so the nodevfee function doesn't start. How would this be implemented using nicehash?

Demion commented 6 years ago
  1. Nicehash Ethereum Stratum mode (-esm 3) not supported right now.
  2. If Nicehash ignore start.bat you need another way to inject nodevfeeDll.dll to EthDcrMiner64.exe. Only injection at launch time is supported right now (with bat nodevfee.exe EthDcrMiner64.exe PARAMETERS) .
MoJagotasdfgh commented 6 years ago

Ah I see, thanks for the quick reply

Look forward to your future work