can't set any-one can connect true

+1 vote
Hi all, I'm trying to set true to anyone can connect in the blockchain params file but it doesn't seem to be working because all addresses I have created can't neither send nor receive through sendfrom json-api command. How can I modify the .params file and apply those changes in the chain? Thanks for your help
asked Feb 21, 2017 by anonymous

1 Answer

0 votes

It sounds like you need to set anyone-can-send=true and anyone-can-receive=true as well. The anyone-can-connect setting is just about connecting to a chain (and therefore seeing transactions), not transacting. You'll have to start a new chain to change these settings.

answered Feb 21, 2017 by MultiChain
...