Ivan Vnučec
Ivan Vnučec
How did you test the algorithm implementations?
Could you provide me with some known block headers and their correct hashes? I'm willing to make test cases because I did a few code changes, and now I'm in...
> Sorry, I never wrote any documentation about the implementation details. Do you have documentation from which you've written those hashing functions?
I'm going to reopen it because someone might want to write a solution to the problem of validating the hashing algorithm.
this might fix it: https://github.com/IvanVnucec/zupa-svpetraipavla-besici/commit/d61b64351a75dcae35f777d00ef0958f8f9cfb0a
I don't know how could delay be a feature in this case especially a 500 ms delay.
I've managed to compile the template_project by running `ccmake ..` in the build folder and with configuration as follows: ``` CMAKE_BUILD_TYPE Debug CMAKE_INSTALL_PREFIX /usr/local Chrono_DIR /usr/local/lib/cmake ``` Then after pressing...
After successfull build I've ran `myexe` compiled program and got the following runtime error: ```sh $ ./myexe ./myexe: error while loading shared libraries: libChronoEngine_postprocess.so: cannot open shared object file: No...
I had Postprocess module already installed because I've followed https://api.projectchrono.org/tutorial_install_chrono_linux.html where it says that the ENABLE_MODULE_POSTPROCESS should be set to ON.