How can I tell what ver wallet I am using on linux?
./darkcoind getinfo
lebubar@108:~$ ./darkcoind getinfo
{
"version" : 110007, "protocolversion" : 70052,
"walletversion" : 60001,
"balance" : 0.00000000,
"darksend_balance" : 0.00000000,
"blocks" : 204936,
"timeoffset" : 0,
"connections" : 11,
"proxy" : "",
"difficulty" : 2746.58380470,
"testnet" : false,
"keypoololdest" : 1408729673,
"keypoolsize" : 1001,
"paytxfee" : 0.00000000,
"relayfee" : 0.00001000,
"errors" : ""
}
Also :
lebubar@108:~$ ./darkcoind --help
Darkcoin Core Daemon version v0.11.0.7-beta
...
..
..
(fisrt line give you the version)