Forked from cryptonight-hash-lib
Copyright (c) 2017, Sumokoin.org
Copyright (c) 2018, ulord.one
This is a python-wrapper lib to give cryptohello hashing functions for ulordchain wallet server.
cd /path/to/cryptohello-hash-lib
mkdir build
cd build
cmake ..
make
Be careful, use the version that fits your environment. Here is the recommendation:
Windows 10 64bit
visual studio 2017
python 2.7
OpenSSL
cmake-3.10.2-win64-x64
open cmd, change directory to cryptohello-hash-lib
mkdir build
cd build
cmake -G "Visual Studio 15" ../
Note: If you use win64 OpenSSL and winx86-64 python, use command: cmake -G "Visual Studio 15 Win64" ../
open visual studio, set solution configuration to Release, solution platform to Win32 like below
click build
snprintf macro redefinition: comment out snprintf macro definition in compat.h, recompile
option O2 comflicts with RTC1: ensure solution configuration is Release & Win32 like above, and ensure
basic runtime check(solution property -> configuration property -> c/c++ -> code generation) value is default