How to mine with this new wallet??
"setgenerate true" or anyone else command doesn't work..
.conf file is same or I must change tham (port or something)?
If you're using linux, the commands are done with the new qubitcoin-cli utility, for example, old:
qubitcoind --daemon
qubitcoind getinfo
qubitcoind setgenerate true 1
With the new wallet:
qubitcoind --daemon
qubitcoin-cli getinfo
qubitcoin-cli setgenerate true 1