actual results not beeing sent #288
-
Hi, I am using GPUowl in GIMPS project. It works fine and calculations are done on my GPU/VGA. However, sending actual reports of reserved exponent calculations, does not work. I have these two dirs ".\proof" and ".\proof-tmp" folders in dir root where GPUowl is situated (these ".\proof" and ".\proof-tmp" are empty). Also I have directiory ".\150587083" which is my reserved exponent and the are dirs: I have GpuOwl VERSION v7.5-10-g61a08e2 Nowadays I have 4,5% of calculation behind me. I am trying to use Primenet for sending actual reports to GIMPS web. Using cmdlet ".\primenet.exe --username -[MyUserID] --status" it tells me: Also: Is anybody using Primenet besides GPUowl to send actual results? Can you give a help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Sorry to hear that you are having problems. Note that the PrimeNet program and GpuOwl are separate projects. The The Providing your PrimeNet password is deprecated and disables many features, including assignment progress reporting. If you open your If the I would recommend reading the documentation for more information about how to correctly use the PrimeNet program with GpuOwl. |
Beta Was this translation helpful? Give feedback.
-
This Q can be considered as answered. Simply its like this:
I have tested, once the calculation is 100% done, proof file generated and results.txt updated, AutoPrimeNet/PrimeNet sends the results smoothly. |
Beta Was this translation helpful? Give feedback.
Sorry to hear that you are having problems. Note that the PrimeNet program and GpuOwl are separate projects.
The
--upload-proofs
option can only upload proof files if they exist. You mentioned that your.\proof
directory is empty, so this option will not do anything. You would need to wait for the PRP test to finish and then the PrimeNet program should automatically upload the resulting proof file if it is running.The
--dir
option is only for users that have multiple instances of GpuOwl on their system, in which case it should be provided once for each instance with the path to the root directory for GpuOwl.Providing your PrimeNet password is deprecated and disables many features, inclu…