-
Notifications
You must be signed in to change notification settings - Fork 15
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
[bug] I have 2163 ion lost in a transaction address I cannot get access to #166
Comments
Aside from this reported bug, do you have any old wallet.dat files backed up from the previous installation on your computer, even in an erroneous location on a machine, usb backup or otherwise? You can search your computer in the file explorer by typing wallet.dat in the search bar and hitting return, then check the folder location to see if perhaps it may be relevant. |
Did you try the 1280kb backup, it is best to backup all files in your current data directory to a secure marked location, copy back the peers.dat file and that 1280kb file and see what happens on wallet start up, turn on coin control and click send when started, you can then see from coin control if the address you sent ION to is there within that wallet.dat file - This method is somewhat quicker than the Debug Console method I feel. (getaaddressgroupings) |
This address is stored (and retrieved) through the Qt settings: This makes it very well possible that the private key can be found in any of the other wallet.dat files that you have in any other folder. The one you used when this functionality was first introduced.. If you'd be using Linux or OSX, I could give you a pywallet script that would scan your disk for private keys.. In your case, perhaps try to read those other wallet.dat files through the Qt.. |
This behavior seems to be changed/fixed in the next update. |
I transferred Ion from ionomy.com to my ION QT. The address I used was the pre-populated address in my wallet which is as follows: ipDuc3ZW7ZHiXy3seLaHjjnKLGqrvg4epr
In screenshot labeled: ION QT Receive address
after waiting 4 hours my ION coin did not send to my wallet.
To Reproduce
Steps to reproduce the behavior:
I previously had installed ION QT back in February. I did a reinstalled of the ION qt by finding the current releases and installing "ion-3.1.01-win64-setup-unsigned"
Once installed I synced the full ION blockchain after 8 hours I decided to turn on Encryption on my wallet and set a password Screenshot labeled: Encrypt wallet on ION QT
With wallet installed and synced and encryption turned on I then restarted my wallet and made sure the encryption had taken affect. I let it sync and looked good I then waited 20 minutes. I now Sent coin from Ionomy.com to my address populated in my QT ipDuc3ZW7ZHiXy3seLaHjjnKLGqrvg4epr.
Here is the Ionomy.com screenshot confirming withdraw labeled: Ionomy com withdrawal
The link on View transaction sends me to the following link: https://chainz.cryptoid.info/ion/tx.dws?5a7aba31edbe5dfd83bfaf5257b6a6a3679826135a500f13211d8ecdf5a8fc66
The screenshot for the link is labeled: Ionomy com list to chainz
The Ionomy.com site confirms my transaction that was sent from Ionomy.com to the ION QT that was pre populated as shown in sceenshot "ION QT Receive address" is the correct address it was sent to. I waited the 4 hours and was confused as to where my ION coin went. I then ran the following wallet repair function on my current wallet found a Tools -> Wallet Repair -> Recover transactions 1 to see if there was in issue on the QT. You can find the screenshot of what I tried in screenshot labeled "ION QT Recover transactions 1". After running this I still did not see my ION coin.
I then ran the QT wallet repair function called Rebuild Index thinking my dat file might be corrupt. The function I ran can be found in screen shot labeled: " ION QT rebuild index"
I then let the wallet resync and left the wallet for 24 hours and my ION had still show in my wallet.
5 I then talked with a member of the ION support team. That member asked me to do the following on the screenshot ION QT Receiving tab please check the box Reuse an existing receiving address. I checked that box and then was asked to click on Receiving Address button.
You can see in the screenshot labled "ION QT Receiving tab checkbox and button"
In the ION QT -> Receiving tab-> Receiving Addresses button page there was not ION Address for receiving payments listed. You can see the result in screenshot labeled "ION QT - Receiving tab - Receiving Addresses Button page"
I was told to generate a receiving address by hitting the button new - see screenshot labeled "ION QT - Receiving tab - Receiving Address page - New button"
The address that was presented and the "Pre populated in my Receiving Address tab then changed from ipDuc3ZW7ZHiXy3seLaHjjnKLGqrvg4epr at listed in screenshot "ION QT Receive address" to a different address "imz6qPPgDTZGCwjw2ZGu4coZhaZSyQoPZr" which can been in currently as my default populated Receiving address on my Wallet by viewing screenshot labeled: "ION QT - Receiving tab - Receiving Addresses Button page" in the background.
6 I proceeded to try the following command which was advised to me from the ION support member to run my debug console and check the following command "dumpprivkey ipDuc3ZW7ZHiXy3seLaHjjnKLGqrvg4epr" The information got back from the debug console was "Private key for address ipDuc3ZW7ZHiXy3seLaHjjnKLGqrvg4epr is not known (code -4)"
look at screenshot labled "ION QT - Debug console - dumpprivkey"
I am not sure what to do at this point I have copied my backup dat files in the ion qt backup files found here "C:\Users\Home1\AppData\Roaming\ioncoin\backups" and I tried restoring eveyone of those dat files and still nothing has the receiving address priv key or my ION coins.
Expected behavior
When a Receiving address is listed in a QT pre-populated as a user my assumption is that address is a valid address to receive coin and should be linked to my wallet. I would not understand it I have to hit New address if an address is already posted as being on my wallet.
So When I sent coins I should have received them to my QT wallet from that address.
Desktop (please complete the following information):
version 1803
The text was updated successfully, but these errors were encountered: