I am having issues with running cgminer with my rpi 3b+ and gekkoscience newpac. I installed the newpac correctly as I get the following output with the [tt]-n[/tt] command:
[code]
[2021-01-30 06:20:49.480] USB all: found 6 devices - listing known devices
.USB dev 0: Bus 1 Device 5 ID: (id number is here)
Manufacturer: 'GekkoScience'
Product: 'NewPac Bitcoin Miner'
[2021-01-30 06:20:49.480] 1 known USB devices
I joined slushpool and now I am having issues with cgminer resolving the url. I enter the following command:
/cgminer -o stratum2+tcp://v2.stratum.slushpool.com/u95GEReVMjK6k5YqiSFNqqTnKU4ypU2Wm8awa6tmbmDmk1bWt -u (my username) -p (my password)
And the output is:
[2021-01-30 06:26:07.824] Started cgminer 4.11.1
[2021-01-30 06:26:07.825] Probing for an alive pool
[2021-01-30 06:26:07.830] Failed to resolve (?wrong URL) stratum2+tcp:
And it eventually fails and returns me to the bash prompt. I also attempted removing the url and replacing it with the IP address and get the same output. I tried different servers with no success. I even tried using the v1 stratum server URLs and I get the following output:
[2021-01-30 06:28:56.109] Started cgminer 4.11.1And it doesn't go any further and returns me to the bash prompt. The rpi has a dedicated IP and I set it up my router to allow all ports to work for that up address. Any idea how I can resolve this issue and get to mining?[/code]