bcgov / von-network

A portable development level Indy Node network.
Apache License 2.0
159 stars 188 forks source link

Cannot modify the port number of nodes #268

Open darapich92 opened 1 year ago

darapich92 commented 1 year ago

The purpose of modifying the port number is for testing the multiledger of the ACA-Py. I just go through the code of generate_indy_pool_transaction, it has port 9700 as default. image

Even, I tried to put node 5 6 7 8 to the 2nd ledger, i still got an error. I think it would be great if we can specify the port number of client_ip and node_ip (client_ip:node_ip) in this von_generate_transactions in the bin directory.

image

Thank you very much!

WadeBarnes commented 1 year ago

A workaround would be to run von-network instance on different machines.