-
Today I re-discovered all the problem sets and complexities coming up when thinking about how/where to multi-thread the client, and I wanted to give this some write-up, so that it's not necessary to r…
-
## Checklist
- [yes,but not sure] installed pyethapp inside a virtualenv
## System/environment
- OS: OS X EI Capitan 10.11.6
- python version: 2.7.10
- pyethapp version: pyethapp 1.5.0
- installation …
-
Bootnodes are nodes that "cold" clients (protocol providers) use to establish a connection with the peer-to-peer network. Inadequate bootnodes for a network can cause either slow or impossible network…
-
After an install with `pip install hydrachain` on a fresh env on `Linux hostname 3.13.0-32-generic #57-Ubuntu`
```
(newer)heiko@TTVM148:~$ hydrachain
Usage: hydrachain [OPTIONS] COMMAND [ARGS]...
…
-
### Description
For users with a dynamic IP-address the option "p2p-host" does not work very well. Using a dns name for example besu.dyndns.org linked to ip-address result in the …
-
### Describe your feature / Опишите ваше предложение
create virtual TUN mode to DPI all traffic throughout the system, including terminals
[Wintun](https://github.com/nulldotblack/wintun)
[ligolo…
-
With the intent to solve https://github.com/paritytech/polkadot-sdk/issues/564
The idea is to add a small UDP listening endpoint that answers requests. Then we can tackle paritytech/polkadot-sdk#56…
-
We currently maintain a rating per peer (`Peer::m_rating`) which starts at 0 and is adjusted in response to activity with that peer. We make positive adjustments if the peer provides value during sync…
-
#### Version information:
Gptt
Version: 0.1.2
Git Commit: 5c5ff663767453814a70cae3e29fd89a70577654
Architecture: amd64
Go Version: go1.11.1
Operating System: linux
#### Type:
Bug…
-
[libp2p](https://libp2p.io/) is a modular framework of peer-to-peer networking components,
implemented in several languages. Specs can be [found here](https://github.com/libp2p/specs).
We want to…