lateminer

Results 7 issues of lateminer

In `release-0.13` reindexing stops immediately upon reaching the first proof-of-stake block. Thereafter, the wallet initiates initial blockchain download from other peers.

When closing an empty wallet on Peercoin testnet, an exception is thrown: ``` ************************ EXCEPTION: St13runtime_error Error: Keypool ran out, please call keypoolrefill first. peercoin in ThreadStakeMinter() terminate called without...

On the block page wrong transaction time is shown in "Mined on" field: ![image](https://user-images.githubusercontent.com/9951982/219962662-1f83abdf-263e-43a1-a6be-133d75c2c7c0.png) There is time from the latest block, not the actual block the transaction was included to....

There have been excessively high `ESTIMATE_FEE` and `RELAY_FEE` values on Blackcoin testnet. This PR addresses this issue.

In Blackcoin More 26.2 transaction index gets corrupted if a power outage happens: ``` blackmore-qt: wallet/wallet.cpp:1064: wallet::CWalletTx* wallet::CWallet::AddToWallet(CTransactionRef, const TxState&, const UpdateWalletTxFn&, bool, bool): Assertion `TxStateSerializedIndex(wtx.m_state) == TxStateSerializedIndex(state)' failed. Aborted...

bug
help wanted