hello, sorry for noob question,
Iwant to solomine an Sha256d shitcoin
this is my conf file
rpcuser=labexx
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=6333
server=1
listen=1
daemon=1
and this is my cgminer command
@echo off
for /F "tokens=2-8 delims=/:. " %%i in ("%DATE%.%TIME%") do @set TS=%%k%%i%%j_%%l%%m%%n%%o
set LOGFILE=cgminer_%TS%.log
set /p log=Should we log? (y/n)
if %log%==y ( title Logging to : cgminer_%TS%.log ) else ( set LOGFILE=nul )
mode con: cols=120 lines=60
cgminer.exe -o
http://127.0.0.1:6333 -u labexx -p x --usb :1 2>%LOGFILE%
echo. & pause
title Command Prompt
I get this error from logfile
[2021-01-09 19:17:32.526] Unexpected extra commandline arguments
whats wrong?
Thanks for help
I get this error