Closed eltech35 closed 2 years ago
-p m=solo
tried that but "ps aux" tells me it's still replaced by -p x
Are you running it through a script? You need to fix it in the script itself.
yep, made a script, modified the script with -p m=solo, same issue, even running it direct from command line and ps aux from another term session, ps aux tells me it uses -p x Given my hashrate 22Khs, perhaps no point to solo mine but still... super weird.
show sh file
cat avian.sh ./cpuminer-ryzen -a minotaurx -o stratum+tcps://stratum-eu.rplant.xyz:17068 -u RSFSaAp4m4atajNRJV7WpJb5fCZxMqTJfM.m2051 -p m=solo --threads=30 --api-bind 127.0.0.1:4069
(./cpuminer-ryzen -V
built on Oct 6 2021 with GCC 9.3.0 features: x86_64 SSE2 AVX AVX2 XOP
libcurl/7.75.0 OpenSSL/1.1.1j zlib/1.2.11 c-ares/1.17.0 jansson/2.13.1 ) Ryzen 9 5950x
the script is correct. look for where -p x comes from it looks like you're running a different script
Very weird
Le 8 janv. 2022 à 16:49, rplant8 @.***> a écrit :
the script is correct. look for where -p x comes from it looks like you're running a different script
was more thinking to a bug in interpreting the m=solo due to unexpected special character = in the password field. Could affect only the cpuminer-ryzen version ?
It's not a bug in the miner, you're calling it incorrectly somewhere
After 24h, pool side, rig is showed with correct hashrate and immature/balance/shares to 0, so i came to the conclusion it is actually solo mining. Have to deduct when you "ps aux" from command line, the password p x showed in the process line is here to obfuscate the password...simply.
Would be cool if pool.rplant.xyz could implement an "S" or "SOLO" in Workers tab for workers detected mining solo.
Thanks for your help @rplant8
Can't solo mine using password "m=solo"
Tried --pass=m=solo --pass="m=solo" --pass='m=solo' --pass=
m=solo
same with -p always switched by -p x at runtime (looking with ps aux)