ore-miner icon indicating copy to clipboard operation
ore-miner copied to clipboard

Stuck after "subscribed to jito tip stream"

Open Puckapao opened this issue 10 months ago • 13 comments

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

Puckapao avatar Apr 13 '24 18:04 Puckapao

  • 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?

shouc avatar Apr 14 '24 04:04 shouc

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

Ec1ipseCmd avatar Apr 14 '24 05:04 Ec1ipseCmd

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

theostenmatrix avatar Apr 14 '24 08:04 theostenmatrix

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?

tonyke-bot avatar Apr 14 '24 08:04 tonyke-bot

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

theostenmatrix avatar Apr 14 '24 09:04 theostenmatrix

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

bonedaddy avatar Apr 14 '24 10:04 bonedaddy

  • 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 avatar Apr 14 '24 16:04 Puckapao

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

Puckapao avatar Apr 14 '24 16:04 Puckapao

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

edwinosky avatar Apr 15 '24 00:04 edwinosky

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

KR3ND31 avatar Apr 15 '24 20:04 KR3ND31

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 avatar Apr 15 '24 21:04 shouc

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

shouc avatar Apr 15 '24 21:04 shouc

  • 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.

johnt1314 avatar Apr 16 '24 15:04 johnt1314