Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★ 极特币★★ [DGB] ✈ ✔ $250,000 Private Investment Received
by
lankyman
on 09/06/2017, 17:06:32 UTC
my command looks like so:
cgminer --skein -o 127.0.0.1:14022 -u digiuser -p digipass --verbose

it doesnt start mining, i dont understand why
F:\Users\imrepc\Desktop\Cgminer_Skein>cgminer --version
cgminer 3.7.3

Please help me

You should add "http://" in front off your localhost address.

The Miningsoftware isn´t able to "decode" the IP address:

[15:44:32] HTTP request failed: The requested URL returned error: 401
[15:44:32] HTTP request failed: The requested URL returned error: 401
[15:44:32] JSON decode failed(1): '[' or '{' expected near 'HTTP'
[15:44:32] JSON decode failed(1): '[' or '{' expected near 'HTTP'

Copy&Paste from the cgminer readme:

cgminer -o http://localhost:8332 -u username -p password --btc-address 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ

Note the http:// is mandatory for solo mining.


I have just tried exactly "cgminer --skein -o http://127.0.0.1:14022 -u digiuser -p digipass --verbose"

it does not work:


[19:03:41] GPU 1 BIOS partno.: 113-1E3470U.O60, version: 015.050.000.000, date: 2016/09/22 00:01
[19:03:41] Failed to ADL_Overdrive5_ODPerformanceLevels_Get
[19:03:41] Probing for an alive pool
[19:03:41] Testing Pool 0
[19:03:42] HTTP request failed: The requested URL returned error: 401
[19:03:42] HTTP request failed: The requested URL returned error: 401
[19:03:42] JSON decode failed(1): '[' or '{' expected near 'HTTP'
[19:03:42] JSON decode failed(1): '[' or '{' expected near 'HTTP'
[19:03:42] Closing socket for stratum Pool 0
[19:03:42] Pool 0 slow/down or URL or credentials invalid
[19:04:41] No servers were found that could be used to get work from.
[19:04:41] Please check the details from the list below of the servers you have input
[19:04:41] Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
[19:04:41] Pool: 0  URL: http://127.0.0.1:14022  User: digiuser  Password: digipass
[19:04:41] Press any key to exit, or cgminer will try again in 15s.
[19:04:56] Testing Pool 0
[19:04:57] HTTP request failed: The requested URL returned error: 401
[19:04:57] HTTP request failed: The requested URL returned error: 401
[19:04:57] JSON decode failed(1): '[' or '{' expected near 'HTTP'
[19:04:57] JSON decode failed(1): '[' or '{' expected near 'HTTP'
[19:04:57] Closing socket for stratum Pool 0
[19:04:57] Pool 0 slow/down or URL or credentials invalid


It does not carry onto the stats screen how the hell does this work.
Pool mining is fine.

what am i doing wrong.