litecoin-network-propagation
收藏资源简介:
该数据集记录了Litecoin点对点网络中区块和交易传播的延迟时间,以及相关的中继费用和对等节点连接信息。数据来源于与Litecoin可达节点同时建立的连接,旨在量化网络传播速度,并与比特币网络进行对比,以揭示不同区块链网络在传播特性上的差异。数据集包含四个表格:`e25_ltc_block_propagation`(每个节点宣布每个区块的时间戳)、`e25_ltc_tx_propagation`(每个节点宣布每个交易的时间戳)、`e25_ltc_relay_floor`(节点宣布的最低中继费用)、`e25_ltc_p2p_peers`(节点连接状态,包括用户代理、服务、握手状态)。数据规模在1百万到1千万条记录之间,采用Parquet格式分区存储,每个收集窗口对应一个固定7天样本(2026-08-30至2026-09-05),不随时间更新。该数据集适用于时间序列预测、网络延迟分析、区块链传播行为研究等任务。注意:交易按约十分之一采样;对等节点来自DNS种子,网络覆盖面有限;时间戳包含网络距离因素;对等节点断开可能被误认为慢速。
This dataset records the latency of block and transaction propagation in the Litecoin peer-to-peer network, along with associated relay fees and peer connection information. The data is sourced from simultaneous connections established with Litecoin reachable nodes, aiming to quantify network propagation speed and compare it with the Bitcoin network to reveal differences in propagation characteristics across blockchain networks. The dataset contains four tables: `e25_ltc_block_propagation` (timestamp of each node announcing each block), `e25_ltc_tx_propagation` (timestamp of each node announcing each transaction), `e25_ltc_relay_floor` (minimum relay fee announced by nodes), and `e25_ltc_p2p_peers` (node connection status including user agent, services, handshake status). The data scale ranges from 1 million to 10 million records, stored in Parquet format partitioned by collection windows, each corresponding to a fixed 7-day sample (2026-08-30 to 2026-09-05), and does not update over time. This dataset is suitable for tasks such as time series forecasting, network latency analysis, and blockchain propagation behavior research. Note: Transactions are sampled at approximately one-tenth; peers come from DNS seeds, limiting network coverage; timestamps include network distance factors; peer disconnections may be mistaken for slowness.
数据集概述:Litecoin 网络传播数据
基本信息
- 名称:Litecoin 区块与交易在点对点网络中的传播数据
- 许可证:ODC-BY(开放数据共享-署名)
- 数据规模:100万至1000万行
- 任务类型:时间序列预测
- 标签:litecoin、点对点网络、传播、延迟、区块链、时间序列
数据内容
该数据集包含4张表:
| 表名 | 每行含义 |
|---|---|
e25_ltc_block_propagation |
一个节点向对等节点宣告一个区块的时间戳记录 |
e25_ltc_tx_propagation |
一个节点向对等节点宣告一笔交易的时间戳记录 |
e25_ltc_relay_floor |
一个节点宣告其最低中继费率的时刻记录 |
e25_ltc_p2p_peers |
一个节点连接信息:用户代理、服务类型、握手状态 |
数据设计目的
- 对比基线:Litecoin 与 Bitcoin 使用相同线协议,但出块时间为2.5分钟(比特币为10分钟)。该数据集用于与
bitcoin-network-propagation数据集(相同代码、相同进程采集)进行对照比较,使传播延迟和中继费率分布指标具有参考意义。 - 节点多样性:观察到的 LitecoinCore 节点版本分布广泛(0.21.x 至 0.15.1),中继费率范围从0.1到100.0 sat/vB。
重要注意事项
- 节点样本局限:对等节点来自 DNS 种子(非爬虫),四个种子中有两个已失效,因此节点集合比比特币更小且更集中。
- 计时影响:计时包含网络距离因素,毫秒级差异可能受地理位置影响,秒级差异才反映真实延迟。保留
peer_addr字段以便控制该变量。 - 交易传播特征:交易宣告带有随机化时间延迟(隐私保护机制),交易表衡量的是该隐私行为而非原始中继速度,应与区块表对比而非与零延迟对比。
- 交易抽样:交易按交易ID约十分之一比例抽样(哈希属性抽样),该抽样在节点间一致,不会因观测起点导致曲线截断。
- 断线识别:节点断开连接会停止宣告,可能被误判为缓慢。
e25_ltc_p2p_peers表通过握手状态帮助区分断线间隙与节点沉默。
数据格式与覆盖
- 存储格式:Parquet 文件按分区存储,路径为
dataset/YYYY/MM/,每个采集窗口一个文件。 - 覆盖窗口:固定 7 天采样窗口,范围为 2026-08-30 至 2026-09-05,窗口不滚动推进。完整历史数据以私有方式持有,可按需请求获取。
- 运行清单:
e0_run_manifest表完整列出每个采集窗口的轮询、失败计数等信息,未做窗口裁剪。窗口间存在的间隙为真实缺失,不可事后填补,数据无插值处理。




