For me it worked.
Last try was a month ago.
Search found 96 matches
- Wed Mar 17, 2021 10:14 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: FAH@docker and FAHControl
- Replies: 4
- Views: 4022
- Tue Dec 15, 2020 10:11 pm
- Forum: Discussions of General-FAH topics
- Topic: Monetary Donation Cloud Compute Concept
- Replies: 3
- Views: 3606
Re: Monetary Donation Cloud Compete Concept
I imagine the new A100 is also very expensive per WU favoring speed over cost. Some weeks ago I was able to rent 8x A100 as a bunch @vast.ai. Guess how much? I got it for $1.25/h :D Every single one was able to make 9Mill PPD per day --> could have made more than 70 Mill/day. Did spend like $50 in ...
- Thu Dec 03, 2020 7:03 am
- Forum: Issues with a specific server
- Topic: 129.213.157.105 (oracle2.foldingathome.org) silent
- Replies: 14
- Views: 6618
Re: 129.213.157.105 (oracle2.foldingathome.org) silent
It seems the assignment servers all 4 did wrong or haven't had anything to deliver.
An hour ago this also seems to be fixed for now.
An hour ago this also seems to be fixed for now.
- Wed Dec 02, 2020 5:10 pm
- Forum: Issues with a specific server
- Topic: 129.213.157.105 (oracle2.foldingathome.org) silent
- Replies: 14
- Views: 6618
Re: 129.213.157.105 (oracle2.foldingathome.org) silent
Same here. Can not get any WUs.
- Mon Nov 30, 2020 10:05 am
- Forum: Discussions of General-FAH topics
- Topic: Folding on Cloud instructions (3 mil ppd)
- Replies: 75
- Views: 76487
Re: Folding on Cloud instructions (3 mil ppd)
Did that. Still ...Knish wrote:ichbin - ptchern is saying it's better to type in "regions" instead of GPU when you go to request a quota increase of 1 GPU. the line name for it that you click on should say "GPUs (all regions)"
- Mon Nov 30, 2020 9:04 am
- Forum: Discussions of General-FAH topics
- Topic: Folding on Cloud instructions (3 mil ppd)
- Replies: 75
- Views: 76487
Re: Folding on Cloud instructions (3 mil ppd)
I don't know what I'm doing wrong, got it denied again.
- Wed Nov 25, 2020 8:55 am
- Forum: Discussions of General-FAH topics
- Topic: Folding on Cloud instructions (3 mil ppd)
- Replies: 75
- Views: 76487
Re: Folding on Cloud instructions (3 mil ppd)
you must have upgraded to the paid tier Sure i did. I wrote "just type in GPU" and select GPU all regions, but wondering if it's better to maybe type in "regions"? I also had to hit 'enter'. Before, after typing 'gpu' I did choose T4 and then requested in the region. My fault. N...
- Tue Nov 24, 2020 8:48 am
- Forum: Discussions of General-FAH topics
- Topic: Folding on Cloud instructions (3 mil ppd)
- Replies: 75
- Views: 76487
Re: Folding on Cloud instructions (3 mil ppd)
Ichbin3 Central and East would be my top choices, then West after that b/c West seems to get kicked off more than the others. No way to get a T4. Even no preemptible. Nowhere ... P100 preeemtible are available, but expensive, Preemptible NVIDIA P4 GPUs are there too but I couldn't find the output o...
- Mon Nov 23, 2020 8:57 pm
- Forum: Discussions of General-FAH topics
- Topic: F@h Keeping Screens On
- Replies: 6
- Views: 1712
Re: F@h Keeping Screens On
Do they have switches or buttons?
- Mon Nov 23, 2020 12:26 pm
- Forum: Discussions of General-FAH topics
- Topic: Folding on Cloud instructions (3 mil ppd)
- Replies: 75
- Views: 76487
Re: Folding on Cloud instructions (3 mil ppd)
They denied even one T4 this morning.
Shall I try another region or how can I get one?
Shall I try another region or how can I get one?
- Wed Nov 11, 2020 10:06 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: Running F@h through Terminal (command line)
- Replies: 14
- Views: 3329
Re: Running F@h through Terminal (command line)
https://foldingathome.org/support/faq/i ... e-options/Nobope wrote:But yeah, my question in all its simplicity: how should I launch the fahclient through terminal?
It's all as simple as this
- Sun Nov 08, 2020 11:29 am
- Forum: Discussions of General-FAH topics
- Topic: FAH causing reboot, won't run
- Replies: 7
- Views: 2128
Re: FAH causing reboot, won't run
What happens if you run Furmark at both GPUs?
- Thu Nov 05, 2020 1:27 pm
- Forum: Q&A about unsupported distros of Linux
- Topic: Linux install guide
- Replies: 26
- Views: 49739
Re: Linux install guide
If you get almost exactly the same power and the same performance even if nominally "overclocked", it just means its power and boost management is pretty smart. Which goes back to my original point, if you don't give it more power (watts), a higher nominal clock rate won't give you more p...
- Thu Nov 05, 2020 1:01 pm
- Forum: Q&A about unsupported distros of Linux
- Topic: Linux install guide
- Replies: 26
- Views: 49739
Re: Linux install guide
Practice beats theory ;- ) I have a powerlimit of 220W at my 2080Ti. Now I tried an offset of +60 MHz for several WUs. The power consumtion did not change - because of the limit. The frequency went higher. But the output in points per WU did also not change, I compared the same projects 17420 und 17...
- Sat Oct 31, 2020 2:07 pm
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: FAH@docker and FAHControl
- Replies: 4
- Views: 4022
Re: FAH@docker and FAHControl
I give the answer myself.
Had do start the image by giving the ports, like
docker run --gpus all --name fah0 -d --user "$(id -u):$(id -g)" -p 7396:7396 -p 36330:36330 --volume $HOME/fah:/fah foldingathome/fah-gpu
Now I got it in FAHControl.
Had do start the image by giving the ports, like
docker run --gpus all --name fah0 -d --user "$(id -u):$(id -g)" -p 7396:7396 -p 36330:36330 --volume $HOME/fah:/fah foldingathome/fah-gpu
Now I got it in FAHControl.