exonum / exonum

An extensible open-source framework for creating private/permissioned blockchain applications

Home Page:https://exonum.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating a distributed network

CemGurhan opened this issue · comments

I've been working with Exonum for a while now and I have really been enjoying a lot of its features.

Currently, I am trying to connect two different validators that exist on different computers. These computers are also not under the same network. I am struggling to figure out how to connect them up, what exactly should I enter into my --peer-address when generating configs? I don't think I can just enter my computers IP address and then the port, as these machines aren't on the same network.

Any guidance would be much appreciated! Thanks Exonum team.