What is so crooked? Commands on the command line for running masternode do not work:(
type help from debug log to know the commands that work with our wallet, you can see the updated list
16:50:57 startmasternode
16:50:57 startmasternode "local|all|many|missing|disabled|alias" lockwallet ( "alias" )
Attempts to start one or more masternode(s)
Arguments:
1. set (string, required) Specify which set of masternode(s) to start.
2. lockwallet (boolean, required) Lock wallet after completion.
3. alias (string) Masternode alias. Required if using 'alias' as the set.
Result: (for 'local' set):
"status" (string) Masternode status message
Result: (for other sets):
{
"overall": "xxxx", (string) Overall status message
"detail": [
{
"node": "xxxx", (string) Node name or alias
"result": "xxxx", (string) 'success' or 'failed'
"error": "xxxx" (string) Error message, if failed
}
,...
]
}
Examples:
> digiwage-cli masternodestart "alias" "my_mn"
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "masternodestart", "params": ["alias" "my_mn"] }' -H 'content-type: text/plain;'
http://127.0.0.1:46002/ (code -1)
See Comand and Examples