Currently working on a decentralized blockexplorer.Read more about it here
I really like the MasterNodes and how it's working out... looks like excellent programming to me and I can see the solid foundation being built for a long term coin... Let's continue the testing cycle so we can bring this phase to a conclusion and launch for real sometime soon... Once the MasterNodes launched and operational, we will be able to showcase a solid coin and rebuff all critics, attract more users and create substantial value...
Looks like a good list of new features. One small suggestion. On the masternode tab, change the column labeled, "Control" to "Start | Stop"I think that makes more sense from a usability perspective.
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:Code: [Select]./spreadcoind listeligiblemn{[{"txoutput": "ed3fc8a83ece9d4fa40055883825c62aa6902942b0a6a93fc579044fc66d7e15:1" , "value" : "150.0"} {"txoutput": "737f21d0ccc2426e9d30152b56a2aecd0d7a08ab17dd85a9acbc7a2992159eff:0", "value" : "150.0"}]}- an easy way to list my masternodesCode: [Select]./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?
./spreadcoind listeligiblemn{[{"txoutput": "ed3fc8a83ece9d4fa40055883825c62aa6902942b0a6a93fc579044fc66d7e15:1" , "value" : "150.0"} {"txoutput": "737f21d0ccc2426e9d30152b56a2aecd0d7a08ab17dd85a9acbc7a2992159eff:0", "value" : "150.0"}]}
./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"}]}
Is encrypted (=passworded) wallet works with masternode? or you have to unlock the whole wallet for MN?
Thought of another simple request:On GUI and on "getinfo", do not count the coins held by master nodes as part of the balance. On the GUI, add another field for the coins held on Master nodes. (on the getinfo, it would also be useful, but not necessary as it can break something and adding another RPC command would make the RPC API too bloated)
Here is a list of features that I plan to implement in the next version: