confirmation=-1

+1 vote
I observe strange behaviour of multichain.After restarting multichain core i am missing my last transactions. And if do any transaction on it shows change in values of assets , but when i restart it value is reset to previos one.

when i see these missing transactions using "gettransactions" command it shows me "confirmation=-1".

Is this a bug?

I have copy of this blockchain if you want.
asked Mar 18, 2016 by anonymous

1 Answer

0 votes

It sounds like these transactions aren't being stored in the blockchain, but are just remaining in the node's memory. The reason is generally that you got to the end of the setup period, the blockchain parameters are set with mining-requires-peers=true, but you have not connected the first node to any peers. You can confirm this by checking if the blocks value in the output from getinfo is increasing.

answered Mar 18, 2016 by MultiChain
Thanks that helped.
Requires peer was true by deafult.
...