Bitcoin Forum
May 08, 2024, 12:29:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Bitcoin server and blockchain ( with getblockchaininfo )  (Read 1010 times)
hamdi369 (OP)
Jr. Member
*
Offline Offline

Activity: 51
Merit: 2


View Profile
December 22, 2015, 08:41:24 AM
 #1

Hi

I have a bitcoind server
It have downloaded the blockchain, and was correctly updated

But, today I make a call getblockchaininfo and get that output:

Quote
{
    "chain" : "main",
    "blocks" : 389619,
    "headers" : 389629,
    "bestblockhash" : "00000000000000000a8a9dacbf1c611e906aaae903524688473e893ddc24ee66",
    "difficulty" : 93448670796.32380676,
    "verificationprogress" : 0.99993568,
    "chainwork" : "0000000000000000000000000000000000000000000dbd7f9660677c634ca4e0",
    "pruned" : false,
    "softforks" : [
        {
            "id" : "bip34",
            "version" : 2,
            "enforce" : {
                "status" : true,
                "found" : 1000,
                "required" : 750,
                "window" : 1000
            },
            "reject" : {
                "status" : true,
                "found" : 1000,
                "required" : 950,
                "window" : 1000
            }
        },
        {
            "id" : "bip66",
            "version" : 3,
            "enforce" : {
                "status" : true,
                "found" : 1000,
                "required" : 750,
                "window" : 1000
            },
            "reject" : {
                "status" : true,
                "found" : 1000,
                "required" : 950,
                "window" : 1000
            }
        },
        {
            "id" : "bip65",
            "version" : 4,
            "enforce" : {
                "status" : true,
                "found" : 1000,
                "required" : 750,
                "window" : 1000
            },
            "reject" : {
                "status" : true,
                "found" : 1000,
                "required" : 950,
                "window" : 1000
            }
        }
    ]
}

Does anyone know why it stay at 389619/389619 ?
Is that normal? do I need to restart it?

Thank you for your help and sorry for my bad english language Smiley
1715128152
Hero Member
*
Offline Offline

Posts: 1715128152

View Profile Personal Message (Offline)

Ignore
1715128152
Reply with quote  #2

1715128152
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715128152
Hero Member
*
Offline Offline

Posts: 1715128152

View Profile Personal Message (Offline)

Ignore
1715128152
Reply with quote  #2

1715128152
Report to moderator
1715128152
Hero Member
*
Offline Offline

Posts: 1715128152

View Profile Personal Message (Offline)

Ignore
1715128152
Reply with quote  #2

1715128152
Report to moderator
cr1776
Legendary
*
Offline Offline

Activity: 4032
Merit: 1301


View Profile
December 22, 2015, 12:10:11 PM
 #2

Is it still showing that? 389647 is the current count now. 

Does it show connections?
moneyart
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
December 22, 2015, 05:48:23 PM
 #3

Is it connected to other peers? This is important to update new mined blocks.

Maybe try the command: "GetPeerInfo"
hamdi369 (OP)
Jr. Member
*
Offline Offline

Activity: 51
Merit: 2


View Profile
December 22, 2015, 06:28:22 PM
 #4

yes it's still showing that:

getblockchaininfo
Quote
{
    "chain" : "main",
    "blocks" : 389619,
    "headers" : 389690,
    "bestblockhash" : "00000000000000000a8a9dacbf1c611e906aaae903524688473e893dd                                                                                                                               c24ee66",
    "difficulty" : 93448670796.32380676,
    "verificationprogress" : 0.99958490,
    "chainwork" : "0000000000000000000000000000000000000000000dbd7f9660677c634ca                                                                                                                               4e0",
    "pruned" : false,
    "softforks" : [
        {
            "id" : "bip34",
            "version" : 2,
            "enforce" : {
                "status" : true,
                "found" : 1000,
                "required" : 750,
                "window" : 1000
            },
            "reject" : {
                "status" : true,
                "found" : 1000,
                "required" : 950,
                "window" : 1000
            }
        },
        {
            "id" : "bip66",
            "version" : 3,
            "enforce" : {
                "status" : true,
                "found" : 1000,
                "required" : 750,
                "window" : 1000
            },
            "reject" : {
                "status" : true,
                "found" : 1000,
                "required" : 950,
                "window" : 1000
            }
        },
        {
            "id" : "bip65",
            "version" : 4,
            "enforce" : {
                "status" : true,
                "found" : 1000,
                "required" : 750,
                "window" : 1000
            },
            "reject" : {
                "status" : true,
                "found" : 1000,
                "required" : 950,
                "window" : 1000
            }
        }
    ]
}

getpeerinfo
Quote
[
    {
        "id" : 8273,
        "addr" : "162.209.106.123:8333",
        "addrlocal" : "108.61.167.173:33948",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808823,
        "bytessent" : 12013498,
        "bytesrecv" : 27184513,
        "conntime" : 1450706242,
        "timeoffset" : -960,
        "pingtime" : 0.08371100,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.0/",
        "inbound" : false,
        "startingheight" : 389523,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8274,
        "addr" : "148.251.129.171:8333",
        "addrlocal" : "108.61.167.173:46298",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808825,
        "bytessent" : 12263301,
        "bytesrecv" : 104611332,
        "conntime" : 1450706272,
        "timeoffset" : -1005,
        "pingtime" : 0.01857900,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.1/",
        "inbound" : false,
        "startingheight" : 389523,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8276,
        "addr" : "61.179.50.13:8333",
        "addrlocal" : "108.61.167.173:39289",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808823,
        "bytessent" : 11950176,
        "bytesrecv" : 51854340,
        "conntime" : 1450706291,
        "timeoffset" : -987,
        "pingtime" : 0.51168100,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.1/",
        "inbound" : false,
        "startingheight" : 389523,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8278,
        "addr" : "40.118.167.55:8333",
        "addrlocal" : "108.61.167.173:48858",
        "services" : "0000000000000003",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808823,
        "bytessent" : 23554148,
        "bytesrecv" : 186716966,
        "conntime" : 1450706341,
        "timeoffset" : -937,
        "pingtime" : 0.15011400,
        "version" : 70010,
        "subver" : "/Bitcoin XT:0.11.0C/",
        "inbound" : false,
        "startingheight" : 389518,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8280,
        "addr" : "69.255.147.191:8333",
        "addrlocal" : "108.61.167.173:40754",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808823,
        "bytessent" : 15522083,
        "bytesrecv" : 47928593,
        "conntime" : 1450706346,
        "timeoffset" : -932,
        "pingtime" : 0.13008700,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.2/",
        "inbound" : false,
        "startingheight" : 389523,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8291,
        "addr" : "188.123.234.51:8333",
        "addrlocal" : "108.61.167.173:37182",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808823,
        "bytessent" : 39983058,
        "bytesrecv" : 38625293,
        "conntime" : 1450707117,
        "timeoffset" : -173,
        "pingtime" : 0.12192500,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.2/",
        "inbound" : false,
        "startingheight" : 389525,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8304,
        "addr" : "148.251.249.69:29167",
        "addrlocal" : "108.61.167.173:8333",
        "services" : "0000000000000000",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808786,
        "bytessent" : 10755355,
        "bytesrecv" : 137547,
        "conntime" : 1450707464,
        "timeoffset" : 0,
        "pingtime" : 0.01676600,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.2/",
        "inbound" : true,
        "startingheight" : 389525,
        "banscore" : 0,
        "synced_headers" : 389688,
        "synced_blocks" : -1,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8305,
        "addr" : "52.24.121.109:45453",
        "addrlocal" : "108.61.167.173:8333",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808786,
        "bytessent" : 11678557,
        "bytesrecv" : 30583,
        "conntime" : 1450707529,
        "timeoffset" : 0,
        "pingtime" : 0.17840100,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.0/",
        "inbound" : true,
        "startingheight" : 375495,
        "banscore" : 0,
        "synced_headers" : -1,
        "synced_blocks" : -1,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8347,
        "addr" : "99.233.127.147:52411",
        "addrlocal" : "108.61.167.173:8333",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808821,
        "bytessent" : 22358915,
        "bytesrecv" : 68409660,
        "conntime" : 1450709704,
        "timeoffset" : -1,
        "pingtime" : 0.13795300,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.5/",
        "inbound" : true,
        "startingheight" : 389529,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8468,
        "addr" : "82.217.214.215:8333",
        "addrlocal" : "108.61.167.173:51639",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808822,
        "bytessent" : 19196343,
        "bytesrecv" : 35061452,
        "conntime" : 1450715248,
        "timeoffset" : 13,
        "pingtime" : 0.01168400,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.2/",
        "inbound" : false,
        "startingheight" : 389538,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8740,
        "addr" : "216.218.131.170:48714",
        "addrlocal" : "108.61.167.173:8333",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808825,
        "bytessent" : 25338985,
        "bytesrecv" : 27158397,
        "conntime" : 1450733823,
        "timeoffset" : 0,
        "pingtime" : 0.32182700,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.2/",
        "inbound" : true,
        "startingheight" : 389567,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 8909,
        "addr" : "91.2.30.81:54482",
        "addrlocal" : "108.61.167.173:8333",
        "services" : "0000000000000001",
        "lastsend" : 1450808824,
        "lastrecv" : 1450808824,
        "bytessent" : 19134533,
        "bytesrecv" : 42952146,
        "conntime" : 1450746899,
        "timeoffset" : -13,
        "pingtime" : 0.02670400,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.2/",
        "inbound" : true,
        "startingheight" : 389587,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 9209,
        "addr" : "81.200.58.114:8333",
        "addrlocal" : "108.61.167.173:35298",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808822,
        "bytessent" : 6755183,
        "bytesrecv" : 39883429,
        "conntime" : 1450770526,
        "timeoffset" : 4,
        "pingtime" : 0.05094000,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.1/",
        "inbound" : false,
        "startingheight" : 389623,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 9390,
        "addr" : "73.167.4.233:52287",
        "addrlocal" : "108.61.167.173:8333",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808824,
        "bytessent" : 8146011,
        "bytesrecv" : 15895363,
        "conntime" : 1450785070,
        "timeoffset" : -2,
        "pingtime" : 0.18706600,
        "version" : 70002,
        "subver" : "/Satoshi:0.10.0/",
        "inbound" : true,
        "startingheight" : 389577,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 9502,
        "addr" : "54.164.164.96:40640",
        "addrlocal" : "108.61.167.173:8333",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808808,
        "bytessent" : 1701464,
        "bytesrecv" : 6731805,
        "conntime" : 1450793682,
        "timeoffset" : 0,
        "pingtime" : 0.08080700,
        "version" : 70002,
        "subver" : "Dain 0.0.1",
        "inbound" : true,
        "startingheight" : 389666,
        "banscore" : 0,
        "synced_headers" : -1,
        "synced_blocks" : -1,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 9669,
        "addr" : "151.252.214.32:61874",
        "addrlocal" : "108.61.167.173:8333",
        "services" : "0000000000000001",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808824,
        "bytessent" : 1997592,
        "bytesrecv" : 1934832,
        "conntime" : 1450803232,
        "timeoffset" : -2,
        "pingtime" : 0.06615000,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.0/",
        "inbound" : true,
        "startingheight" : 389590,
        "banscore" : 0,
        "synced_headers" : 389690,
        "synced_blocks" : 389619,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 9695,
        "addr" : "89.100.212.89:51588",
        "addrlocal" : "108.61.167.173:8333",
        "services" : "0000000000000001",
        "lastsend" : 1450808824,
        "lastrecv" : 1450808817,
        "bytessent" : 648908208,
        "bytesrecv" : 644872,
        "conntime" : 1450804990,
        "timeoffset" : -2,
        "pingtime" : 12.32447400,
        "version" : 70002,
        "subver" : "/Satoshi:0.11.2/",
        "inbound" : true,
        "startingheight" : 171293,
        "banscore" : 0,
        "synced_headers" : -1,
        "synced_blocks" : -1,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 9699,
        "addr" : "118.169.65.194:50227",
        "addrlocal" : "127.0.0.1:8333",
        "services" : "0000000000000000",
        "lastsend" : 1450808823,
        "lastrecv" : 1450808823,
        "bytessent" : 388159,
        "bytesrecv" : 109920,
        "conntime" : 1450805239,
        "timeoffset" : -6,
        "pingtime" : 0.34105100,
        "version" : 70001,
        "subver" : "/bitcoinj:0.13.2/MultiBitHD:0.1.4/",
        "inbound" : true,
        "startingheight" : 388219,
        "banscore" : 0,
        "synced_headers" : -1,
        "synced_blocks" : -1,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 9701,
        "addr" : "213.98.197.50:52845",
        "addrlocal" : "108.61.167.173:8333",
        "services" : "0000000000000001",
        "lastsend" : 1450808774,
        "lastrecv" : 1450808646,
        "bytessent" : 16522822,
        "bytesrecv" : 962395,
        "conntime" : 1450805267,
        "timeoffset" : 2,
        "pingtime" : 190.74590900,
        "pingwait" : 272.44432800,
        "version" : 70002,
        "subver" : "/Satoshi:0.9.3/",
        "inbound" : true,
        "startingheight" : 366942,
        "banscore" : 0,
        "synced_headers" : 366942,
        "synced_blocks" : -1,
        "inflight" : [
        ],
        "whitelisted" : false
    },
    {
        "id" : 9744,
        "addr" : "52.23.180.35:47340",
        "addrlocal" : "127.0.0.1:8333",
        "services" : "0000000000000000",
        "lastsend" : 1450808824,
        "lastrecv" : 1450808824,
        "bytessent" : 84426,
        "bytesrecv" : 13630,
        "conntime" : 1450807592,
        "timeoffset" : 0,
        "pingtime" : 0.08450000,
        "version" : 70001,
        "subver" : "/bitcoinj:0.14SNAPSHOT/",
        "inbound" : true,
        "startingheight" : 389689,
        "banscore" : 0,
        "synced_headers" : -1,
        "synced_blocks" : -1,
        "inflight" : [
        ],
        "whitelisted" : false
    }
]
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!