-
Notifications
You must be signed in to change notification settings - Fork 11
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
TypeError: 'NoneType' object is not iterable #1
Comments
Hmm. I think that should be resolved in 328e71e. Did the mining continue or was the conection dropped afterwards? |
That fixed the issue but now the program is hanging without reporting any issues. |
Are you using an actual stratum2 pool or the simulation pool? |
Also, what are some of the last logs? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mined for a few minutes then received this:
protocol.py", line 90, in receive_one
for msg in messages:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: