Bcoin initial blockchain sync progress isn’t saved
I’m using bcoin and it’s class FullNode to run a full Bitcoin Node. Here’s the configuration: const node = new bcoin.FullNode({ prefix: ‘/mnt/d/bcoin’, network: ‘testnet’, indexTX: true, indexAddress: true }); And then I start the […]
