Getblockchaininfo showing "segwit":{ status: "failed"
Getblockchaininfo showing "segwit":{ status: "failed"
I have created a clone of Bitcoin for educational purposes. The network seems to be running, I changed prefixes, ports and other parameters and everything seemed fine. However, most (but not all) sent transactions sit in the mempool and do not actually get into the blockchain. I think it may be because of the version of the node. Here is what I get when I use getblockchaininfo (I believe it is related to the problem of nodes ignoring transactions in mempools). Can you please help figure this out?
"chain": "main",
"blocks": 16208,
"headers": 16208,
"bestblockhash": "00000000eed0a707848a1e3d47a3dfb830d6649ccefb24e3a324cf8092841401",
"difficulty": 0.09980506525745092,
"mediantime": 1538075712,
"verificationprogress": 4.737279318312884e-05,
"initialblockdownload": false,
"chainwork": "000000000000000000000000000000000000000000000000000000b6f3453670",
"size_on_disk": 4417509,
"pruned": false,
"softforks": [
{
"id": "bip34",
"version": 2,
"reject": {
"status": true
}
},
{
"id": "bip66",
"version": 3,
"reject": {
"status": true
}
},
{
"id": "bip65",
"version": 4,
"reject": {
"status": true
}
}
],
"bip9_softforks": {
"csv": {
"status": "failed",
"startTime": 1462060800,
"timeout": 1493596800,
"since": 2016
},
"segwit": {
"status": "failed",
"startTime": 1479168000,
"timeout": 1510704000,
"since": 2016
https://ift.tt/2N9lWWd
Comments
Post a Comment