0

上传我的资产后,我正在尝试创建糖果机

ts-node src/candy-machine-cli.ts create_candy_machine --env devnet --keypair "~\.config\solana\devnet.json" -s xxx -p 1

但我遇到了

Transaction simulation failed: Error processing Instruction 0: custom program error: 0x8f Program cndyAnrLdpjq1Ssp1z8xxDsB8dxe7u4HL5Nxi2K5WXZ invoke [1] Program 11111111111111111111111111111111 invoke [2] Program 11111111111111111111111111111111 success Program log: Custom program error: 0x8f Program cndyAnrLdpjq1Ssp1z8xxDsB8dxe7u4HL5Nxi2K5WXZ consumed 17076 of 200000 compute units Program cndyAnrLdpjq1Ssp1z8xxDsB8dxe7u4HL5Nxi2K5WXZ failed: custom程序错误:0x8f

关于 metaplex 的 issue-exploer 的帖子谈到了错误:0x8f 似乎与我的情况不符。

4

1 回答 1

0

我的问题出在 param-s xxx中,xxx应该是钱包公钥,但我粘贴了 candy-machine init 公钥。

于 2021-12-12T05:08:40.630 回答