FeatherCoin / Feathercoin

https://feathercoin.com
MIT License
128 stars 124 forks source link

feathercoin-cli not showing all accounts #255

Closed Phlosen closed 6 years ago

Phlosen commented 6 years ago

I confess: I am Noob and maybe did somethings wrong. But this is what issue I had:

I set up an Ubuntu Server 16.04 and compiled the current feathercoincore from here. Got the daemon running etc. However, I created another account in the wallet. After listaccounts I saw two accounts like:

"": 0.0000 "account1":000000

all good so far. I dumped the public keys for the accounts and the privates to write down... More out of curiosity than anything else.

Later I managed to get x11 working and started to feathercoin-qt. I saw the two accounts (same public) but there where two more accounts with "" and one more with "account1". They had different publics. I renamed them in the GUI, went back to cli and did a listaccounts. Saw them all, no Problem.

I think i falsely created these accounts with the same account name. The cli seems to only see the first account with the Name.

wellenreiter01 commented 6 years ago

This needs to be verified to be fixed in 0.13. I assume you use 0.9.6.2, right?

There should be a check, that prevents creating an account, if an account with the same name already exists.

Bushstar commented 6 years ago

I'm closing this issue as it is now five months old and is possibly misinterpreted on the user's end, no offence meant. Accounts will be deprecated in the 0.18 release.