I'm trying to set up solo mining and would appreciate some help getting it right.
This is my .bat
"ccminer -a neoscrypt -o
http://127.0.0.1:39655 u sigilrpc p sigilcrypto"
That's from the online mining guide on the website.
I'm sure I set up the wallet part correctly, i just think the bat file might be off.
This is the error i get.
ccminer: unsupported non-option argument '�u'
The - you have in front of the u parameter is actually a . If you look closely you can see it's different. Ccminer doesn't recognize the . So change the to - and it will work. Same goes for the p.
@Sigil-Developer could you fix the command line parameter examples in Sigil_Mining.pdf? Currently ccminer doesn't work if someone copy-pastes the command line parameters from the pdf to a batch file. Maybe it works in Linux but not in Windows.