metaplex-foundation / goose

A CLI for interacting with the mpl-migration-validator program.
4 stars 4 forks source link

We start pNFT migrate from metaplex site with ledger. And can't now start or update authority with goose #11

Closed 0xkumo closed 1 year ago

0xkumo commented 1 year ago

We start pNFT migrate from metaplex site with ledger. And can't start process. So change all update authority of nfts to new wallet. But now can't update authority that regisetered to collection_info. image Can 't use keypair because it is ledger wallet. Please make goose cli can use with wallet sign or remove our account from program. https://solscan.io/account/32UBY2qFfWFxxpv6SWctgRr95LnLC9EFGo2yUFVuLXqR

samuelvanderwaal commented 1 year ago

Goose doesn't currently have support for Ledger wallets, I'm not sure if we'll be able to add that. If you want an immediate solution you can migrate your items to a new Collection using collections.metaplex.com or metaboss.

0xkumo commented 1 year ago

I finally changed authority from Ledger wallet to normal wallet. But still get error while migrate it, like this. image This is error image Please review it and reply me that's wrong with it.

Info Bellow.

mint: 5iwFavPxXKvnSoyPWHzYB6F5EfbvQq6U3jrS7GXUs3EA authority: AxVR1S5Wzp74YfzDYespasU5cgjjemR33uMsaQF2Tp7H rule_set: eBJLFYPxJmMGKuFwpDWkzxZeUrad92kZRC5BJLpzyT9 delegate_record: BP2gHVFZG7HbYWJNgL4PYGQLASoQLzyDeRjLooBz8cRh status: MigrationStatus { unlock_time: 1674595820, is_locked: false, in_progress: true, items_migrated: 0, },

samuelvanderwaal commented 1 year ago

@happyday03518 have you updated all of the NFTs in the collection to the new update authority or just the collection parent NFT?

0xkumo commented 1 year ago

I updated all nfts of course. But If I start migration via metaboss. No one success, Same from royaty,metaplex.com.

samuelvanderwaal commented 1 year ago

I updated all nfts of course. But If I start migration via metaboss. No one success, Same from royaty,metaplex.com.

Ok, as long as all NFT items have the same update authority as the collection we can fix this. I am working on a solution, please give me a couple of hours. :slightly_smiling_face:

samuelvanderwaal commented 1 year ago

@happyday03518 In the mean time can you give me a couple example NFT mints from the collection?

0xkumo commented 1 year ago

Yes. ["Fdpt8VF5qsDSZjJgb3RQUXH3yK6CqSvrfrmoygxC6iv6" , "DbKMU1tmGD46YJs4qCQ5wMqfEuojWMHhNzUE8xFS9Jco"] These two are nfts of collection. Let me know if you need whole list. Thank you.

samuelvanderwaal commented 1 year ago

Fixing this is more complicated than I anticipated but I think I can figure out a solution tomorrow.

0xkumo commented 1 year ago

Thank you very much.

samuelvanderwaal commented 1 year ago

@happyday03518 you should be able to run goose start again to update the delegate record and after that you should be able to migrate. If you have issues with some of the migration failing please see the new goose check command which will let you get a list of ones that are unmigrated so you only have to re-run failed attempts.

0xkumo commented 1 year ago

Yeah. Thanks to your work , problem solved successfuly. Thank you very much cool man.