Here are the common mistakes everyone makes with this shit...
1. What is the rpc port??
- You don't need it... just run the daemon once... put the config file given to you where it created wallet and blockchain... Then run it once more now it won't complain about rpc user and rpc pass...
2. All is black screen... how can I mine this..
- When you start daemon it already starts mining... look at the config file... you'll see something like below in it. This tells the daemon to do the mining...
# Mining
gen=1
3. I can't trace what's going on..
- Launch task manager, if you see maxcoind at high cpu rates then you are mining... then go to your wallet/blockchain directory and open debug.log... you'll see the progress there...
ps: Here is a simple rpc client to query daemon after it started... Change the rpc info in the config file to reflect your config... I've used port number 9111 for example...
http://www.tepetaklak.com/data/CoinRPCClient.rar