Node Status


Summary


Host : Port
127.0.0.1 : 8396
Chain
main
Version
1049900 (/Xaya:1.4.99/)
Protocol Version
110015
Blockchain Size
5.78 GB
(pruned: false)
Soft Forks
  • bip16:
    type=buried,status=active(height: 0)
  • bip34:
    type=buried,status=active(height: 1)
  • bip66:
    type=buried,status=active(height: 0)
  • bip65:
    type=buried,status=active(height: 0)
  • csv:
    type=buried,status=active(height: 1)
  • segwit:
    type=buried,status=active(height: 0)
Block Count
5,689,169
(headers: 5,689,169)
Difficulty
817.978 x 109
Status
Synchronized with network
Uptime
8:38:25
Warnings
This is a pre-release test build - use at your own risk - do not use for mining or merchant applications

Network Info


Peers
4
Network Traffic
Total Download: 38.91 MB (avg 1.25 KB/s)
Total Upload: 2.78 MB (avg 89.5 B/s)
Interfaces
ipv4: reachable
ipv6: reachable
onion: unreachable
Local Addresses

getblockchaininfo


{
    "chain": "main",
    "blocks": 5689169,
    "headers": 5689169,
    "bestblockhash": "c0b282db6b549b30adf9f9df17914b513e610d86cb53c4b30e4d638d1768bd13",
    "mediantime": 1710820760,
    "verificationprogress": "0.9999998915938462",
    "initialblockdownload": false,
    "chainwork": "00000000000000000000000000000000000000000725e68060c106e2da82fe28",
    "size_on_disk": 5784756846,
    "pruned": false,
    "softforks": {
        "bip16": {
            "type": "buried",
            "active": true,
            "height": 0
        },
        "bip34": {
            "type": "buried",
            "active": true,
            "height": 1
        },
        "bip66": {
            "type": "buried",
            "active": true,
            "height": 0
        },
        "bip65": {
            "type": "buried",
            "active": true,
            "height": 0
        },
        "csv": {
            "type": "buried",
            "active": true,
            "height": 1
        },
        "segwit": {
            "type": "buried",
            "active": true,
            "height": 0
        }
    },
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}

getnettotals


{
    "totalbytesrecv": 38913109,
    "totalbytessent": 2783991,
    "timemillis": 1710820933267,
    "uploadtarget": {
        "timeframe": 86400,
        "target": 0,
        "target_reached": false,
        "serve_historical_blocks": true,
        "bytes_left_in_cycle": 0,
        "time_left_in_cycle": 0
    }
}

getnetworkinfo


{
    "version": 1049900,
    "subversion": "/Xaya:1.4.99/",
    "protocolversion": 110015,
    "localservices": "0000000000000409",
    "localservicesnames": [
        "NETWORK",
        "WITNESS",
        "NETWORK_LIMITED"
    ],
    "localrelay": true,
    "timeoffset": 0,
    "networkactive": true,
    "connections": 4,
    "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
        }
    ],
    "relayfee": 0.001,
    "incrementalfee": 0.00001,
    "localaddresses": [],
    "warnings": "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications"
}