-
Upstream Bitcoin Core listens on two P2P ports: port 8333 (for IP connections) and port 8334 (for Tor onion service connections), as per this log from Bitcoin Core:
```
2024-08-14T19:52:08Z Bound …
-
Hi,
I could successfully setup a ptp master on a CM4 pi and when using E2E pdelay mechanism (UDP) then it seems to work fine. low nanosecond jitter and stead pdelay values.
when switching to P2P mod…
-
## Description
Enhance the P2P Energy BAP landing page and application by improving the alignment of the background image and ensuring a fully responsive UI across various devices and screen sizes. Th…
-
## Description
Set up the code for the **Openspark** consumer-side app to allow users to view the P2P Energy catalogue. The app will use UI building blocks to display the available energy units and o…
-
## Session Details
Date: 19-09-2024
Time: IST 20:00 (UTC 14:30)
Link: [PR #25832](https://github.com/bitcoin/bitcoin/pull/25832)
Difficulty: Medium
## Motivation:
Tracing typically involves ca…
-
### 🐛 Describe the bug
I use cudagraph to capture send/recv but it fails.
The code is run with `torchrun --nnodes=1 --nproc_per_node=2 test.py`
```
import os
import torch
import torch.distr…
-
(If we move to Nostr soon, this is a WONTFIX)
Currently, only smaller files (up to ~50kb, which is ~200+kb once the file is encrypted twice) can be shared using the `request_response` and `yamux`-b…
-
Current PeerJS transport does not work with more than 2 peers due to Interest loop.
Actually, the `Forwarder` class of NDNts is not a real forwarder at all, but simply a demultiplexer.
https://git…
-
hi, In some cases, the performance of CUDA Memcpy is better than that of GPU kernel.
is there any way to avoid gpu kernel but cuda memcpy in p2p sendrecv operation?
by the way, NCCL_P2P_USE_CUDA_ME…
vvmex updated
1 month ago
-
## Issue
Currently, we're passing 4-5 arguments to the functions under p2p/net.rs, let's consider adding a structure that contains
these arguments as fields to avoid it becoming hard to read and mai…