error when running sia-gpu-miner-v1.1.0-win64
-
I've downloaded Sia-UI-v1.2.0-win32-x64 and sia-gpu-miner-v1.1.0-win64. The Sia-UI is running well and I've synchronized the block chain. everything seems going well.But when I run sia-gpu-miner.exe,it started up well,and connect the Sia Server well,but it showed me an error,which is HTTP ERROR 404.
I don't know how to solve the problem.Hope to get help from you.Thank You!
-
Hi, the default software no longer ships with the miner module enabled. You have to run Sia with the miner activated. To do this, run
./siad -M "cgmtw"For more information on Sia modules, run
./siad modules-> it'll print some help dialog.
-
Thanks for your answer! You mean sia-gpu-miner-v1.1.0-win64 can not use for minning?
And I run ./siad -M "cgmtw" in the command dialog,It showed me some tips like this:Loading...
(0/5) Loading siad...
listen tcp 127.0.0.1:9980: bind: Only one usage of each socket address (protocol
/network address/port) is normally permitted.What did it mean? The port is used? Do I need to change the port?
Thank you!