can't see sample config to solomine with wallet, is there any?
It`s the same as for every other coin.
yes but still need rpcport
You can set it to whatever you want.
As long as you set the same port in your miner config.
are you sure about this ? What If I put same port in 2 config files and both clients are running.. I am asking because I am building an application which starts the client deamon and get information from wallets.. But I need RPC port to get that info.. So how does this work with multiple client opened
yes, i`m sure. Try it. Enter any valid rpcport for the coin-qt, set the same port in your miner config and you`re able to mine solo or access your clients through json-rpc.
If you want to run multiple clients just let them run on different ports.
for example....let potcoin run on 4242, bitcoin on 8332, litecoin on 8080...now set this ports in your json rpc connection and you can talk to all clients.
Using the same port on more than one client doesn`t make sense. First client started on this port will listen on that port. So if you start potcoin on 4242 and then litecoin on the same port you`ll always reach potcoin on 4242.
But i don`t know if litecoin isn`t reachable per rpc then or if it would set itself to defaultport.
These coins are just examples. It`s the same for all coins.