Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create isp-ranking #4401

Closed
wants to merge 1 commit into from
Closed

Create isp-ranking #4401

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 8, 2025

#73 Toplam kapasiteyi, düğüm sayısını ve İSS başına kanal sayısını döndürür. Kapasite rakamları satoshi cinsindendir

curl -sSL "https://mempool.space/api/v1/lightning/nodes/isp-ranking"

{
  "clearnetCapacity": 417154330493.
  "torCapacity": 36605381932.
  "unknownCapacity": 6678700534.
  "ispRanking": [
    [
      "14061"         //ASN
      "DigitalOcean".    //ISP name
      43681728521.       //aggregate capacity, in sats
      5028.             //total number on channels
      192.                //number on nodes
    ]
    [
      "701"
      "Verizon Internet Services"
      3047086363.
      507.
      55.
    ]
    [
      "396982.15169"
      "Google Cloud"
      139554933568.
      2747.
      78.
    ]
    ...
  ]
}

Closes #ISSUE_NUMBER_GOES_HERE

🎉 🎉 🎉

Description

......

Changes

  • High level
  • changes that
  • you made

Reusable Code/Components

Steps to Test

  1. Steps
  2. to
  3. test

Zeplin Design

Quality Assurance

  • The branch name is in lowercase-kebab-case with no prefix (unless it was created from Clubhouse)
  • The base branch is develop or gau (no nested branches)
  • This is related to a maximum of one Clubhouse story or GitHub issue
  • Types are safe (avoid TypeScript/TSLint features like any and disable, instead use more specific types)
  • If code is copied from existing directories, there is an explanation of why this is necesary in the description/changes, and all copying is done in separate commits to make them easy to filter out
  • If your code adds new text to the UI, the added text is translatable

#73 Toplam kapasiteyi, düğüm sayısını ve İSS başına kanal sayısını döndürür. Kapasite rakamları satoshi cinsindendir

```
curl -sSL "https://mempool.space/api/v1/lightning/nodes/isp-ranking"

{
  "clearnetCapacity": 417154330493.
  "torCapacity": 36605381932.
  "unknownCapacity": 6678700534.
  "ispRanking": [
    [
      "14061"         //ASN
      "DigitalOcean".    //ISP name
      43681728521.       //aggregate capacity, in sats
      5028.             //total number on channels
      192.                //number on nodes
    ]
    [
      "701"
      "Verizon Internet Services"
      3047086363.
      507.
      55.
    ]
    [
      "396982.15169"
      "Google Cloud"
      139554933568.
      2747.
      78.
    ]
    ...
  ]
}

```
@ghost ghost closed this by deleting the head repository Jan 11, 2025
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants