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

Stuck after "subscribed to jito tip stream" #5

Open
Puckapao opened this issue Apr 13, 2024 · 13 comments
Open

Stuck after "subscribed to jito tip stream" #5

Puckapao opened this issue Apr 13, 2024 · 13 comments

Comments

@Puckapao
Copy link

Puckapao commented Apr 13, 2024

There's no error or any progress after
"subscribed to jito tip stream"

this is my log and it stuck there for an hour.

Finished `release` profile [optimized + debuginfo] target(s) in 0.32s
     Running `target/release/ore-miner --rpc myrpc --priority-fee 1000000 bundle-mine-gpu --key-folder keys`
[2024-04-13T18:47:36Z INFO  ore_miner::bundle_mine_gpu] 25 keys loaded
[2024-04-13T18:47:36Z INFO  ore_miner::bundle_mine_gpu] splitted signers into batches
[2024-04-13T18:47:36Z INFO  ore_miner::bundle_mine_gpu] subscribed to jito tip stream
@shouc
Copy link
Collaborator

shouc commented Apr 14, 2024

  • have you registered these wallets on ore mining program?
  • what is your system config? are you using gpu or cpu?
  • can you run nvidia-smi and see whether nonce-worker-gpu is utilizing your gpu?

@Ec1ipseCmd
Copy link

Ec1ipseCmd commented Apr 14, 2024

I created 25 new wallets from the tool, saved them to .json files, funded them with 0.01 Sol, registered them, this continued to happen. Attempted to try it with a new WSL install, same issue. Moved over to a GPU VPS from Vast.ai, same issue.

This happens with the CPU version as well, showing that 0 miners started, but 25 accounts. This ramps the CPU like it is mining but nothing is actually going through.
image

image

@theostenmatrix
Copy link

same problem here. managed to claim and register wallets but stuck on jito tip stream

@tonyke-bot
Copy link
Owner

miner=0 is just saying that miner whose id is 0 just started. if you wait for long enough, will it say mining takes too long or mining done?

@theostenmatrix
Copy link

it doest say like that. it just purely stuck on jito tip stream

@bonedaddy
Copy link

Using an RTX 2070 I can see nonce-worker-gpu using the GPU, however it just hangs and doesn't return. From one of the other github issues i've tried

echo "1600000040ffffffffffffffffffffffffffffffffffffffffffffffffffffffff16e1dc4ef3f0d8c5b48c704e849a1401b2ece9996dc908aef3a8e7c3b52bb39367a6c4f30a982921716c17a91d07a0f1e4fe1523866dd77194ca009a915c54ca2ceb" | xxd -r -p | ./target/release/nonce-worker-gpu

but it never completes

@Puckapao
Copy link
Author

  • have you registered these wallets on ore mining program?

Registration not working too

[2024-04-14T15:47:03Z INFO  ore_miner::register] registering 0 accounts
  • what is your system config? are you using gpu or cpu?

Ubuntu 22.04 using WSL2 on Windows 11
Try to run both gpu and cpu
GPU does nothing.
CPU start with this and nothing progress.

[2024-04-14T16:43:42Z INFO  ore_miner::bundle_mine] miner started miner=0 accounts=25
  • can you run nvidia-smi and see whether nonce-worker-gpu is utilizing your gpu?

There's nonce-worker-gpu running in processes but N/A GPU Memory usage

@Puckapao
Copy link
Author

Could we reduce the worker or keys amount to test? I tried reduce Accounts::size() but still got the same issue.

@edwinosky
Copy link

image
same problem here
on Windows 11 intel i3 + GTX 1060 6GB
same in Ubuntu 22.04 intel i3 + GTX 1060 6GB
same in Ubuntu 20.04 intel i3 + GTX 1060 6GB
It also happens to me in WSL2 on Windows

@KR3ND31
Copy link

KR3ND31 commented Apr 15, 2024

image
image
Same problem, stuck on "subscribed to jito tip stream"
on my rig with a 3070ti it works, but on a rented Tesla V100 it doesn't

@shouc
Copy link
Collaborator

shouc commented Apr 15, 2024

image
image
Same problem, stuck on "subscribed to jito tip stream"
on my rig with a 3070ti it works, but on a rented Tesla V100 it doesn't

4090 works the best for mining. All newer NVIDIA GPUs have banned hashing, making mining extremely slow.

stuck on "subscribed to jito tip stream" means either your RPC is lagging / cannot connect to jito or the nonce worker is processing hashes too slow (gpu/cpu not powerful enough / too many accounts)

Also, ORE has increased mining difficulty a few hours ago. You would need one 4090 for every 25 accounts to catch up the speed.

@shouc
Copy link
Collaborator

shouc commented Apr 15, 2024

Using an RTX 2070 I can see nonce-worker-gpu using the GPU, however it just hangs and doesn't return. From one of the other github issues i've tried

echo "1600000040ffffffffffffffffffffffffffffffffffffffffffffffffffffffff16e1dc4ef3f0d8c5b48c704e849a1401b2ece9996dc908aef3a8e7c3b52bb39367a6c4f30a982921716c17a91d07a0f1e4fe1523866dd77194ca009a915c54ca2ceb" | xxd -r -p | ./target/release/nonce-worker-gpu

but it never completes

This command shall finish instantly with good GPUs. Likely your GPU driver is not properly installed or your GPU has trouble doing hashing. You can rent a GPU from RunPods etc. for ~$0.2/hr

@johnt1314
Copy link

johnt1314 commented Apr 16, 2024

  • have you registered these wallets on ore mining program?

Registration not working too

[2024-04-14T15:47:03Z INFO  ore_miner::register] registering 0 accounts
  • what is your system config? are you using gpu or cpu?

Ubuntu 22.04 using WSL2 on Windows 11 Try to run both gpu and cpu GPU does nothing. CPU start with this and nothing progress.

[2024-04-14T16:43:42Z INFO  ore_miner::bundle_mine] miner started miner=0 accounts=25
  • can you run nvidia-smi and see whether nonce-worker-gpu is utilizing your gpu?

There's nonce-worker-gpu running in processes but N/A GPU Memory usage

Same did happened to me. With a Nvidia 3080, Ubuntu 22.04, WSL 2 on Window 11. Currently using paid QuickNode rpc. Able to claim ore but not mine command.

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

10 participants