糖果机项目的更新权限

发布于 2025-02-12 09:33:59 字数 219 浏览 0 评论 0 原文

我的问题是关于接管一个部分铸造的CM项目。我对Solana开发不太熟悉。

我的一个好友正在接管一个项目的所有权。我只是想确认:如果将糖果机的权限更新到他的钱包中,并且他拥有CM ID,那么这是放弃以前所有权所需的一切?他可以自由地更改CM配置。

另外,每个铸造的NFT的权限也必须更新?不更新现有NFT的唯一缺点是无法更改特许权使用费吗?

在转让所有权时还有其他考虑吗? 提前致谢!

My question is regarding taking over a partially minted CM project. I'm not too familiar with Solana development.

A buddy of mine is taking over ownership of a project. I just wanted to confirm: if the authority of the candy machine is updated to his wallet and he has the CM id that's all that would be required to relinquish previous ownership? He'd be free to make changes to the CM configuration at that point.

Also, the authority of each minted NFT would have to be updated as well? Would the only downside of not updating the existing NFTs be not being able to change the royalties?

Is there anything else to consider in transferring ownership?
Thanks in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

惜醉颜 2025-02-19 09:33:59

已经部分的造币厂有一些需要更新以完全接管项目的东西。

您需要在旧所有者给您的Candymachinne的更新Auth Keypair上,或者如果他们不将其移交给您,或者让他们在此处执行一些操作,因为原始Keypair需要执行某些操作。

  1. 将candymachine CM更新为新的Authourity 。这将授予仅对CM的新钱包完全控制的访问权限,并且从那时起,所有NFT的铸造都将把他们的更新授权设置为新的Candymachine授权机构。
  2. 获得国库平衡(可选)。如果您要接管原始的treausry,那么请老所有者将私钥移交给国库帐户(极不可能),或者让他们将资金转移到您选择的钱包中。如果他们出于什么原因为您提供了库存钱包的钥匙,那么您,然后将此余额转移到您选择的钱包中。
  3. 更新CM财政部 - 当从Candymachine进行购买时,SOL被发送到国库地址,这显然需要是新所有者拥有的钱包。
  4. 将已经铸造的NFT更新为新的管理局。如果已经发生了铸造,那么这些NFT的更新授权将属于旧的Candymachine Authority(旧所有者)。为了保护这些NFT,您必须将其更新授权更新为新所有者。因此,这意味着您将需要Candymachine auth的原始私钥,否则您必须让原始所有者将其转移给您。

更新NFT权限的工具为 metaboss 。如果您在此处查看此页面 https://metaboss.rs/set.html 您可以使用命令来更新权威。显然,您还需要铸造所有当前NFT的快照,因此您可以运行设置auth命令。 https://metaboss.rs/snapshot.html

一旦您对NFT具有更新的权限,那么您就可以了更改版税%和其他所有内容。

An already partical mint has a few things that need to be updated to fully take over a project.

You'll need to have on hand the update auth keypair for the Candymachinne given to you by the old owner or have them perform some of the actions here if they do not hand it over as some actions need to be performaned by the original keypair.

  1. Update the CandyMachine CM to a new authourity. This will grant access to the new wallet full controll of the CM only and all NFT's minted from that point forward will their update authoritys will be set to the new candymachine authority on minting.
  2. Get Treasury Balance (optional). If you are taking over the original treausry then getting the old owner to either hand over the private key to treasury account (extremely unlikely) or by getting them to transfers the funds to wallet of your choosing. If they for what ever reason give you the keys to the treasury wallet then you then transfer this balance out to a wallet of your choosing.
  3. Update the CM treasury - When a purchase is made from a candymachine the SOL is sent to the treasury address, this obviously needs to be a wallet that new owner owns.
  4. Updating already minted NFT's to the new authority. If minting has already happened then the update authoritys for these NFT's will belong to the old candymachine authority (the old owner). To secure these NFT's you'll have to update the update authority of them to the new owner. So this means you will need the original private key of the candymachine auth or you will have to get the original owner to transfer the auth over to you.

A tool to update the authority of NFT's is Metaboss. If you look at this page here https://metaboss.rs/set.html there are a few commands you can use for updating the authority. You'll also obviously need a snapshot of all the current NFT's that have been minted so you can run the set auth commands. https://metaboss.rs/snapshot.html

Once you have update authority over the NFT's you can then change royalty % and everything else.

再见回来 2025-02-19 09:33:59

1.-是的,如果更改了权限,他只需要提供新的钱包地址,而新钱包将是唯一可以修改糖果机配置的钱包。

2.-所有已经铸造的NFT将连接到旧钱包上,新的NFT应该附着在新钱包上。为了将已经铸造的NFT的权威更改为新的机构,旧钱包必须使用 metaboss

3.-旧钱包可以更新NFT的每个数据(如果NFT标记为通常每个人都可以做到的可变),则可以更改图像,属性,特许权使用费,创建者数组,名称等。新钱包拥有所有NFT的权限,以免从项目的旧所有者那里获得恶意攻击,这一点非常重要。

1.- Yes, if the authority is changed he just need to provide the New wallet address, and that New wallet will be the only one that can modify the Candy Machine configs.

2.- All the already minted NFTs will be attached to the old wallet, the New minted NFTs should be attached to the New wallet. In order to change the authority of the already minted nfts to the New authority the old wallet have to do it using metaboss for example.

3.- The old wallet can update every data of the NFT (if the nft is marked as mutable that normally everyone does it), it can change the images, the attributes, the royalty fees, the creator array, names, etc. Its really important that the New wallet have the authority of all NFTs in order to not get malicious attacks from the old owners of the project that you wont be able to fix after.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文