-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eth miner dead? #409
Comments
There are various reasons to why you might lose workers, or why this person has stopped mining. Here are some:
Unless you have some other way of monitoring his computer, you cant really know for sure why he is offline. |
Thanks for your answer. but no his pc is running im controlling them everytime. also i said eth miner not working only but cpu miner working fine. |
i think eth miner is broken |
I need to install it everytime he run the pc. otherwise its not working. i think startup just cant start it or idk |
The miner should work fine, there could be something wrong with the GPU since I assume you have the watchdog enabled which will automatically restart the miner if closed. So if it always says offline then either the miner can't start or the GPU causes it to crash. How long is the runtime for the GPU miner usually? |
|
What settings does your miner have? Does this happen on only this computer? |
No that won't cause any problems. |
Cant tell this atm. since i only have 2 client. |
@UnamSanctam |
@UnamSanctam |
Because it only has 4GB of VRAM, while RVN requires 4.6GB of VRAM.
It's unlikely that xmrig crashed or closed, it could be that it can't connect to your webserver (if you have some kind of filter). Do you have access to the computer? If so, then can you run the checker and does the CPU miner show up in the list? It's also possible that something was detected even with exclusions (depends on what was detected). But do you not have the watchdog enabled? |
I can run checker but he will notice it, yes i have watchod enabled (btw i compiled and installed new cpu miner and its mining now tho) |
but idk what cause miner to crash, only av can detect it but i already tested miners on VM and it was working fine with windows defender. |
Since your miner(s) can't start again then it does sound like AV yes, though I'm not sure what causes your specific detections since they seem quite weird. |
@UnamSanctam And the second reason can be if the pc is already infected? same thing happened to this pc, gpu miner doesnt start + his cpu is always 0 hashrate. |
but really dont know, maybe its not updating on my webpanel. |
nvm its now displayed real hashrate after one hour but i only have that gpu miner problem. |
@UnamSanctam is something updated bro? i cant compile the miner
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: LLVM ERROR: out of memory
PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: ` |
Yes that's possible.
Looks like you ran out of RAM. Check in your Task Manager to see what's using up your RAM and close them if you can. Alternatively you can also increase your virtual page (RAM on your disk) but that's more complicated. |
i even tried to compile it on my own pc but got same error |
memory usage is only at 53% |
nvm it worked on vps. i just close my nodejs server thanks for your fast reply |
@UnamSanctam miner doesnt start on one pc. its so weird cus it should be installed |
Doesn't start or doesn't appear in your web panel? And are you certain that no other miners are installed on it? |
im not sure but it still should appear on the web if theres another miner installed or smth, no ? i installed miner 5 times from botnet but it still doesnt starts on the pools too |
Depends, if there's other miners then for example GPU miners could crash (that's just how it is with GPUs). The CPU miner should really always appear though. Does the miner file exist in the install location and is the service installed (miner file path and service name from the builders "Startup" tab)? |
sadly i dont have implemented that much on my webpanel, but ill write quick program to check it |
Yes |
yeah wait |
he closed pc, ill respond back when hes online |
@UnamSanctam Yep bro i checked it and that File exists at C:\ProgramData\Google\Chrome\updater.exe |
Alright, are you able to see if the miner service exists? Though the file being there does indicate that the miner is installed. |
sure but can you tell me how could i do that programmatically? for a quick method c# |
also where does it creates the service? like what name and a path |
The service has the name that's in your "Entry Name" in the "Startup" tab, a service does not really have a path. So you'll have to call the Windows API for handling services, something like this maybe: |
alright. lemme try |
Yeah bro. it is also exists :P weird right |
Yeah, then it's installed. Either those miners can't communicate to your web panel (and maybe pool) from that computer or something on the computer are killing the miners. |
and i cant check if miner process is running? |
but we cant since its inejcted into svchost ? |
but how it communicates with my botnet? |
Technically you can, just like how the checker checks if the processes are running. You can find the source code for the checker in the project (the checker and uninstaller are made in C#) #361 (comment). Though you have to somehow retrieve the mutexes of your miners so that you can search for them (they are randomized for each build). I guess you could just disassemble your currently built checker to get them.
You mean the web panel? Just a normal http/https call. |
|
bruh why my replis are pretty terrible |
Yes, only the miners are always running (unless you count the watchdog but that doesn't contact the web panel) so they contact the web panel. If the miners can't connect to your website for whatever reason or if something kills the miners then they can't appear in your web panel. |
anyway ill list all the running processes and then guess what could kill/detect the miner (but his active av is wd) |
Why is it offline ? he has nothing open on the pc. it just started mining whenever i got that client, for a second day it is offline since now.
The text was updated successfully, but these errors were encountered: