Post
Topic
Board Mining (Altcoins)
Re: [ANN] rhminer - an optimized CPU+GPU miner for the RandomHash algorithm
by
tlaskows
on 31/01/2019, 18:23:04 UTC
1.3 doesn't detect any devices on windows (system with amd card)
rhminer is for nvidia devices only, no support yet for amd cards.

Isn't 1.3 CPU only? So it should not care about a GPU and just run regardless?
your bat file looks like this?
:start
  REM Mining on mine.pool.pascalpool.org with four CPU thread
  rhminer.exe -r 20 -s stratum+tcp://mine.pool.pascalpool.org:3333 -su ACCOUNT.0.WORKER/EMAIL -cpu -cputhreads 4
goto start

yup, the same, except it just exits without any message

rhminer -completelist
rhminer -list

also return nothing


1.2 runs fine, but its significantly slower

Mine is almost the same.  It looks exactly like this:

Code:
#!/bin/bash
while true
do
./rhminer -r 40 -s mine.pool.pascalpool.org:3335 -su 1300300-41.0.xeon/noname@gmail.com -cpu -cputhreads 24
sleep 5s
done

It has been running for 1-2 months and it's still running without crashing once.

I will consider switching back to Windows if it crashes.