216k155 / Yiimp-PHI1612-Implemented

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

pls help me with eqhash and port 2142 #5

Open vtnplus opened 7 years ago

vtnplus commented 7 years ago

Hi master. I want open port 2142 for eqhash. ( mining ZCL, ZEC ).

my code in stratum.cpp static void equihash_hash(const char input, char output, uint32_t len)

{ uint8_t hash[16]; blake2s_state S;

blake2s_init(&S, 64); blake2s_update(&S, input, 64); blake2s_final(&S, hash, 64);

memcpy(output, hash, 64); }

Call :

{"equihash", equihash_hash, 1, 0 },

But error

stratum.cpp:97:16: error: 'S' was not declared in this scope

blake2s_init(&S, 64); ^ stratum.cpp:97:21: error: 'blake2s_init' was not declared in this scope blake2s_init(&S, 64); ^ stratum.cpp:98:30: error: 'blake2s_update' was not declared in this scope blake2s_update(&S, input, 64); ^ stratum.cpp:99:28: error: 'blake2s_final' was not declared in this scope blake2s_final(&S, hash, 64);

Are you have ide eqhash pls help me pls help me :(

crombiecrunch commented 7 years ago

there is a bit more to it then that. I am working on adding both equi and cryptonight to yiimp its a few days out though

vtnplus commented 7 years ago

are you develop finish with equi? can share for me ? i need :(

visteras commented 7 years ago

And for me pls :)

djspacedevil commented 6 years ago

Any news here for equi ?

StarPool commented 6 years ago

Hi. Can you share Equihash algo to Yiimp. I want to pay 0.5BTC.