-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pls help me with eqhash and port 2142 #5
Comments
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 |
are you develop finish with equi? can share for me ? i need :( |
And for me pls :) |
Any news here for equi ? |
Hi. Can you share Equihash algo to Yiimp. I want to pay 0.5BTC. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
Call :
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 :(
The text was updated successfully, but these errors were encountered: