-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Ignores user/pass parameters during setpool query. #5
Comments
I can confirm the issue.
|
@barrystyle for now you might want to try the scrypt from my repo. My hacks should let you change user and pass. To change user and pass only, send the full-formed query, with your old host-port, and new user-passw:
|
@kkkrackpot Since you seem to have had some luck with this, would you be open to assisting me. I get an exception when my miner connects to relay. Would be happy to tip if you can help me get it working. |
@Lazydayz137 my changes are already merged into this repo, you can clone the current code and try the relay again. If your problem still present, you'd better open a separate issue for it, with explanation, logs and such, me or someone else will have a look into it. |
on one console:
python3 strelay.py -v 4
on another:
echo '{ "query":"setpool", "host":"pool.com", "port":"3333" }' | nc 127.0.0.1 2222
pointing a miner at :3333 on the machine functions as expected, using the default username of '14MQUGn97dFYHGxXwaHqoCX175b9fwYUMo' and password of 'd=1024'
however:
echo '{ "query":"setpool", "host":"pool.com", "port":"3333", "user":"username", "pass":"x" }' | nc 127.0.0.1 2222
and all variations of user, username, pass, passw etc - does not change the default username or password.
used this software extensively some time back, am i just missing something stupid? :)
The text was updated successfully, but these errors were encountered: