This work:
in SwampCore folder is file: swamp.conf
Open it and edit. In this conf file must be only:
server=1
rpcuser=user
rpcpassword=x
rpcallowip=127.0.0.1
rpcport=18332
BAT file must be:
cpuminer-avx2 -a yespower -o http://127.0.0.1:18332 -u user -p x --coinbase-add=WcrXQcuismxxxxxxxxxxxxxxxxxxxxxxx
cpuminer-avx2 - this is the EXE that you want to start from minner
--coinbase-add - this is address get from your wallet, this is your wallet address.
:-)