Skip to content

Latest commit

 

History

History
67 lines (36 loc) · 1.53 KB

README.md

File metadata and controls

67 lines (36 loc) · 1.53 KB

cryptohello-hash-lib

copyright & abstract

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.

Instruction

Linux

cd /path/to/cryptohello-hash-lib
mkdir build
cd build
cmake ..
make

Windows

tools

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

build

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

errors may occur

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