Hi
We have a "single node" Multichain running, but after a reboot we had to run the daemon with "-salvagewallet" because it say it has a broken wallet.
The main issue right now it that the networks is not creating new blocks, so new transactions get stuck on mempool
debug.log says something about mining, but we dont have mining at all, all the funds where send to an address on first block
2016-03-21 15:59:54 mapAddressBook.size() = 1
2016-03-21 15:59:54 init message: Loading addresses...
2016-03-21 15:59:54 Loaded 0 addresses from peers.dat 0ms
2016-03-21 15:59:54 init message: Done loading
2016-03-21 15:59:54 Node started
2016-03-21 15:59:54 dumpaddr thread start
2016-03-21 15:59:54 BitcoinMiner started
2016-03-21 15:59:54 mchn: Cannot find address having mining permission
2016-03-21 15:59:54 msghand thread start
How can we fix this?
Thanks