Everything posted by PTRFRLL
-
[Support] PTRFRLL - Docker images
Looks like the new T-Rex supports v520. I'll get an update pushed up here soon
-
[Support] PTRFRLL - Docker images
That's odd the NVIDIA_VISIBLE_DEVICES variable isn't working. Can you post your Docker config (omit any sensitive info)?
-
[Support] PTRFRLL - Docker images
I don't think you can mine ethash using a 750Ti, you need more memory
-
[Support] PTRFRLL - Docker images
Can you check your config.json and see what the value is set to? I don't use LHR and it seems to run just fine for me. I'm guessing the new lhr-autotune-interval param isn't set
-
[Support] PTRFRLL - Docker images
Ugh. Wonderful. Thanks for the heads up.
-
[Support] PTRFRLL - Docker images
I believe you need to adjust all the parameters in the config file that reference the second GPU. Any that have a comma (dag-build-mode, mt, pl, etc), e.g. "0,0", should be changed to remove the second number
-
[Support] PTRFRLL - Docker images
I don't personally use the mt option so I can't really speak to getting it working. I thought someone else in this thread was able to get it working but after skimming back through, I can't find a definitive answer. Perhaps someone else can chime in to help. Otherwise, you could look at using this container (or copying/modifying it to add overclocking abilities to T-rex): https://github.com/olehj/docker-nsfminerOC
-
[Support] PTRFRLL - Docker images
In theory, just adding the -mt to the config should do it. What did you set as the value?
-
[Support] PTRFRLL - Docker images
You should be able to pass that entire URL, port included, via the "server" variable. This is what my "server" var looks like: stratum+ssl://us2.ethermine.org:5555
-
[Support] PTRFRLL - Docker images
My only guess would be something related to that latest driver (510.39.01). You might try downgrading that OR seeing if the new container build (3.8) helps at all
-
[Support] PTRFRLL - Docker images
Try this link (substitute your IP and PORT): https://IP:PORT/endpoint/@scrypted/core/public/#/
-
[Support] PTRFRLL - Docker images
I believe you add the -i flag to the command to specify the id or index of the GPU you want. Use nvidia-smi to print all cards and grab the GPU ID: nvidia-smi -i 0 -pl 125 #assuming card 0 is the one you want
-
[Support] PTRFRLL - Docker images
I don't believe there is a way to sort at present. You could submit an issue on the project for consideration: https://github.com/LukeChannings/moviematch
-
[Support] PTRFRLL - Docker images
I have not found a good way to include nvidia-settings and X11 into the container without requiring a specific version of nvidia drivers. I hesitate to do that as it would cause compatibility issues with many who use this container. I'm open to suggestions though.
-
Tutorial: Installing Pulseway for remote monitoring
Yes, anything in /etc/pulseway will not persist after a reboot, so you should always edit the one in /boot/pulseway. That said, if you just want to test that your config.xml changes work, you could edit the /etc/pulseway file so you don't have to reboot after ever change Correct, just place the new version in that directory and it will be installed on the next boot See #1 I've seen this warning as well but as you mentioned Pulseway is not available via NerdPack. I believe putting the package in /boot/extra is still the recommended way to install packages at boot, so you should be able to ignore this particular warning Hope that helps!
-
[Support] PTRFRLL - Docker images
@repomanz I've got the container updated to use a new CUDA version. ptrfrll/nv-docker-trex:latest Also, as @Rhomax pointed out, make sure you don't have the 'disable NVML' option set in your config
-
[Support] PTRFRLL - Docker images
Oops! I forgot to set the container as public. Give it a try now.
-
[Support] PTRFRLL - Docker images
Can you try this tag and see if it works. I updated the base image and bumped the T-Rex version (note: I moved it to Githubs Container Registry, so you'll need to include the ghcr.io part): ghcr.io/ptrfrll/nv-docker-trex:test
-
[Support] PTRFRLL - Docker images
Try using the ptrfrll/nv-docker-trex:latest tag (or if you want to keep a consistent version use: ptrfrll/nv-docker-trex:3.5.2). I tweaked the tags a bit with the newer version. its possible you're on the old version without the NVML package
-
[Support] PTRFRLL - Docker images
What CUDA version are you using? This error came up with a newer version of T-Rex and I had to add a manual install NVML into the CUDA 11 container. The problem is, that package has not been back-ported to a version compatible with the CUDA 10 version
-
[Support] PTRFRLL - Docker images
You can run nvidia-smi -pl 75 on Unraid itself (not within the container)
-
[Support] PTRFRLL - Docker images
oh I see. Yes, all the variables (wallet, password, also, etc) overwrite the config file. I’ll update the image so that doesn’t happen.
-
[Support] PTRFRLL - Docker images
I've updated some of the docker image tags. If you still use CUDA-10. Be sure to update your image tag, otherwise you won't get updates going forward: ptrfrll/nv-docker-trex:cuda10-latest
-
[Support] PTRFRLL - Docker images
When you make a change in the WebUI, it should modify the config.json file so that it persists. If you make a change on the WebUI, do you see that change in the config.json file?
-
[Support] PTRFRLL - Docker images
As far as I'm aware, setting autoupdate: false in the config file should do the trick. { ... "autoupdate": false }