You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jacklevin74 I'm coming across this error whenever I find a valid hash. My suspicion is that the issus is: $argon2id$v=19$m=17400,t=1,p=12$WEVOMTAwODIwMjJYRU4$NqNdXnXUNI9TMUnWg8p7pGqWWCOyOEMr4Ap5joa8hrvX80dKtsw0/I+AW1ZqOhJf3iFZU4AGg6u0hc6X6asX9g is 138 characters. Maybe $argon2id$v=19$m=17400,t=1,p= should be removed?
Found valid hash for target XUNI after 88937 attempts
Mining: 88937 Hashes [03:48, 388.74 Hashes/s, Difficulty=17400]
{'hash_to_verify': '$argon2id$v=19$m=17400,t=1,p=12$WEVOMTAwODIwMjJYRU4$NqNdXnXUNI9TMUnWg8p7pGqWWCOyOEMr4Ap5joa8hrvX80dKtsw0/I+AW1ZqOhJf3iFZU4AGg6u0hc6X6asX9g', 'key': 'a8a50221e724494bc25e07b12e5dda5a41b86c9a84d76d7dbbea0c0a7fd0a6b8', 'account': 'XXXXXXXXXXXXXX', 'attempts': 88937, 'hashes_per_second': 388.74010849438537, 'worker': None}
HTTP Status Code: 401
Server Response: {'message': 'Length of hash_to_verify should not be greater than 137 characters.'}
The text was updated successfully, but these errors were encountered:
@jacklevin74 I'm coming across this error whenever I find a valid hash. My suspicion is that the issus is:
$argon2id$v=19$m=17400,t=1,p=12$WEVOMTAwODIwMjJYRU4$NqNdXnXUNI9TMUnWg8p7pGqWWCOyOEMr4Ap5joa8hrvX80dKtsw0/I+AW1ZqOhJf3iFZU4AGg6u0hc6X6asX9g
is 138 characters. Maybe$argon2id$v=19$m=17400,t=1,p=
should be removed?The text was updated successfully, but these errors were encountered: