As CLI user, i'd love to see the following features:
- An easy way to list my transactions that are eligible for becoming a master node. Example:
./spreadcoind listeligiblemn
{[{"txoutput": "ed3fc8a83ece9d4fa40055883825c62aa6902942b0a6a93fc579044fc66d7e15:1" , "value" : "150.0"}
{"txoutput": "737f21d0ccc2426e9d30152b56a2aecd0d7a08ab17dd85a9acbc7a2992159eff:0", "value" : "150.0"}]}
- an easy way to list my masternodes
./spreadcoind listlocalmn
{[{"address" : "mxUGx8xfTmDJrEw4Ndmx9vUYiSiGPrvR8R", "amount": "111.00", "elected" : "no", "score" : "500", "votes" : "0", "txoutput": "ed3fc8a83ece9d4fa40055883825c62aa6902942b0a6a93fc579044fc66d7e15:1"},
{"address" : "mxUGx8xfTmDJrEw4Ndmx9vUYiSiGPrvR8R", "amount": "350.00", "elected" : "yes", "score" : "0.001", "votes" : "0.03333", "txoutput": "737f21d0ccc2426e9d30152b56a2aecd0d7a08ab17dd85a9acbc7a2992159eff:0"}]}
and on the GUI, i'd love to see a separate list with my "eligible" masternodes, and the ones present on the network, so i can control my MNs without browsing the huge list. (maybe this can be solved by making the column "Control" sortable, so myne appear first?)
now, this is more of a question than a feature request: Is it possible to run a Master Node on a locked wallet? Does the PK generated by the "mnsecret" command enables access to the funds in the masternode? In that case, does locking the wallet prevent a hacker from stealing those coins?