Search found 1161 matches
- Sat May 03, 2025 8:06 pm
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Please add ability to change from pause to finish
- Replies: 45
- Views: 10564
Re: Please add ability to change from pause to finish
BTW, your example deletes all groups except the targeted one. You need an empty dict for every other group in the config group command.
- Sat May 03, 2025 5:29 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Please add ability to change from pause to finish
- Replies: 45
- Views: 10564
Re: Please add ability to change from pause to finish
What happens if you set paused false, finish true on a group that is paused and has no units? Is a new WU started? That would seem undesirable.
- Sat May 03, 2025 4:51 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Please add ability to change from pause to finish
- Replies: 45
- Views: 10564
Re: Please add ability to change from pause to finish
I’m sure the client needs more rigorous checks on input.
Do you think I should change lufah to support pause to finish? Maybe with a force flag?
Do you think I should change lufah to support pause to finish? Maybe with a force flag?
- Sat May 03, 2025 4:22 am
- Forum: GPU Projects and FahCores
- Topic: Core26 released to full FAH ?
- Replies: 39
- Views: 40685
Re: Core26 released to full FAH ?
I’m not seeing any 8.4.10 tags in the repo.
- Sat May 03, 2025 4:17 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Please add ability to change from pause to finish
- Replies: 45
- Views: 10564
Re: Please add ability to change from pause to finish
Interesting. I don’t expect it to be part of the official api. Maybe the semantics of the finish command will be changed to do this.
Your dump command would need to get the uuid for the unit at the adjusted index.
Your dump command would need to get the uuid for the unit at the adjusted index.
- Sat May 03, 2025 3:59 am
- Forum: GPU Projects and FahCores
- Topic: Core26 released to full FAH ?
- Replies: 39
- Views: 40685
Re: Core26 released to full FAH ?
The client is not even buildable right now because of changes in cbang that have not been applied to the client.
Nobody has tested the code you are talking about. But yes, it seems to have been committed.
Nobody has tested the code you are talking about. But yes, it seems to have been committed.
- Sat May 03, 2025 3:49 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Please add ability to change from pause to finish
- Replies: 45
- Views: 10564
Re: Please add ability to change from pause to finish
You absolutely should not manipulate the pause and finish flags on a group. They are internal state flags, not valid configuration items.
Even if it works there could be bad side effects and it may break in the future.
You should use the pause, fold, and finish commands.
Even if it works there could be bad side effects and it may break in the future.
You should use the pause, fold, and finish commands.
- Sat May 03, 2025 3:47 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Please add ability to change from pause to finish
- Replies: 45
- Views: 10564
Re: Please add ability to change from pause to finish
I’m pretty sure the client doesn’t support going from pause straight to running with finish.
- Sat May 03, 2025 3:44 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Please add ability to change from pause to finish
- Replies: 45
- Views: 10564
Re: Please add ability to change from pause to finish
The dump command requires the uuid of the unit.
The config command must contain at least an empty dict for every group.
Not including a group will cause it to be deleted.
Adding an unknown group will create it.
I believe it is this way for the convenience of coding web control.
The config command must contain at least an empty dict for every group.
Not including a group will cause it to be deleted.
Adding an unknown group will create it.
I believe it is this way for the convenience of coding web control.
- Fri May 02, 2025 7:57 pm
- Forum: GPU Projects and FahCores
- Topic: Core26 released to full FAH ?
- Replies: 39
- Views: 40685
Re: Core26 released to full FAH ?
The next client is also needed, because the arguments for the core are different for hip.
- Fri May 02, 2025 7:55 pm
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Please add ability to change from pause to finish
- Replies: 45
- Views: 10564
- Fri May 02, 2025 7:51 pm
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Please add ability to change from pause to finish
- Replies: 45
- Views: 10564
Re: Please add ability to change from pause to finish
If you can read python, there is my sloppy code
https://github.com/kbernhagen/lufah
https://github.com/kbernhagen/lufah
- Fri May 02, 2025 7:49 pm
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: Please add ability to change from pause to finish
- Replies: 45
- Views: 10564
Re: Please add ability to change from pause to finish
Some informal documentation is in client discussions, particularly
https://github.com/FoldingAtHome/fah-cl ... ssions/215
Other than that, there is the web control source code, and watching the JavaScript console in your browser while using web control.
https://github.com/FoldingAtHome/fah-cl ... ssions/215
Other than that, there is the web control source code, and watching the JavaScript console in your browser while using web control.
- Mon Apr 28, 2025 8:28 pm
- Forum: New Donors start here
- Topic: Passkeys/Generating Passkeys
- Replies: 8
- Views: 540
Re: Passkeys/Generating Passkeys
Use the one generated with your fah user name.
Pretend the old ones don’t exist.
Pretend the old ones don’t exist.
- Mon Apr 28, 2025 7:35 am
- Forum: v8.4.9 Public Release for Windows / Linux / macOS
- Topic: How to restructure multiple users from V7 to V8
- Replies: 23
- Views: 3985
Re: How to restructure multiple users from V7 to V8
There have also been issues if the system clocks are off.
If it’s far off, web control may not connect to servers.
If it’s far off, web control may not connect to servers.