MinterTeam / minter-console-web

Official Minter Console website
https://console.minter.network
MIT License
35 stars 22 forks source link

Change port #7

Closed HarpyWar closed 5 years ago

HarpyWar commented 5 years ago

Make it possible to change listening port, something like this: minter-console-0.3.0-portable-x64.exe -port 8000

Port 4000 is busy on my machine by svchost.exe

shrpne commented 5 years ago

Please try minter-console-0.3.0-portable-x64.exe -- --port=8000 Available commands, for now, are: port and hostname

HarpyWar commented 5 years ago

It works, thanks.