SimpleCoin icon indicating copy to clipboard operation
SimpleCoin copied to clipboard

Update miner.py

Open tabVersion opened this issue 6 years ago • 3 comments

there is something wrong the error is TypeError: the JSON object must be str, not 'bytes' the solution is from stackoverflow

https://stackoverflow.com/questions/42683478/typeerror-the-json-object-must-be-str-not-bytes

tabVersion avatar May 25 '18 12:05 tabVersion

This does not fix my issue

HourGlss avatar Sep 08 '18 04:09 HourGlss

It's a problem with putting some ECDSA keys. Just make sure that there's no "+" in either the public or public key... works fine for me now. I don't know you "shortened" the key

HourGlss avatar Sep 11 '18 19:09 HourGlss

same issue here, is there anyone to merge?

ikebo avatar Nov 22 '18 03:11 ikebo