Post
Topic
Board Announcements (Altcoins)
Re: [ANN] HUSH Secure Private Messaging and Transactions [Equihash]
by
the.vlado
on 08/10/2017, 21:35:17 UTC
Hi all, when I try to mine HUSH on Suprnova pool (with 1070) I am getting following error:

Unsupported extranonce size of 16 (12 maxi)
Stratum subscribe answer id is not correct!
JSON-RPC call failed: (unknown reason)
...retry after 30 seconds


I am starting miner with command:
ccminer-x64 -a equihash -o stratum+tcp://hush.suprnova.cc:4048 -u xxx -p yyy -i 23 --cpu-priority=3 --max-temp=70

Any idea why I am getting this message?
Thank you.

Hello!
Your use excavator and modified the file default_command_file.json?

Maybe so:
[
{"time":0,"commands":[
{"id":1,"method":"algorithm.add","params":["equihash","hush.suprnova.cc:4048","YourWallet"]}
]},
{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","0"]}
]},
{"time":10,"loop":10,"commands":[
{"id":1,"method":"worker.print.speed","params":["0"]},
{"id":1,"method":"algorithm.print.speeds","params":["0"]}
]}
]

Hi, I appreciate your answer.
Sorry, but it's not clear to me what should I do.
I do not have file like that. Should I create one and do I have to change anything in it?
Thank you.