At the moment if I set up a chain with parameters allowing anyone to connect (and send and receive), if someone joins, their address can't participate until it receives a transaction (which can be send <new address> someasset 0). I understand why this is (you need UTXO associated with the new address).
I was hoping to use an anyone can connect chain to avoid new participants having to request access from a chain admin, but this "feature" of multichain/bitcoin means that there still effectively needs to be a transaction to enable the new participant.
Does anyone know of a hack to get around this, or could MultiChain be altered to artificially and automatically send a zero transaction to a new participant, so that anyone can join without requiring admin or third-party intervention?