Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Node subver identifies as bcore #103

Closed
garethtdavies opened this issue May 14, 2019 · 0 comments · Fixed by #107
Closed

Node subver identifies as bcore #103

garethtdavies opened this issue May 14, 2019 · 0 comments · Fixed by #107

Comments

@garethtdavies
Copy link

garethtdavies commented May 14, 2019

zcash-cli getpeerinfo gives the pzec client a subver of bcore e.g.

{
  "id": 84527,
  "addr": "206.189.139.212:46042",
  "addrlocal": "[::159.65.71.195]:8233",
  "services": "0000000000000001",
  "lastsend": 1557844858,
  "lastrecv": 1557844850,
  "bytessent": 2212871574,
  "bytesrecv": 5923029,
  "conntime": 1557113877,
  "timeoffset": 0,
  "pingtime": 0.218735,
  "version": 170007,
  "subver": "bcore",
  "inbound": true,
  "startingheight": 0,
  "banscore": 0,
  "synced_headers": 532051,
  "synced_blocks": 532051,
  "inflight": [],
  "whitelisted": false
}

Presumably, this is a earlier Bitcoin reference that can be updated to be pzec specific? Defined here:

pub const USER_AGENT: &'static str = "bcore";

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 a pull request may close this issue.

1 participant