Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Add cjdns network type #20

Merged
merged 1 commit into from
Feb 17, 2025
Merged

Conversation

maxsuelmarinho
Copy link

@maxsuelmarinho maxsuelmarinho commented Feb 16, 2025

Add cjdns network type which is returned on getnetworkinfo json-rpc response for bitcoin-core version 28

{
  "result": {
    "version": 280100,
    "subversion": "/Satoshi:28.1.0/",
    "protocolversion": 70016,
    "localservices": "0000000000000c09",
    "localservicesnames": [
      "NETWORK",
      "WITNESS",
      "NETWORK_LIMITED",
      "P2P_V2"
    ],
    "localrelay": true,
    "timeoffset": 1,
    "networkactive": true,
    "connections": 10,
    "connections_in": 0,
    "connections_out": 10,
    "networks": [
      {
        "name": "ipv4",
        "limited": false,
        "reachable": true,
        "proxy": "",
        "proxy_randomize_credentials": false
      },
      {
        "name": "ipv6",
        "limited": false,
        "reachable": true,
        "proxy": "",
        "proxy_randomize_credentials": false
      },
      {
        "name": "onion",
        "limited": true,
        "reachable": false,
        "proxy": "",
        "proxy_randomize_credentials": false
      },
      {
        "name": "i2p",
        "limited": true,
        "reachable": false,
        "proxy": "",
        "proxy_randomize_credentials": false
      },
      {
        "name": "cjdns",
        "limited": true,
        "reachable": false,
        "proxy": "",
        "proxy_randomize_credentials": false
      }
    ],
    "relayfee": 0.00001000,
    "incrementalfee": 0.00001000,
    "localaddresses": [],
    "warnings": []
  },
  "error": null,
  "id": "curltest"
}

@maxsuelmarinho maxsuelmarinho self-assigned this Feb 16, 2025
@maxsuelmarinho maxsuelmarinho merged commit ac1e365 into master Feb 17, 2025
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants