Sniffdog / Sniffdogminer

Another Multiminer for MPH,Zpool, and Hashrefinery,Ahashpool,Blazepool, and Zergpool
GNU General Public License v3.0
97 stars 64 forks source link

Problems with sniffdog and MPH balance?! #74

Closed ebojali closed 6 years ago

ebojali commented 6 years ago

I've started my mining last night with sniffdog miner and after the becnhmarking was done it started to mine on equihash algo (Zclassic) but what I noticed today is that my balance sheet in MPH is empty. Is there anything that is setup wrongly in the sniffdog bat? I have autoexchange on to LTC on everything in MPH, also configured my exodus LTC mining wallet address in MPH for transactions and put the same in the sniffdog bat file.

This is how the edited bat looks like:

powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\SniffDog.ps1 -Username rig1 -Workername DBminer -RigName rig1 -Currency EUR -Passwordcurrency LTC -interval 90 -Delay 1 -Wallet LUHS2KfP9YxqD1YRvR9JFnmhQEeBG1rjgX -Location europe -PoolName zpool,Hashrefinery,MPH,ahashpool -Type nvidia,cpu -Algorithm Skein,Equihash,Groestl,MyriadGroestl,Lyra2RE2,neoscrypt,lyra2z,ethash,Cryptonight -Donate 5

Please help!

Thanks //Bojan

ebojali commented 6 years ago

Additional info, I tried single mining Zclassic with nheqminer and I can see it updates my balances accordinly. something must be wrong with my config for sniffdog?

Coin Normal Wallet Auto Exchange Wallet On Exchange  
Zclassic 0 0 (0.00004926) 0 Manage Wallet
Sniffdog commented 6 years ago

at miningppolhub if your -username and -workername (profile created at)are the same as your bat file you should have been mining just fine there.. That's all the requirements they need... also password should be x at miningpoolhub..... username.workername then just leave worker password as ( x )

I'm noticing europe in the bat file... so you are only mining at miningpool hub then.... you need to configure in miningpoolhub your coin exchange to LTC... all the rest of the pools SniffDog has are in the US

I will however check out your inquiry and get back to you... if there was something wrong... the miner should have never started up....

Also a new update to SniffDog3.7......excavator..... which also mines at miningpoolhub little bit more difficult to get up and running but if you check out #66 it will help you

ebojali commented 6 years ago

Thanks alot for the fast reply I changed to x now, it gave me the command: NVIDIA-EWBF\miner.exe --api --server europe.equihash-hub.miningpoolhub.com --port 17023 --fee 0 --solver 0 --eexit 1 --user rig1.DBminer --pass x

But I think the --user is worng order in the command since I've configured the following hub worker details. image

Sniffdog commented 6 years ago

yeah you got username and workername backwards in the startsniffin.bat

powershell -version 5.0 -noexit -executionpolicy bypass -windowstyle maximized -command "&.\SniffDog.ps1 -Username DBminer -Workername rig1 -RigName rig1 -Currency EUR -Passwordcurrency LTC -interval 90 -Delay 1 -Wallet LUHS2KfP9YxqD1YRvR9JFnmhQEeBG1rjgX -Location europe -PoolName zpool,Hashrefinery,MPH,ahashpool -Type nvidia,cpu -Algorithm Skein,Equihash,Groestl,MyriadGroestl,Lyra2RE2,neoscrypt,lyra2z,ethash,Cryptonight -Donate 5

I would turn up that interval too so you don't turn SniffDog to Spazzdawg :D

ebojali commented 6 years ago

Ok, I've changed that now and it seems to be working, I'll wait a bit and provide you some feedback. According to mininbpool hub multi algo switching should use port 12XXX but instead teh bat file seems to start algo switching towards 17XXX, which is not good for GPU mining? Is that correct, the miners need update with correct ports?

Algo switch mining (Port 17XXX) We provide auto switching port for each algo. These ports switch coins time to time to mine the most profitable coin. Best for Rental, ASIC, FPGA miners.

Multi-algo switch mining (Port 12XXX) You can mine different algo coins by using Hub feature, or third party mining helper programs. Good for GPU miners but need some knowledge to set up and optimize.

https://miningpoolhub.com/index.php?page=gettingstarted

I did change the interval to 1800sec, is 30min algo checks good enought, any recommendations?

Sniffdog commented 6 years ago

No your fine and sorry for the late reply... your on the right ports (coffee)

ebojali commented 6 years ago

thanks alot for all the great replies! I now relize what the different ports are for.