How to stop MN with "putty"

when i put
"./dashd stop"
into Putty
i get this error
"Error: There is no RPC client functionality in dashd anymore. Use the dash-cli utility instead."

anyone know why this is ?

cheers
 
thanks

when i put in
./dash-cli getinfo
what should the new version read ?
Code:
$ dash-cli getinfo
{
    "version" : 120058,
    "protocolversion" : 70103,
    "walletversion" : 61000,
    "balance" : 0.00000000,
    "darksend_balance" : 0.00000000,
    "blocks" : 532705,
    "timeoffset" : 15,
    "connections" : 9,
    "proxy" : "",
    "difficulty" : 26117.87525161,
    "testnet" : false,
    "keypoololdest" : 1472862271,
    "keypoolsize" : 1001,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00010000,
    "errors" : ""
}
 
Back
Top