The zetacoin android wallet is bad. It will always connect to the Internet even if I disconnect it. It eats my phone traffic without my permission. So maybe I have to identify it as spamware.
And the FreeBSD daemon has a strange problem. When I copy the wallet.dat to several different machines and run, all machines will generate an extra same address. I don't like this extra address, because I only want one address in my wallet.dat. Otherwise, why are the extra addresses the same? I guess they have been calculated by the same algorithm pattern? So maybe the source code has been hacked by bad guy?
I'm the maintainer of that port.
Can you PM me to explain what's happening? I don't understand what you mean.
1. Start the zetacoind, so it has an address: ABC.
2. zetacoind getaddressesbyaccount "" shows it has only one address: ABC
3. Then backup wallet.dat to initial-wallet.dat
4. Send some coins to ABC,
5. zetacoind getaddressesbyaccount "" shows it has only one address: ABC.
6. After a while, zetacoind getaddressesbyaccount "" shows it has another address: PDQ
7. Stop zetacoind, delete wallet.dat,
8. copy initial-wallet.dat to /var/db/zetacoin/wallet.dat
9. Start zetacoind, zetacoind getaddressesbyaccount "" shows it has one address: ABC,
10. But after finishing synchronizing data, zetacoind getaddressesbyaccount "" shows it has address: PDQ too.
11. Copy initial-wallet.dat to another computer's /var/db/zetacoin/wallet.dat, and start zetacoind, zetacoind getaddressesbyaccount "" shows it has only one address ABC, but after finishing synchronization, zetacoind getaddressesbyaccount "" shows it has the same address PDQ.
12. But when I copy initial-wallet.dat to a windows computer, it always shows only one address: ABC.
Do I meet a ghost?