-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iteration count should be at least 512 ! #62
Comments
That is a bug.. still present on v3.0.1 but already fixed. Force your composer to get blocktrail 3.0.5 ( instead of "latest" 3.* ):
This will force to get a "newer" version instead of latest tagged ( v3.0.1 ).
Maybe @rubensayshi or @afk11 could help here and promote v3.0.5 to "latest stable" tag. |
I'm with the same error. I already have change my php from 5.x.x to 7.x and the error persist. To be more exactly my two error are: And RuntimeException: Iteration count should be at least 512 in C:\wamp64\www\blocktrail\vendor\blocktrail\blocktrail-sdk\src\V3Crypt\KeyDerivation.php on line 26 I can auth. The error happens when i try init the wallet... Anybody can help-me? |
@LeandroVCastro you don't have blocktrail v3.0.5. Newest blocktrail v3.0.5 \blocktrail-sdk\src\V3Crypt\KeyDerivation.php on line 26 don't have that RuntimeException. This problem was present on up to v3.0.2. |
after updating to 3.0.5 and also "disable composer platform checks" then it work as well |
you should NOT disable platform checks! |
.. unless you are on a development environment.. |
When I want to getBalance I got this error :
Fatal error: Uncaught RuntimeException: Iteration count should be at least 512 in blocktrail\blocktrail-sdk\src\V3Crypt\KeyDerivation.php on line 26
How can I solve it ?
The text was updated successfully, but these errors were encountered: