Skip to content
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

Unable to send Byron era #3142

Open
gitstar2022 opened this issue Feb 17, 2022 · 7 comments
Open

Unable to send Byron era #3142

gitstar2022 opened this issue Feb 17, 2022 · 7 comments
Assignees
Labels

Comments

@gitstar2022
Copy link

Having issues sending Byron era ada which was not moved into shelley with fork. How can this be resolved. Is it possible to get an old version of Daedalus (2.0.0) to attempt to do this here.

@nikolaglumac
Copy link

Old versions of Daedalus will not help you as they can no longer connect to the network.
Please share more details:

  • Do you have access to your Byron wallet in the latest Daedalus version?
  • Do you see the correct balance?
  • What error do you get when trying to send funds from that wallet?

Logs and screenshots would help us a lot 🙏

@nikolaglumac nikolaglumac self-assigned this Feb 17, 2022
@nikolaglumac nikolaglumac assigned rvl and unassigned nikolaglumac Feb 17, 2022
@nikolaglumac
Copy link

@rvl this is the individual who has reached out to us via Twitter.
Please let us know if there is any progress on this issue 🙏

@gitstar2022
Copy link
Author

#2395
@rvl @nikolaglumac could anything on the above issue help solve the problem. Secret.key file is not in json version so also unable to drop it into any other wallets

@rvl rvl transferred this issue from input-output-hk/daedalus Feb 17, 2022
@rvl
Copy link
Contributor

rvl commented Feb 17, 2022

There are 3 separate bugs from the 2017 code which apply to this.

  1. One is that the cardano-sl wallet never generated address indices in the hardened index range.
  2. The other is that deriveXPub used the wrong range for hardened indices.
  3. The last seems to be an off-by-one error for address indices.
    I need to run some tests locally to reproduce it - then we can use a few CLI commands to verify with your wallet, and then we can come up with the procedure to spend the funds.

@gitstar2022
Copy link
Author

Ok thats great, do you have any kind of timeline for a fix on this issue.

@gitstar2022
Copy link
Author

Also from one Aussie to another - THANK YOU!!

@gitstar2022
Copy link
Author

No thanks @fukur0kuju - I’m working directly with @rvl and IOHK. I don’t have any desire to be scammed considering you are asking people for money upfront and tagging everyone. Something is a bit fishy. This is not an issue that anyone can fix. I have trust in the Iohk team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants
@nikolaglumac @rvl @gitstar2022 and others