Public Service Announcementusing vote-many makes it super easy to see what masterndodes belong to the same wallet (owner)
Running against the recent atm proposal:
dash-cli mnbudget getvotes lamassu-integration | grep nTime | awk '{print $3}' | sort | uniq -c | sort -n
shows a few big masternode holders:
73 1451318738,
88 1451489229, # two seconds apart
89 1451489231, # likely same owner
96 1451335313,
190 1451319589,
241 1451489230,
(there's more information to extract, this is just a simple example)
If you don't care about this, you don't need to do anything different.
If you want to undo this association, you can recast all your historical votes using either dashwhale or dashvote which both randomize voting timestamps.
To recast your votes (historical ones too!) using dashvote you only need:
- a linux box with dashd and dash-cli (empty wallet is fine)
- a copy of your masternode.conf file
- the following commands:
cppath/to/masternode.confpath/to/dash-cli ~/.dash
export PATH=~/.dash:$PATH
git clone https://github.com/moocowmoo/dashman.git
dashman/dashman vote
I've done my best to make it super simple from there.
Up-down arrows to move between proposals.
Left-right arrows to select between YES/NO/ABSTAIN (do nothing)
Hit down-arrow then enter on "CONFIRM" and watch the magic happen!

Let me know if you have any questions!
moocowmoo@dash.org