mozkomor / GrinGoldMiner

Grin open-source miner
GNU General Public License v3.0
175 stars 71 forks source link

What is RC1,RC2,RC3 and RC4? #55

Closed ti6oti6o closed 5 years ago

ti6oti6o commented 5 years ago

Which release should I download to successfully mine GRIN. What is the difference between each? I tried with RC4 but I consistently get an error 'No such host is known. A connection attempt failed because...' ... GPU was detected successfully...

urza commented 5 years ago

Use RC4. Yesterday at launch there was a little bit of panic, because some pools were not ready and people were downlaoding older releases with bugs so we removed them. The error sounds like DNS resolving error. Can you please go to your config.xml and set <FileMinimumLogLevel>DEBUG</FileMinimumLogLevel> and send me your log from logs.

ti6oti6o commented 5 years ago

thanks urza, Here are the full logs: 2019-01-16T09:54:41Z DEBUG, Connecting to : stratum.MWGrinPool.com 2019-01-16T09:55:03Z ERROR, Exception in: StratumConnect.cs # 146 # Connect Message: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 35.247.6.189:3334 2019-01-16T09:55:03Z DEBUG, Connecting to : backup_pooladdress 2019-01-16T09:55:03Z ERROR, Exception in: StratumConnect.cs # 146 # Connect Message: No such host is known 2019-01-16T09:55:03Z DEBUG, both con1 & con2 failed, trying again 2019-01-16T09:55:04Z DEBUG, Connecting to : stratum.MWGrinPool.com 2019-01-16T09:55:25Z ERROR, Exception in: StratumConnect.cs # 146 # Connect Message: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 35.247.6.189:3334 2019-01-16T09:55:25Z DEBUG, Connecting to : backup_pooladdress 2019-01-16T09:55:25Z ERROR, Exception in: StratumConnect.cs # 146 # Connect Message: No such host is known 2019-01-16T09:55:25Z DEBUG, both con1 & con2 failed, trying again 2019-01-16T09:55:26Z DEBUG, Connecting to : stratum.MWGrinPool.com

urza commented 5 years ago

Oh sure.

Connection to your pool MWGrinPool.com failed (probably was temporarily down or something) and miner started connecting to backup, which you didnt defined so it failed on the "backup pool" placeholder.

You can go to config.xml and configure secondary connection there instead of the placeholder and it will connect there in case the primary connection is down. I will write better documentation to this later somewhere more official.