机器人能够在糖果机中造成绕过白名单令牌的糖果机吗?

发布于 2025-02-13 11:41:05 字数 720 浏览 0 评论 0原文

这是与元磁糖机有关的问题。

我注意到机器人能够造成绕过白名单令牌。

这是我拥有的白名单配置:

{
    "price": 1,
    "number": 777,
    "gatekeeper": null,
    "solTreasuryAccount": "REDACTED",
    "splTokenAccount": null,
    "splToken": null,
    "goLiveDate": "29 June 2022 00:00:00 GMT",
    "endSettings": null,
    "whitelistMintSettings": {
        "mode" : { "neverBurn": true },
        "mint" : "REDACTED",
        "presale" : true,
        "discountPrice" : 0.01
    },
    "hiddenSettings": null,
    "storage": "arweave",
    "ipfsInfuraProjectId": null,
    "ipfsInfuraSecret": null,
    "nftStorageKey": null,
    "awsS3Bucket": null,
    "noRetainAuthority": false,
    "noMutable": false
}

这是怎么可能的?

This is a question related to the Metaplex candy machine.

I noticed that bots are able to mint bypassing the whitelist tokens.

This is a whitelist config I had:

{
    "price": 1,
    "number": 777,
    "gatekeeper": null,
    "solTreasuryAccount": "REDACTED",
    "splTokenAccount": null,
    "splToken": null,
    "goLiveDate": "29 June 2022 00:00:00 GMT",
    "endSettings": null,
    "whitelistMintSettings": {
        "mode" : { "neverBurn": true },
        "mint" : "REDACTED",
        "presale" : true,
        "discountPrice" : 0.01
    },
    "hiddenSettings": null,
    "storage": "arweave",
    "ipfsInfuraProjectId": null,
    "ipfsInfuraSecret": null,
    "nftStorageKey": null,
    "awsS3Bucket": null,
    "noRetainAuthority": false,
    "noMutable": false
}

How is this possible?

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

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

发布评论

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

评论(1

盛夏已如深秋| 2025-02-20 11:41:05

您将您的预售设置为真,而戈尔维尔特(Golivedate)则是过去。当您设定预售时:正确意味着白色列表将在戈尔维尔特酸盐之前得到apl,但是当发生戈尔维尔德时,您的造币厂将不是预售,并且将是公共造币厂。

您可以设置预售:false,因此您的薄荷将是白色列表(将使用goleverestate用作薄荷开始日期),或者您可以将golivedate设置为将来的日期并继续使用预售:是的,所以您的薄荷是白色的预售薄荷直到满足戈尔维德。

更改和保存UR配置文件后,请确保运行Update_candy_machine。

还请阅读 fhe noreferrer“> fhehiteList” >因此,您可以提供有关此信息的更多信息。

You set ur presale to true and goLiveDate is on the past. When you set presale: true means that whitelistSettings will be aplied before goLiveDate but when goLiveDate happens your mint will not be a presale and will be a public mint.

You can set presale: false so ur mint will be a whitelistMint (will be using goLiveDate as mint start date) or you can set goLiveDate to a date in the future and keep using presale: true, so ur mint will be a whitelist presale mint till the goLiveDate is met.

Make sure to run update_candy_machine after changing and saving ur config file.

Also take a read to the whitelist settings examples on the official docs so you can have more info about this.

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