Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 906 Bytes

BTIP-54.md

File metadata and controls

35 lines (22 loc) · 906 Bytes
BTIP: 54
title: Decentralize node score calculation
author: Steve Zhang<[email protected]>
discussions-to: https://github.com/bittorrent/BTIPs/issues/54
status: Draft
type: Core Protocol
category (*only required for Core Protocol):
created: 2023-10-09

Simple Summary

Decentralize node score calculation

Abstract

Nodes provide a consistent indicator collection interface for external services to collect required data and calculate node scores and rankings on demand.

Motivation

The current node score calculation of BTFS rely on a centralized score calculation service, which is not transparent enough to the outside world. It is hoped that the node score calculation can be decentralized, and any node can participate and count and select nodes according to its own weight.

Specification

Rationale

Backwards Compatibility

True

Test Cases

Implementation