This commit is contained in:
Jay D Dee
2017-10-12 15:14:37 -04:00
parent 989fb42d20
commit c76574b2cd
11 changed files with 91 additions and 18 deletions

View File

@@ -372,10 +372,11 @@ bool register_m7m_algo( algo_gate_t *gate )
init_m7m_ctx();
gate->scanhash = (void*)scanhash_m7m_hash;
gate->build_stratum_request = (void*)&std_be_build_stratum_request;
gate->work_decode = (void*)&std_be_work_decode;
gate->submit_getwork_result = (void*)&std_be_submit_getwork_result;
gate->set_target = (void*)&scrypt_set_target;
gate->get_max64 = (void*)&get_max64_0x1ffff;
gate->set_work_data_endian = (void*)&m7m_reverse_endian;
gate->work_data_size = 80;
return true;
}