I have a few questions....
when qt wallet comes out, will we be able to just transfer wallet.dat to maintain addresses and balances etc?
is there currently a way to monitor our hash rate and network hash rate....or is it just "shares" for now?
not quite sure I understand the keys (0,1,2...etc)...are these supposed to be the private keys to each generated address?
The wallet will not be based on Qt, but on the MS Visual Studio. I'm doing it now, maybe tomorrow will come out. Yes, of course, the files wallet.dat and dnet_key.dat can simply be transferred from one directory to another, and the address and password will be preserved. The hash rate is now counted very roughly and is displayed in the stats command for full nodes and pools. Stats is not transmitted yet to miners but should be in future.
If you make a transfer from your address, then your public key published. If you do not want to keep money at address whose public key is known, then you can use the keygen command to create another private key and then transfer the balance to another address corresponding to the new key. This feature is not yet available to the miners, but only to full nodes. For now miners have one key and one address.
As a programmer am even confused, maybe i have to study it more