- do not automatically update - pass command line arguments to main Python file
MiNode
Python 3 implementation of the Bitmessage protocol. Designed only to route objects inside the network.
Requirements
- python3 (or pypy3)
- openssl
Running
git clone https://github.com/TheKysek/MiNode.git
cd MiNode
chmod +x start.sh
./start.sh
It is worth noting that the start.sh
file MiNode no longer tries to do a git pull
in order to update to the latest version.
Is is now done by the update.sh
file.
Contact
- TheKysek: BM-2cVUMXVnQXmTJDmb7q1HUyEqkT92qjwGvJ
Links
Description
Languages
Python
99%
Dockerfile
0.6%
Shell
0.4%