mana-ethereum / mana

Ethereum full node implementation written in Elixir.
Other
274 stars 47 forks source link

Specify Port for DevP2P Listen #5

Open masonforest opened 6 years ago

hayesgm commented 6 years ago

This issue is to allow a user to specify the p2p port when booting the CLI (currently that's the mix sync task found in the CLI app). This could simply be: mix sync --port 30303.