Hi,
I have 4 different machines and I want to configure Tendermint validator node into these 4 machine manually (without docker) and it should be connected with each other to run consensus algorithm
Like in Ethereum, We have to provide networkid, host and port to start the node. By using these arguments, Ethereum Node has been connected with each other and create a blockchain network.
I do not know how Tendermint validators node can connect with each other? Is there any networkid concept like Ethereum? I am not able to find any configruation file in tendermint where i can provide machine details (like ip, networkid, port) or Does tendermint has different concept?
Can someone help me into this? kindly share documents.