216k155 / Yiimp-PHI1612-Implemented

Yiimp pool supported PHI1612 PoW/PoS Hybrid algo
3 stars 17 forks source link

Stratum make failed #4

Closed Ryuspb closed 7 years ago

Ryuspb commented 7 years ago

How I can fix it:

make

make[1]: Leaving directory '/var/stratum/sha3' gcc -g -march=native -DNO_EXCHANGE -DHAVE_CURL mysql_config --cflags --libs -c stratum.cpp stratum.cpp:163:1: error: invalid conversion from ‘void ()(const char, char)’ to ‘YAAMP_HASH_FUNCTION {aka void ()(const char, char, unsigned int)}’ [-fpermissive] }; ^ Makefile:55: recipe for target 'stratum.o' failed make: *** [stratum.o] Error 1

When try "make" with PHI1612 support Oo

vtnplus commented 7 years ago

me too. error when make stratum

Ryuspb commented 7 years ago

Thx to discord members for help! You must change function string - void phi1612_hash(const char input, char output, unsigned int len) into both source files!

vtnplus commented 7 years ago

nothing todo when chang friend. maybe you need update phi1612.conf

vtnplus commented 7 years ago

yes. work nice :) now wait open Lux coins :)

vtnplus commented 7 years ago

Now Yiim get rewards is 1 Where i can fix it.

Ryuspb commented 7 years ago

/var/web/serverconfig.php

define('YAAMP_FEES_MINING', 0);

Ryuspb commented 7 years ago

Fixed!