Post
Topic
Board Announcements (Altcoins)
Re: ★★ DigiByte ★ 极特币★★ [DGB] ✈ ✔ $250,000 Private Investment Received
by
hallo_frosch
on 09/06/2017, 15:52:57 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.