Search found 5 matches
- Tue Apr 01, 2025 10:52 am
- Forum: New Donors start here
- Topic: Start Folding on GPU without Website
- Replies: 15
- Views: 13141
Re: Start Folding on GPU without Website
No, lufah makes a direct websocket connection. But don’t you have localhost access in the container when setting it up? No I do not. I want to deploy Docker images on Setups that are not owned by me. There are Hosts on a decentralized network called Nosana, where they basically rent out their idle ...
- Tue Apr 01, 2025 8:35 am
- Forum: New Donors start here
- Topic: Start Folding on GPU without Website
- Replies: 15
- Views: 13141
- Mon Mar 31, 2025 12:33 pm
- Forum: New Donors start here
- Topic: Start Folding on GPU without Website
- Replies: 15
- Views: 13141
Re: Start Folding on GPU without Website
Ive discoverd the client.db where the data gets stored about activating the gpus in the Web Userinterface. It looks like this. { "on_idle": false, "on_battery": true, "keep_awake": true, "paused": true, "finish": false, "beta": false, "...
- Mon Mar 31, 2025 6:27 am
- Forum: New Donors start here
- Topic: Start Folding on GPU without Website
- Replies: 15
- Views: 13141
Re: Start Folding on GPU without Website
You need to have a persistent work directory for the client. Once configured, it is possible for it to auto fold. Iam using a persistent work directory and have mounted it into the container. ( -v /path/to/foldingathome/data:/config \) Do I need to also define it in the config.xml? Iam using the sa...
- Sun Mar 30, 2025 8:45 pm
- Forum: New Donors start here
- Topic: Start Folding on GPU without Website
- Replies: 15
- Views: 13141
Start Folding on GPU without Website
Hello together, Iam new to this and I want to run a Docker Container with the FAH Client. The issue I currently have is that when I start the containers on my Setups the Folding doesnt start automatically on the GPU. I have to go to the Website and manually select the GPU and disable the CPU cores a...