neptunix
neptunix
Hi there! I've tried to run it with nicehash and the first thing i've encountered was nonce size mismatch: ``` // 4/1/2019 12:07:46 AM2019/03/31 21:07:46 mining.submit: handleTCPSubmitRPC failed // 4/1/2019...
> Hi! Hi, thanks for the reply! > I guess the extranonce was missing or not properly prepended at pool side. I've dumped the beginning of the communication, could you...
Thanks, @hackmod. As I see from the code ``` // check Extranonce subscription. extranonce := cs.Extranonce if !cs.ExtranonceSub { extranonce = "" } nonce := extranonce + params[2] ``` the...
Thank you. I got the point. I think I'd better do it that way: if (the nonce length == 12 && extranonce is enabled ) => concatenate the values
Hi guys, can someone please tell how execution for state_cmd works? I can see the if I `cat /some/file` and file is empty, I still get true Is the only...
you are right. Exit code == 0 - is true. Any other is false
Looks like #988 does not help. Sessions are still being sent to client in cookie Here is my code: ``` hook 'before' => sub { if(request->path_info =~ m{^/api}) { info...
I can reproduce the situation with a **compressed** file: ``` - unarchive: src: pool.tgz dest: ./pool/ ``` ``` TASK [unarchive] *************************************************************** fatal: [default]: FAILED! => {"changed": false, "failed": true, "msg":...
@mkrizek file itself is fine and tar can successfully untar it. > Does this happen with all .tgz archives you create or just with this one? With any file >...
@mkrizek sure! Thank you ``` touch test.md vim test.md tar -cf test.tar test.md gzip test.tar mv test.tar.gz test.tgz ``` ``` TASK [unarchive] *************************************************************** fatal: [default]: FAILED! => {"changed": false, "failed":...