tonyke-bot / ore-miner

ORE Miner built on top of Jito bundle with both CPU and GPU support.
464 stars 213 forks source link

Unable to register #18

Open ingtellect opened 5 months ago

ingtellect commented 5 months ago

Thanks for the great program. I can mine with 25 wallets and now try with more wallets but got some error. I generated 75 wallets with generate-wallet command and send 0.001 sol to each of them. And send 0.01 sol to one of the wallet. Then tried register

RPC_URL=https://mainnet.helius-rpc.com/?api-key=
KEY_FOLDER=/home/keys

cargo run --release -- \
    --rpc $RPC_URL \
    --priority-fee 500000 \
    register \
    --key-folder $KEY_FOLDER \

But failed with error:

[2024-04-14T18:24:52Z INFO  ore_miner::register] registering 75 accounts
[2024-04-14T18:24:53Z ERROR ore_miner::register] fail to simulate transaction: Error processing Instruction 0: custom program error: 0x1
[2024-04-14T18:24:53Z ERROR ore_miner::register] fail to simulate transaction: Error processing Instruction 0: custom program error: 0x1
[2024-04-14T18:24:53Z ERROR ore_miner::register] fail to simulate transaction: Error processing Instruction 0: custom program error: 0x1

Then I remove 50 accounts and tried with 25 accounts including the one with 0.011 sol

but pretty much same result

[2024-04-14T18:29:28Z INFO  ore_miner::register] registering 25 accounts
[2024-04-14T18:29:28Z ERROR ore_miner::register] fail to simulate transaction: Error processing Instruction 0: custom program error: 0x1

sometimes this error

[2024-04-14T18:26:43Z INFO  ore_miner::register] registering 25 accounts
[2024-04-14T18:26:43Z ERROR ore_miner::register] fail to simulate transaction: Blockhash not found
shouc commented 5 months ago

Don’t use helius. Their free version RPC is unstable. Try quicknode or hellomoon