We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, looks like setpool command requires some additional arguments.
setpool
Provided command in example doesn't work:
> echo -n "ascset|0,setpool,root,root,stratum+tcp://btc.ss.poolin.com:443,cctrix001,123" | socat -t 30 stdio tcp:XXX.XXX.XXX.XXX:4028,shut-none && echo STATUS=E,When=164745,Code=120,Msg=ASC 0 set failed: we need 6 arguments\, your input is 2 arguments.,Description=cgminer 4.11.1|
Adding some other arguments after pool password doesn't work also
The text was updated successfully, but these errors were encountered:
Any resolution on this? setpool still seems to be broken.
Sorry, something went wrong.
@byang14 I found a workaround by managing pools by sending request to cgi-bin script /cgconf.cgi.
/cgconf.cgi
Also, you need to reboot miner to apply changes by sending ascset|0,reboot,0 payload to cgminer port.
ascset|0,reboot,0
No branches or pull requests
Hello, looks like
setpool
command requires some additional arguments.Provided command in example doesn't work:
Adding some other arguments after pool password doesn't work also
The text was updated successfully, but these errors were encountered: