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:
{
"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
