Updated README: replaced URL and contact
This commit is contained in:
parent
e77f59154c
commit
20d2e919d9
30
README.md
30
README.md
|
@ -1,5 +1,6 @@
|
||||||
# MiNode
|
# MiNode
|
||||||
Python 3 implementation of the Bitmessage protocol. Designed only to route objects inside the network.
|
Python 3 implementation of the Bitmessage protocol. Designed only to route
|
||||||
|
objects inside the network.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- python3 (or pypy3)
|
- python3 (or pypy3)
|
||||||
|
@ -7,16 +8,16 @@ Python 3 implementation of the Bitmessage protocol. Designed only to route objec
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
```
|
```
|
||||||
git clone https://github.com/TheKysek/MiNode.git
|
git clone https://github.com/g1itch/MiNode.git
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
cd MiNode
|
cd MiNode
|
||||||
chmod +x start.sh
|
|
||||||
./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.
|
It is worth noting that the `start.sh` script no longer tries to do a
|
||||||
Is is now done by the `update.sh` file.
|
`git pull` in order to update to the latest version.
|
||||||
|
Is is now done by the `update.sh` script.
|
||||||
|
|
||||||
## Command line
|
## Command line
|
||||||
```
|
```
|
||||||
|
@ -49,17 +50,22 @@ optional arguments:
|
||||||
Port of I2P SAMv3 bridge
|
Port of I2P SAMv3 bridge
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## I2P support
|
## I2P support
|
||||||
MiNode has support for connections over I2P network.
|
MiNode has support for connections over I2P network.
|
||||||
To use it it needs an I2P router with SAMv3 activated (both Java I2P and i2pd are supported).
|
To use it it needs an I2P router with SAMv3 activated
|
||||||
Keep in mind that I2P connections are slow and full synchronization may take a while.
|
(both Java I2P and i2pd are supported). Keep in mind that I2P connections
|
||||||
|
are slow and full synchronization may take a while.
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
Connect to both IP and I2P networks (SAM bridge on default host and port 127.0.0.1:7656) and set tunnel length to 3 (default is 2).
|
Connect to both IP and I2P networks (SAM bridge on default host and port
|
||||||
|
127.0.0.1:7656) and set tunnel length to 3 (default is 2).
|
||||||
```
|
```
|
||||||
$ ./start.sh --i2p --i2p-tunnel-length 3
|
$ ./start.sh --i2p --i2p-tunnel-length 3
|
||||||
```
|
```
|
||||||
|
|
||||||
Connect only to I2P network and listen for IP connections only from local machine.
|
Connect only to I2P network and listen for IP connections only from local
|
||||||
|
machine.
|
||||||
```
|
```
|
||||||
$ ./start.sh --i2p --no-ip --host 127.0.0.1
|
$ ./start.sh --i2p --no-ip --host 127.0.0.1
|
||||||
```
|
```
|
||||||
|
@ -67,9 +73,11 @@ or
|
||||||
```
|
```
|
||||||
$ ./i2p_bridge.sh
|
$ ./i2p_bridge.sh
|
||||||
```
|
```
|
||||||
If you add `trustedpeer = 127.0.0.1:8444` to `keys.dat` file in PyBitmessage it will allow you to use it anonymously over I2P with MiNode acting as a bridge.
|
If you add `trustedpeer = 127.0.0.1:8444` to `keys.dat` file in PyBitmessage it
|
||||||
|
will allow you to use it anonymously over I2P with MiNode acting as a bridge.
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
- TheKysek: BM-2cVUMXVnQXmTJDmb7q1HUyEqkT92qjwGvJ
|
- g1itch: BM-NC4h7r3HGcJgqNuwSEpGcSiVij3BKuXa
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
- [Bitmessage project website](https://bitmessage.org)
|
- [Bitmessage project website](https://bitmessage.org)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user