Hi All,
Do you know how I can specify the port in the config file(s) for the libra swarm’s libra API?
I have placed the config files but each time I restart the libra-swarm the port is random:
/path/to/config/0/node.config.toml
To run the Libra CLI client in a separate process and connect to the validator nodes you just spawned, use this command:
cargo run --bin cli – -u http://localhost:37047 -m “/home/sb_mainu/libra-config/mint.key” --waypoint 0:123456789123456789
How could I specify 37047 port in my config file or somewhere else?
Same for the waypoint. It also changes!
Thank you in advance