Open kevychchi opened 7 months ago
Same problem!
increase CU budget to fix
Confirms: [Some(TransactionStatus { slot: 258322725, confirmations: Some(0), status: Err(InstructionError(2, InvalidAccountOwner)), err: Some(InstructionError(2, InvalidAccountOwner)), confirmation_status: Some(Confirmed) }), Some(TransactionStatus { slot: 258322723, confirmations: Some(1), status: Err(InstructionError(2, InvalidAccountOwner)), err: Some(InstructionError(2, InvalidAccountOwner)), confirmation_status: Some(Confirmed) }), None, None] Transaction landed! Claimed 3.12364093 ORE to account DVefbHqaRGT3NSAX2S5snLdQpzNroirZaLWxLea75Mg 3kK6xUHtRmMw8vTjKqnZsJ64SHLP6pxzphhJ1at7FcsTv4PWZRLBq58BqiCoPXD6arbtCHaeQ53ZCg8vsWwMTPah
I think the problem is that it initialized the sub account but didnt fund it? Not quite sure how to go about fixing it, hoping someone can help
What command are you using?
Confirms: [None, None, Some(TransactionStatus { slot: 258401840, confirmations: Some(4), status: Err(InstructionError(2, InvalidAccountOwner)), err: Some(InstructionError(2, InvalidAccountOwner)), confirmation_status: Some(Confirmed) })] Transaction landed!
I encounter this problem again. Only one of my addresses has this problem. The main difference is that when I create this account, I use solana-keygen new --derivation-path --force
. But for other accounts, I only use solana-keygen new
.
My command is:
ore --rpc https://swr.xnftdata.com/rpc-proxy/ --keypair ~/.config/solana/id.json --priority-fee 5000000 claim 0.1
Confirms: [Some(TransactionStatus { slot: 258493868, confirmations: Some(6), status: Err(InstructionError(2, InvalidAccountOwner)), err: Some(InstructionError(2, InvalidAccountOwner)), confirmation_status: Some(Confirmed) })]
have the same problem! nothing to do with that?
have the same problem!.
Can't claim even with fee 20000000.
ore --rpc https://sly-thrilling-season.solana-mainnet.quiknode.pro/8386f0bdf29c74113878s723efat51cb0f19a644 --keypair ~/id.json --priority-fee 20000000 claim 0.005 5uYmUH6dpSwXdny185ESazUv45XJkBxtQT5z4v56kJKF Submitting claim transaction... Attempt: 0 65BMYgZDSLKMvbcUSGVAb7SQp1TJcAvG9kCe45kwCtfZM9ue2k3pPG1MzDnaGWAR8gbS8c6KBdBqqRSS74Viayhg Confirms: [None] Confirms: [Some(TransactionStatus { slot: 260046857, confirmations: Some(4), status: Err(InstructionError(2, InvalidAccountOwner)), err: Some(InstructionError(2, InvalidAccountOwner)), confirmation_status: Some(Confirmed) })] Transaction landed! Claimed 0.005 ORE to account 5uYmUH6dpSwXdny185ESazUv45XJkBxtQT5z4v56kJKF 65BMYgZDSLKMvbcUSGVAb7SQp1TJcAvG9kCe45kwCtfZM9ue2k3pPG1MzDnaGWAR8gbS8c6KBdBqqRSS74Viayhg
Confirms: [Some(TransactionStatus { slot: 258322725, confirmations: Some(0), status: Err(InstructionError(2, InvalidAccountOwner)), err: Some(InstructionError(2, InvalidAccountOwner)), confirmation_status: Some(Confirmed) }), Some(TransactionStatus { slot: 258322723, confirmations: Some(1), status: Err(InstructionError(2, InvalidAccountOwner)), err: Some(InstructionError(2, InvalidAccountOwner)), confirmation_status: Some(Confirmed) }), None, None] Transaction landed! Claimed 3.12364093 ORE to account DVefbHqaRGT3NSAX2S5snLdQpzNroirZaLWxLea75Mg 3kK6xUHtRmMw8vTjKqnZsJ64SHLP6pxzphhJ1at7FcsTv4PWZRLBq58BqiCoPXD6arbtCHaeQ53ZCg8vsWwMTPah
I think the problem is that it initialized the sub account but didnt fund it? Not quite sure how to go about fixing it, hoping someone can help