Steven Malis

Results 27 comments of Steven Malis

It's a feature request for electrumx, so...

This message indicates that someone new has connected to your server. If you want to remove the message you can either block incoming connections to your server, or do what...

I'd be curious to see an estimate of how many servers do and don't. I know my server is self-signed currently.

Are there any benchmarks comparing orjson to the other options? Should it really be the preferred option in cases where more than 1 are present?

Could the json-related note in https://github.com/spesmilo/electrumx/blob/master/docs/PERFORMANCE-NOTES also get updated?

Just hit this problem, found this issue, switched to the dev branch, and it seems to have gone away. Thanks!

Well I'd expect a function named "read program counter" to return the value of the program counter in all cases, regardless of what mode the underlying emulator is in. Currently...

One could also make the argument that attempting to read RIP (or RAX, etc) when in 32-bit or 16-bit modes should return the zero-extended value of IP (or AX, etc),...

> I think you might be looking for Qiling, which provides this functionality. Not sure how Qiling would help, all I really ended up needing to do is: ```rust let...