Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Dmitri Bogomolov 74ddda8775
helper_generic: imports in alphabetical order, import multiprocessing
6 years ago
build Compiletest for non-Windows systems 7 years ago
desktop Slightly redrawn the scalable icon 6 years ago
dev Change main thread name to PyBitmessage 6 years ago
fabfile Fixed: Only re-calculate if something changed 6 years ago
man Packaging for multiple distros 11 years ago
packages Merge branch '1159' into upstream-v0.6 6 years ago
src helper_generic: imports in alphabetical order, import multiprocessing 6 years ago
.gitignore Total setup.py cleanup and simple script installation 7 years ago
.travis.yml Changes in Travis CI config: install pybitmessage and python_prctl 6 years ago
COPYING Re-update Year 6 years ago
INSTALL.md Update INSTALL.md 6 years ago
LICENSE Fixed: Style and lint issues in src/qidenticon.py 6 years ago
MANIFEST.in Total setup.py cleanup and simple script installation 7 years ago
PULL_REQUEST_TEMPLATE.md Fixed: Addressed PR comments 6 years ago
README.md Fixed: Addressed PR comments 6 years ago
bandit.yml Fixed: Simple Codacy errors and warnings in src/helper_* 6 years ago
checkdeps.py checkdeps OS version handler fix 6 years ago
configure Packaging for multiple distros 11 years ago
requirements.txt Changes in Travis CI config: install pybitmessage and python_prctl 6 years ago
setup.cfg Added: Fabric taskrunner to check python files and report violations 6 years ago
setup.py Properly renamed qrcode plugin module and made menu available 6 years ago

README.md

PyBitmessage

Bitmessage is a P2P communication protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication, which means that the sender of a message cannot be spoofed. BM aims to hide metadata from passive eavesdroppers like those ongoing warrantless wiretapping programs. Hence the sender and receiver of Bitmessages stay anonymous.

Development

Bitmessage is a collaborative project. You are welcome to submit pull requests although if you plan to put a non-trivial amount of work into coding new features, it is recommended that you first solicit feedback on the DevTalk pseudo-mailing list: BM-2D9QKN4teYRvoq2fyzpiftPh9WP9qggtzh

Feel welcome to join chan "bitmessage", BM-2cWy7cvHoq3f1rYMerRJp8PT653jjSuEdY which is on preview here: http://beamstat.com/chan/bitmessage

References