when we run the daemon, is it automaticly generate wallet.dat ?, why we need to run again simple wallet ?
Hardmanic,
You need to run two processes running at the same time.
brazukcoind --> it syncs the blockchain
simplewallet --> it interacts with the other process 'brazukcoind'. Here is where you create your wallet, start mining coins, tranfer funds, etc.
ps.: Don't forget you paswords! Keep your seed info written on paper.
Good luck!
But i will mine another computers, not locally, so i need to access remote. I mean when we write in conf file for example rpcport=200 rpcallowip=* we can mine remotely. It is able to mine remote with that configs ?