Post
Topic
Board Mining (Altcoins)
Re: PhoenixMiner 2.8c: fastest Ethereum/Ethash miner with lowest devfee (Windows)
by
drgrog
on 16/04/2018, 13:28:32 UTC
Add a newline character at the end of the request

You have to add new line (\n) after the end of your JSON request.

Thanks, that did the trick, and now kicking myself for not spotting it.
And makes sense given how JSON streams normally use line-delimiting framing.
Not sure why it ever worked in claymore, guess it's doing something funky.