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, "chainwor...
Comments
Post a Comment