To help promote the coin i just made a Coin Announcement here:
http://faucetlove.com/viewtopic.php?f=163&t=365--------------
With the solo mining would "f5cd4941cf117c0bf655dfb0e" be your wallet address?
minerd --url=http://127.0.0.1:4210 --userpass=rpc_user:f5cd4941cf117c0bf655dfb0e
I have never mined without a pool so i am not sure how it works. I am getting cannot connect and json errors and it just seems to fail.
Open your wallet, and make sure you are connected to another wallet.
You are connected if you see the icon Wallet Connections in the lower right corner of your wallet.
The message "No block source available" will disappear once you mine your first block.
Close your wallet and create the file Yourcoin.conf in the folder "%APPDATA%\Yourcoin\". (replace "Yourcoin" with the name of your coin)
Paste the following text into yourcoin.conf and save the file.
rpcuser=rpc_user
rpcpassword=3c015ad2b56ad7530a30652c1
rpcallowip=127.0.0.1
rpcport=4210
listen=1
server=1
addnode=node.walletbuilders.com
Download the latest version of cpuminer and extract the zip file.
Create a .bat file named mine.bat and paste the following text into mine.bat.
minerd --url=http://127.0.0.1:4210 --userpass=rpc_user:3c015ad2b56ad7530a30652c1
Save the file inside the extracted cpuminer folder.
Open your wallet and execute mine.bat to start mining your first coins.