it go to 1428. it working
we need a pool
I am working on that. The source code has problems building in Linux/Unix.
I will try build it int linux after I get up,then fix it. Thank you for your
I think there is something wrong with the makefile, it's failing for me here:
c++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/user/porkcoin/work/porkcoin-porkcoin-a60f73d/src -I/home/user/porkcoin/work/porkcoin-porkcoin-a60f73d/src/obj -I/usr/local/include -I/usr/local/include/db48 -DUSE_IPV6=1 -I/home/user/porkcoin/work/porkcoin-porkcoin-a60f73d/src/leveldb/include -I/home/user/porkcoin/work/porkcoin-porkcoin-a60f73d/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/db48 -L/usr/local/lib -L/usr/local/lib/db48 -Wno-invalid-offsetof -fpermissive -MMD -MF obj/cubehash.d -o obj/cubehash.o cubehash.c
c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated
cubehash.c:601:6: error: assigning to 'unsigned char *' from incompatible type 'void *'
out = dst;
^ ~~~
cubehash.c:610:2: error: no matching function for call to 'cubehash_init'
cubehash_init(cc, IV224);
^~~~~~~~~~~~~
cubehash.c:535:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_init(sph_cubehash_context *sc, const sph_u32 *iv)
^
cubehash.c:617:2: error: no matching function for call to 'cubehash_core'
cubehash_core(cc, data, len);
^~~~~~~~~~~~~
cubehash.c:542:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_core(sph_cubehash_context *sc, const void *data, size_t len)
^
cubehash.c:631:2: error: no matching function for call to 'cubehash_close'
cubehash_close(cc, ub, n, dst, 7);
^~~~~~~~~~~~~~
cubehash.c:579:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
^
cubehash.c:639:2: error: no matching function for call to 'cubehash_init'
cubehash_init(cc, IV256);
^~~~~~~~~~~~~
cubehash.c:535:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_init(sph_cubehash_context *sc, const sph_u32 *iv)
^
cubehash.c:646:2: error: no matching function for call to 'cubehash_core'
cubehash_core(cc, data, len);
^~~~~~~~~~~~~
cubehash.c:542:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_core(sph_cubehash_context *sc, const void *data, size_t len)
^
cubehash.c:660:2: error: no matching function for call to 'cubehash_close'
cubehash_close(cc, ub, n, dst, 8);
^~~~~~~~~~~~~~
cubehash.c:579:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
^
cubehash.c:668:2: error: no matching function for call to 'cubehash_init'
cubehash_init(cc, IV384);
^~~~~~~~~~~~~
cubehash.c:535:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_init(sph_cubehash_context *sc, const sph_u32 *iv)
^
cubehash.c:675:2: error: no matching function for call to 'cubehash_core'
cubehash_core(cc, data, len);
^~~~~~~~~~~~~
cubehash.c:542:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_core(sph_cubehash_context *sc, const void *data, size_t len)
^
cubehash.c:689:2: error: no matching function for call to 'cubehash_close'
cubehash_close(cc, ub, n, dst, 12);
^~~~~~~~~~~~~~
cubehash.c:579:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
^
cubehash.c:697:2: error: no matching function for call to 'cubehash_init'
cubehash_init(cc, IV512);
^~~~~~~~~~~~~
cubehash.c:535:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_init(sph_cubehash_context *sc, const sph_u32 *iv)
^
cubehash.c:704:2: error: no matching function for call to 'cubehash_core'
cubehash_core(cc, data, len);
^~~~~~~~~~~~~
cubehash.c:542:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_core(sph_cubehash_context *sc, const void *data, size_t len)
^
cubehash.c:718:2: error: no matching function for call to 'cubehash_close'
cubehash_close(cc, ub, n, dst, 16);
^~~~~~~~~~~~~~
cubehash.c:579:1: note: candidate function not viable: cannot convert argument of incomplete type 'void *' to 'sph_cubehash_context *'
cubehash_close(sph_cubehash_context *sc, unsigned ub, unsigned n,
^
13 errors generated.