tonyke-bot / ore-miner

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

Stuck after "subscribed to jito tip stream" #5

Open Puckapao opened 2 months ago

Puckapao commented 2 months ago

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 commented 2 months ago
Ec1ipseCmd commented 2 months ago

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 commented 2 months ago

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

tonyke-bot commented 2 months ago

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 commented 2 months ago

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

bonedaddy commented 2 months ago

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 commented 2 months ago
  • 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 commented 2 months ago

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

edwinosky commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago
  • 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.