Skip to content
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

Open
vtnplus opened this issue Oct 8, 2017 · 5 comments
Open

pls help me with eqhash and port 2142 #5

vtnplus opened this issue Oct 8, 2017 · 5 comments

Comments

@vtnplus
Copy link

vtnplus commented Oct 8, 2017

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
Copy link

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
Copy link
Author

vtnplus commented Oct 9, 2017

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

@visteras
Copy link

visteras commented Oct 9, 2017

And for me pls :)

@djspacedevil
Copy link

Any news here for equi ?

@StarPool
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants