-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
TwitchDropsMiner => UNRAID server ? #618
Comments
Because the dev doesn't want you to autofarm on servers you might need to set up a linux/windows VM and run the program there |
I actually don't have that much of an issue with using a server in particular, other than maybe the user not tending to it often enough, and hoping some kind of autorestart will do. What usually ends up happening, is Twitch changes something, and then keeps getting hammered with errors, over and over, That's the reason why the miner does not include any kind of automatic restart - when it breaks, it's not supposed to be used anymore, until it's fixed back up. The biggest issue with server usage is people setting up farms with thousands of accounts, basically the above, but thousands times worse. Twitch has a way of defending itself from this, but I don't want to contribute to the problem by providing the tools to do it. This is supposed to be a single-instance user-friendly desktop application. I personally don't have any experience with RAID servers, so can't really help here. If anyone else has any knowledge about the topic, they're free to respond here. |
Hello, I come from the Windows world, so I'm not very skilled when it comes to Linux. My Unraid server (which is just for hosting a Plex server) is why I wanted to add the Twitch drop recovery function. Unraid already has integrated applications via a community catalog, but not Twitch drops. I know I can install it through what they call a Docker, but with very little knowledge of Linux, I get lost very easily. The only solution, for now, while I improve my skills and my research on the subject increases, is to use a Windows VM and install it there. I hope this doesn't take too long because VMs tend to put a heavy load on the CPU and result in significant energy consumption. But thank you for bringing up the topic again. |
If you are going to use a windows VM I recommend using a modified ISO that gets rid of all the bloat so the system will run better |
Hello, I was thinking of a modified version of Windows called "Arium 11.3". |
As someone who also has an Unraid server and has been using it for years- the "Community Applications" that are available are just glorified Dockerfile's that people have modified to be easily used with Unraid. Now, due to the nature of the Miner, I imagine I could containerize it... But like DevilXD said "when it breaks, it's not supposed to be used anymore". Of course I could just have the container not restart itself upon erroring. I'll think about it. |
@bitterbutt if you do end up doing all this, try and see if you could get it working on an alpine base to try and minimize the size of the container some. I've got a dockerfile/container going right now myself that I've been trying to convert to be alpine based but there are some dependencies I'm lost on being able to switch from debian to alpine to get things working. |
This comment was marked as off-topic.
This comment was marked as off-topic.
Was able to get it running on a Proxmox LXC running docker. Here's the two files used. Added a docker-compose if you need it. Dockerfile:
startapp.sh:
docker-compose.yml:
Then just run |
Is "Proxmox LXC" a type of an UNRAID server? |
On my "UNRAID" server in "APPS" If I search for "twitch drops miner," it doesn't find any application. However, if I click on "click more results on Docker Hub," He finds me other applications, some of which have the same name but come from different people. I arrive on the configuration page. (Attention, for the solution to the problem, please take into account the link from here.) Since I don't understand anything and I come from the Windows environment, I won't touch anything and I'll just confirm! Everything is settling in.... Except that it gives me a command error, is it due to the fact that I didn't configure the "config" correctly because of a lack of knowledge? Since I encountered an error during installation, when I launch "docker," it shows me this error. I tried to detail the installation process as much as possible in case my error is so obvious that it jumps out at you. As I mentioned, I'm not comfortable with the world of Linux and the terms used there. However, I'm not giving up, and I'm testing different things to learn how to use it... |
I don't use Unraid but it seems like it created a bunch of unneeded environments and it got the volumes/ports wrong. If you're able to manually input them then all you need is the volume to be |
I have tried to get this working and ended up using this repo (https://hub.docker.com/r/starkayc/twitch-drops-miner/), left all at default and had no issues, went to localhost:5800 and all is ok |
Hello Peraperkan, I still have the same error. At what point did you modify something regarding my installation process mentioned earlier? |
Incredibly easy to get this container working. I have it up and running mining right now |
@Lifeng77X You can try to shut down your VM(s) and see if the container starts. Otherwise, you can try to change the port mapping in the container settings so that Port 5900 of the container maps to a different Host Port (e.g., 5901). As @starkayc already said, maybe you can even remove the port mapping to 5900 completely. |
@bolagnaise , @justvetrex Thank you very much for your help; I found my mistake thanks to your assistance! I’m linking the image where the problem was in case others also want to install it on UNRAID. |
Hello, has anyone successfully used "TwitchDropsMiner" on a server type "UNRAID"? If so, which tutorial did you follow?
I would be very interested.
Thank you.
The text was updated successfully, but these errors were encountered: