any bounty for translation?
?
Not at this stage, but maybe later
I can`t compile from source.
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ori/whirlcoin/src -I/home/ori/whirlcoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/home/ori/whirlcoin/src/leveldb/include -I/home/ori/whirlcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -fpermissive -MMD -MF obj/groestl.d -o obj/groestl.o groestl.c
groestl.c:36:25: fatal error: sph_groestl.h: No such file or directory
#include "sph_groestl.h"
^
compilation terminated.
make: *** [obj/groestl.o] Error 1
Which makefile are you using? Edit out any instances of sph_groestl.h and groestl.c with sph_whirlpool.h and whirlpool.h