We have the Multichain configured to support native currency. Some transfer transaction takes a long time to execute. We think that the reason is the fragmented wallet for the account because of the mining rewards. In fact I need to increase transaction and block limits to avoid 'transaction too long' error.
CTransaction(hash=ef32615102, ver=1, vin.size=978, vout.size=2, nLockTime=0)
CTxIn(COutPoint(0001800122, 0), scriptSig=3045022100a9c6bb6f7aa9f9)
CTxIn(COutPoint(005774ffe0, 0), scriptSig=3045022100cdad08e9253d40)
....
CTxIn(COutPoint(ffc8ca487c, 0), scriptSig=3045022100d3d003a63c5a5d)
CTxIn(COutPoint(fff759534e, 0), scriptSig=304402207532997f738e1735)
CTxOut(nValue=1.00000000, scriptPubKey=OP_DUP OP_HASH160 f8732cf97b91)
CTxOut(nValue=0.00008618, scriptPubKey=OP_DUP OP_HASH160 62525c7cfc25)
But my question is, does not autocombine feature works in background to avoid this? Is it enabled by default? What is not working in my configuration?
Anyway I try to execute by hand: combineunspet in multchain-cli, and I get this error:
mincoins: combineunspent
{"method":"combineunspent","params":[],"id":1,"chain_name":"mincoins"}
error code: -4
error message:
Not enough inputs
Thanks a lot,
Fernando