Session issue
#8
remember that the .restore file is written only at specific times. it might not be an issue, you maybe stopped to early and it did not had a chance to write the file. especially when you increase the -n value and in combination with a slow hash, the runtime for a single complete kernel run can take a lot of time.

the background therefore is the gpu kernels that are running. the restore progress can only be written when a full kernel run is finished. if it wouldn't do it that way parts of the keyspace that wasn't tested would be lost (the parts that did not have been calculated). so it has to wait for kernel run finish, then update progress count, then it can write .restore file.


Messages In This Thread
Session issue - by Mem5 - 10-13-2013, 10:29 PM
RE: Session issue - by epixoip - 10-13-2013, 10:59 PM
RE: Session issue - by Mem5 - 10-14-2013, 07:50 AM
RE: Session issue - by Mem5 - 10-14-2013, 08:23 PM
RE: Session issue - by radix - 10-14-2013, 10:31 PM
RE: Session issue - by radix - 10-14-2013, 11:36 PM
RE: Session issue - by Mem5 - 10-15-2013, 07:20 AM
RE: Session issue - by atom - 10-15-2013, 04:34 PM
RE: Session issue - by radix - 10-16-2013, 12:35 AM
RE: Session issue - by Mem5 - 10-15-2013, 11:03 PM
RE: Session issue - by Mem5 - 10-16-2013, 07:39 AM
RE: Session issue - by philsmd - 10-16-2013, 09:12 AM
RE: Session issue - by atom - 10-16-2013, 09:50 AM