Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
26912903
Topic
2329470
Re: [ANN] [CPU mining] Yenten v1.2.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on
25/12/2017, 03:08:56 UTC
Quote from: Neval on December 24, 2017, 08:26:30 PM
Good day.
I've tried to setup yiimp pool, it seems like stratum repo has only standart Yescrypt libs. Does anybody know where i can found YescryptR16 libs for yiimp stratum?
You can find the different yescrypt code in yenten code and yiimp code
yenten code
@
https://github.com/conan-equal-newone/yenten/tree/master/src/hash/yescrypt/yescrypt.c
line 24 to 27
Code:
#define YESCRYPT_N 4096
#define YESCRYPT_R 16
#define YESCRYPT_P 1
#define YESCRYPT_T 0
line 82 to 84
Code:
retval = yescrypt_kdf(....)
yiimp code
@
https://github.com/tpruvot/yiimp/blob/next/stratum/algos/yescrypt.c
line 365
Code:
yescrypt_bsty(...)
I think you can do it. good luck.