-
Notifications
You must be signed in to change notification settings - Fork 33
sgminer 5.5.5 No servers were found that could be used to get work from. #15
Description
Hello, I cant fix the problem why does not work and the config:
#!/bin/bash
cd /opt/sgminer-5.5.5/bin
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
./sgminer -T -D --log-file sgminer_deb.log -k monero -o stratum+tcp://eupool.electroneum.com:3333 -u wallet_kex -p x --no-submit-stale --thread-concurrency 8192 -I 23
The debug.log:
[02:32:31] Algorithm monero not found, using ckolivas.
[02:32:31] Set default algorithm to ckolivas
[02:32:31] Global quota greatest common denominator set to 1
[02:32:31] Started sgminer 5.5.5-gm-a
[02:32:31] * using Jansson 2.7
[02:32:31] CL Platform vendor: Advanced Micro Devices, Inc.
[02:32:31] CL Platform name: AMD Accelerated Parallel Processing
[02:32:31] CL Platform version: OpenCL 2.0 AMD-APP (2482.3)
[02:32:31] Platform devices: 7
[02:32:31] 0 Ellesmere
[02:32:31] GPU0: detected PCIe topology 0000:01:00.0
[02:32:31] 1 Ellesmere
[02:32:31] GPU1: detected PCIe topology 0000:02:00.0
[02:32:31] 2 Ellesmere
[02:32:31] GPU2: detected PCIe topology 0000:04:00.0
[02:32:31] 3 Ellesmere
[02:32:31] GPU3: detected PCIe topology 0000:05:00.0
[02:32:31] 4 Ellesmere
[02:32:31] GPU4: detected PCIe topology 0000:06:00.0
[02:32:31] 5 Ellesmere
[02:32:31] GPU5: detected PCIe topology 0000:08:00.0
[02:32:31] 6 Ellesmere
[02:32:31] GPU6: detected PCIe topology 0000:09:00.0
[02:32:31] Default Devices = all
[02:32:31] set_devices(all)
[02:32:31] GPU 0 Thread Concurrency set to 8192.
[02:32:31] GPU 1 Thread Concurrency set to 8192.
[02:32:31] GPU 2 Thread Concurrency set to 8192.
[02:32:31] GPU 3 Thread Concurrency set to 8192.
[02:32:31] GPU 4 Thread Concurrency set to 8192.
[02:32:31] GPU 5 Thread Concurrency set to 8192.
[02:32:31] GPU 6 Thread Concurrency set to 8192.
[02:32:31] Loading settings from default_profile for pool 0
[02:32:31] Pool 0 Algorithm set to "ckolivas"
[02:32:31] Pool 0 devices set to "all"
[02:32:31] Pool 0 lookup gap set to "(null)"
[02:32:31] Pool 0 Intensity set to "23"
[02:32:31] Pool 0 Thread Concurrency set to "8192"
[02:32:31] Pool 0 GPU Clock set to "(null)"
[02:32:31] Pool 0 GPU Memory clock set to "(null)"
[02:32:31] Pool 0 GPU Threads set to "(null)"
[02:32:31] Pool 0 GPU Fan set to "(null)"
[02:32:31] Pool 0 GPU Powertune set to "(null)"
[02:32:31] Pool 0 GPU Vddc set to "(null)"
[02:32:31] Pool 0 Shaders set to "(null)"
[02:32:31] Pool 0 Worksize set to "(null)"
[02:32:31] Trying to set current pool...
[02:32:31] Probing for an alive pool
[02:32:31] Testing eupool.electroneum.com
[02:32:32] Succeeded delayed connect
[02:33:31] No servers were found that could be used to get work from.
[02:33:31] Please check the details from the list below of the servers you have input
[02:33:31] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
[02:33:31] Pool: 0 URL: stratum+tcp://eupool.electroneum.com:3333 User: wallet_key Password: x
[02:33:31] No servers could be used! Exiting.
[02:33:32] Timed out waiting for response in initiate_stratum
[02:33:32] Initiating stratum failed on eupool.electroneum.com
[02:33:32] Suspending stratum on eupool.electroneum.com
[02:33:32] Closing socket for stratum eupool.electroneum.com
Thanx.
Andrej