Post
Topic
Board Announcements (Altcoins)
Re: [ANN][WHRL] WhirlCoin | WhirlPool Algorithm | Sloped Rewards | CPU-Only|Launched
by
whirlcoin
on 21/07/2014, 12:19:26 UTC


Not at this stage, but maybe later
I can`t compile from source.
Code:
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


Strange, that shouldn't be there. Which makefile are you using? Edit out any instances of sph_groestl.h and groestl.c with sph_whirlpool.h and whirlpool.h

Can the dev release a python_hash please so i can release a pool?

I'm not in a position to create one now, but from what I remember it isn't too difficult. You should be able to rewrite the the x11 or quark or qubit hashes to match this one - the hash is in hash.h