-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I transfer all the DOT to my another account #142
Comments
balances.KeepAlive Exception when I want transfer, how can I do if I want to transfer all DOT to another account |
@Zeusxs it means that you are using your account in some way where you cannot transfer the full balance. For example if you have some lock on your account or some reserved balance. Maybe you have a identity registered, you are staking, you are voting, etc... Whatever it is, you need to undo those things. |
Thanks a lot, I check my account , and three of them transfer successfully. only one accound(I check no identity registered, no staking, no voting) still have this problem. Is there any RPC method that I can query my account state |
@Zeusxs please dont open another issue. Just post your address and we can look to see what the issue might be. |
This is my address: 123dYiYNBwu4Wy8FjPuz259e5zhfiFWxdFcPqEm1e8YsAMs8 |
The problem here is likely because of the Will need more time to investigate |
Yeah, I used |
@Zeusxs i think that is reasonable. Also remember things in the session pallet take a full session to take effect. |
I try to made RPC method( |
@Zeusxs I have opened an issue ^ We will continue to investigate. There is not much that can be done for the moment. Sorry about that. |
nice for you!, I just feel sad about my 1 DOT~, Ha Ha Ha |
If we can find a bug, I will make sure to open a tip for you for more than 1 DOT for reporting this bug to us :) |
@Zeusxs We saw that the first thing you tried to do was become a validator. To your knowledge, did that work? |
@Zeusxs We found the issue. Basically the Before you cleaned up your keys, you stopped becoming a validator, so you were not able to call You will need to set your account to become a a validator again, remove the keys from your account, then stop being a validator. There may be another improvement we can make to the story here to make it so that you dont need to become a validator again, but this is something for the future. What is the current Polkadot Address we can use for a small bug reporting tip? |
Here is my address, 123dYiYNBwu4Wy8FjPuz259e5zhfiFWxdFcPqEm1e8YsAMs8 |
Are you a programmer? you might be interested to make a PR to solve the issue I opened here ^^ And it would solve your issue too :) |
actually I'm a programer, but I'm not familiar with Rust language. So it maybe diffcult for me to solve this issue |
For further investigation, the track of changes of the account of subject is:
Seems like paritytech/substrate#8543 will solve it, but haven't looked further yet. |
Have this bug been solved? I still can't transfer my DOT and calling purgeKey remain fail |
I have five account on polkadot, and they all have a little bit DOT,but when I transfer(close keep alive switch) the DOT, it alway tell me that Exception balances.keepalive, what should I do? If I leave 1 DOT on account, I lost 4 DOT?
The text was updated successfully, but these errors were encountered: