Appreciate the explanation.
edit: I see 2^64 = 18,446,744,073,709,551,616 in decimal. Whereas the difference between the two hex ranges is 9,223,372,036,854,775,808 so I am guessing the 64 bit range that the puzzle is in is anywhere from 2^1 -> 2^64? Whereas I have just scanned 2^63 -> 2^64 which is just a single segment of the whole range?
Here is the math for a GPU getting 1100 MKey/s
Per day: 1100000000*60*60*24 = 95040000000000 keys checked in one day
Total keys in range: 9223372036854775807
Days needed to scan range: 9223372036854775807 / 95040000000000 = 97,047 days
If you are using cl, there were known issues. But the math is simple on how much time it would take to scan the entire #64 range. And no, bitcrack isn't designed to skip/ignore keys unless you use the --stride option.