Unsufficient funds

+1 vote

Hi,

I want use MultiChain as a private database, without the asset/currency aspect. I would like to store "Hello World" as hex to myself for now, with the amount of 0.

icsv-chain: sendwithmetadatafrom 1AD9yHodgUQJ85uNwTd9Ucmq4T5NXa7Le6fci2 1AD9yHodgUQJ85uNwTd9Ucmq4T5NXa7Le6fci2 0 48656c6c6f20576f726c64
{"method":"sendwithmetadatafrom","params":["1AD9yHodgUQJ85uNwTd9Ucmq4T5NXa7Le6fci2","1AD9yHodgUQJ85uNwTd9Ucmq4T5NXa7Le6fci2",0,"48656c6c6f20576f726c64"],"id":1,"chain_name":"icsv-chain"}

error code: -4
error message:
Insufficient funds

Any advice?

asked Aug 8, 2016 by MitchK

1 Answer

0 votes
It seems like that address has no unspent outputs - you can send it some zero balance from another address, or grant it permission - either of those things will create an unspent output that belongs to it.
answered Aug 9, 2016 by MultiChain
...