I'm messing around with Multichain and I'd like for every node to have write access to a stream. So I created a stream with "create stream stream1 true", but when I try to publish I get:
test: publish stream1 key1 53747265616d732052756c6521
{"method":"publish","params":["stream1","key1","53747265616d732052756c6521"],"id":1,"chain_name":"test"}
error code: -4
error message:
Insufficient funds
How can I disable funds and have every node have write access to stream1 by default? Thanks.