regolith-labs / ore

ORE is a proof-of-work token everyone can mine.
https://ore.supply
658 stars 225 forks source link

Trying to claim, keep throwing error when generating new token account #29

Open coole7801 opened 5 months ago

coole7801 commented 5 months ago

Have claimed once before and added a few new wallets to start mining. All the new ones I haven't claimed from yet have about .01 in them. When I run ore --keypair ~/.config/solana/id10.json --rpc "my-rpc/" --priority-fee 40000000 claim, I throw:

Creating token account 5X7DXLbMH9V6Q1zBpR8ZjNqirVTA5YxZRv93uHUwLJo2... Simulaton error: InstructionError(0, Custom(1)) Simulaton error: InstructionError(0, Custom(1)) Simulaton error: InstructionError(0, Custom(1)) Simulaton error: InstructionError(0, Custom(1)) Simulaton error: InstructionError(0, Custom(1)) Transaction failed: Error { request: None, kind: Custom("Simulation failed") }

Then It tries to submit the claim transaction and none of them land. Any solutions?