A MiNode fork
Go to file
2016-10-17 19:12:45 +02:00
src Use older pickle protocol to be compatible with Python versions older than 3.4 2016-10-17 19:12:45 +02:00
.gitignore Add .idea to .gitignore 2016-08-03 13:24:20 +02:00
LICENSE Initial commit 2016-06-30 07:19:01 +02:00
README.md Update README.md 2016-06-30 10:39:31 +02:00
start.sh Pull latest version from GitHub on stratup 2016-07-19 11:39:59 +02:00

MiNode

Python 3 implementation of the Bitmessage protocol. Designed only to route objects inside the network.

Running

Make sure you have Python 3.x installed.

git clone https://github.com/TheKysek/MiNode.git
cd MiNode
chmod +x start.sh
./start.sh