PyBitmessage
PyBitmessage copied to clipboard
Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
This is not my own issue yet, I heard it on [chan] bitmessage. You can see the result image on the chan. OS: Debian GNU/Linux 12 (bookworm) x86_64 DE: Xfce...
objectracker.py should be renamed to objecttracker.py . Duplicated TT is mandatory. Although, there seems no naming conventions in this project. It should be some, but may be difficult to introduce...
How about using the "Black" code formatter on the whole codebase? https://github.com/psf/black It will eliminate all of the formatting problems and discussions and subjective preferences and holy wars.
The Error "could not determine file type" -- is raised by shared.py at BSD and linux: "freebsd raise the same as major linux systems(and openbsd..(i think so..))" ..if falling back.....
* Reduced path Dependency from network package
Dear @Bitmessage team, @PeterSurda, It is possible to have a new release build? The current latest is very old and not secure (2018-02-13), 7 years old soon. - https://github.com/Bitmessage/PyBitmessage/releases Thanks...
The reference link to the UPnP port forwarding tutorial was incorrect. Updated the link to the correct one: http://mattscodecave.com/posts/using-python-and-upnp-to-forward-a-port.html
Some time ago a Kashikoibumi user used the "2to3" tool on the PyBitmessage code to finally update it to a newer version of Python language. In addition, he fixed along...