NebulousLabs / Sia-GPU-Miner

A GPU Miner for Sia
MIT License
151 stars 79 forks source link

Port inconsistency #27

Closed DavidVorick closed 9 years ago

DavidVorick commented 9 years ago

I believe that most of our programs take port values with colons, like ':9980', but the miner does not like it when a colon is used.

DavidVorick commented 9 years ago

for compatibility, you need to also still recognize ports without the colon. both ":9980" and "9980" should be recognizable.