Help me set up my miner

Hello

it would be great if someone here could help me setting up my miner for solo mining.
The things I already tried are following the guide on the website.
Sadly it didn’t help me.

My steps:

  1. Creating Wallet
  2. Downloading ccminer.exe
  3. creating zcoin.conf
  4. Synching Wallet
  5. creating miner.bat

When I run the .bat file the only thing I see is a fast opening cmd prompt and it also closes itself shortly after opening.
This is the text in the prompt:

ccminer.exe: unsupported non-option argument ‘http://127.0.0.1:8382’ (see --help)
ccminer.exe: no URL supplied
Try 'ccminer --help" for more information.

And this is how my files look like:

zcoin.conf:

rpcuser=miner1
rpcpassword=pw123test
rpcport=8382
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1

miner.bat:

ccminer.exe -a mtp http://127.0.0.1:8382 -u miner1 -p pw123test --no-getwork --coinbase-addr myadress

Is there anything wrong, missing?