Update Readme file

This commit is contained in:
TheKysek 2017-05-19 16:39:34 +02:00
parent 0fac3d59a3
commit f08a1895f1
No known key found for this signature in database
GPG Key ID: 50D9AF00D0B1C497
1 changed files with 14 additions and 3 deletions

View File

@ -1,14 +1,25 @@
# MiNode
Python 3 implementation of the Bitmessage protocol. Designed only to route objects inside the network.
## Requirements
- python3 (or pypy3)
- openssl
## 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
```
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)