I installed Hyperledger Fabric and I'm trying to distribute my chaincode on two peers on two different hosts (exactly two Ubuntu 16.04 machines) via docker swarm. I found a link explaining how to do this but I can't get it to work (https://medium.com/@wahabjawed/hyperledger-fabric-on-multiple-hosts-a33b08ef24f). I specifically put the Build-Multi-Host-Network folder in the fabric-samples folder, and in a terminal run the command ./bmhn.sh but it gives me the following error:
FATA 001 Missing channelID, please specify it with '-channelID'
Failed to generate orderer genesis block ...
Can anyone tell me how to solve please? I also specified the -channelID in the ./bmhn.sh code on the error line but nothing. Thanks.