PyBitmessage icon indicating copy to clipboard operation
PyBitmessage copied to clipboard

Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:

Results 150 PyBitmessage issues
Sort by recently updated
recently updated
newest added

* Moved protocol to network module

Runnable with both Python3 and Python2, with PyQt4.

Runnable with both Python3 and Python2, with both PyQt5 and PyQt4 by using Qt.py.

* Moved portCheckerQueue and receiveDataQueue to network module

* Moved Multiqueue, invQueue and addrQueue to network module

How to setup the development environment which is identical to the one core developers are using? That must be a good old Python 2.7 + PyQt4 environment. Usual Linux distributions...

* Refactor parent package dependency in network module

I have merged the branch 'v0.6' into 'qt5-wip' in 'Porting bitmessageqt to Qt5 #1389' by @g1itch . It seems work well in Python2.7 + Qt.py + PyQt5. But, it seems...

Quick workaround for BLOB as TEXT problem (#2247). This patch fixes each SQL query to be both workable with BLOB-keys and TEXT-keys. In each query, it tries first BLOB-key by...

msgid is stored as text type. It should be binary blob. ``` $ sqlite3 messages.dat SQLite version 3.40.1 2022-12-28 14:03:47 Enter ".help" for usage hints. sqlite> SELECT TYPEOF(msgid) FROM inbox...