2016-06-30 07:19:01 +02:00
|
|
|
# MiNode
|
2016-06-30 10:39:31 +02:00
|
|
|
Python 3 implementation of the Bitmessage protocol. Designed only to route objects inside the network.
|
2017-05-19 16:39:34 +02:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
- python3 (or pypy3)
|
|
|
|
- openssl
|
|
|
|
|
2016-06-30 10:39:31 +02:00
|
|
|
## Running
|
|
|
|
```
|
|
|
|
git clone https://github.com/TheKysek/MiNode.git
|
|
|
|
```
|
|
|
|
```
|
|
|
|
cd MiNode
|
|
|
|
chmod +x start.sh
|
|
|
|
./start.sh
|
|
|
|
```
|
2017-05-19 16:39:34 +02:00
|
|
|
|
|
|
|
It is worth noting that while executing the `start.sh` file MiNode tries to do a `git pull` in order to update itself to the latest version.
|
|
|
|
|
|
|
|
## Contact
|
|
|
|
- TheKysek: BM-2cVUMXVnQXmTJDmb7q1HUyEqkT92qjwGvJ
|
|
|
|
|
|
|
|
## Links
|
|
|
|
- [Bitmessage project website](https://bitmessage.org)
|
|
|
|
- [Ptotocol specification](https://bitmessage.org/wiki/Protocol_specification)
|