Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to register #18

Open
ingtellect opened this issue Apr 14, 2024 · 1 comment
Open

Unable to register #18

ingtellect opened this issue Apr 14, 2024 · 1 comment

Comments

@ingtellect
Copy link

ingtellect commented Apr 14, 2024

  • Windows 10 WSL ubuntu 20.04
  • Cuda version 12.4
  • 1080Ti

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
Copy link
Collaborator

shouc commented Apr 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants