-
This is what i see when i run `journalctl -f` on my system (alfis-nogui is running via systemd unit):
```
Nov 14 10:49:32 localhost alfis[2141]: 10:49:32 [INFO] alfis::p2p::network: Active nodes cou…
-
eta: 2023Q2
**Why:** P2P networks can have a combination of both public and private nodes. While private nodes can dial nodes on the public Internet, they are unreachable from the outside as they …
-
There are three kind of errors happens all the time:
- Connection not found
- Invalid yamux state
- Invalid noise state
-
Add peer-to-peer communication with Seeks nodes, if is not already possible.
It would be great. When some decentralized search engine platforms would add mutuality features with other decentralized …
-
Description:
We are facing increased delay up to 17 sec between receiving newHeads and the actual timestamp of each blocks on our Base protocol op-erigon client. What could be the reason and how to d…
-
## Context
I was wondering why I could never pipe the output of celestia-appd status into jq like this:
```shell
celestia-appd status | jq .
```
## Problem
It turns out, `celestia-appd s…
-
**Is your feature request related to a problem? Please describe:**
I would like to open my WebContainer Preview in a separate tab. This apparently is possible in Chrome, but issues have been reported…
-
**Describe the problem**
I've setup a fresh netbird instance and added some peers which should create a p2p connection between each other. For testing i've setup one peer with a direct attached pub…
-
#### Create or Update Fiber Peer
* POST `/api/v2/fiber/peers`
* request
```ruby
{
"name": "test", # Peer alias
"rpc_listening_addr": "http://127.0.0.1:8227", # Peer listening addres…
-
Not clear how I can handle this case.
Take following case:
1. Add two nodes - node1 & node2.
2. node2 provides *resource* via dht;
3. kill node2;
4. call findProviders(*resource*) on node1
T…