sidetree icon indicating copy to clipboard operation
sidetree copied to clipboard

Consider to not requiring bitcoin service to wait on full sync during initialization

Open thehenrytsai opened this issue 4 years ago • 0 comments

Today the bitcoin service is required to perform full transaction processing until the current block height during initialization, and if an unexpected error is thrown (such as dependent service being down), the system process exits. It would be more ideal that once the service is started, it can enter the polling mode quickly such it does not depend on the bitcoin client's availability for initialization.

thehenrytsai avatar May 27 '20 05:05 thehenrytsai