x
what am I doing wrong
ccminer-x64 -a scrypt -o stratum + tcp: //yiimp.poolofd32th.club: 3433 -u WgszWSvFfBxbe4WcrAw1h4Conz5pKmsfyA -pc = WFR
pause
Too many spaces. stratum+tcp://yiimp.poolofd32th.club:3433 needs to be one single string.
Also, change
-pc = WFR
to
-p c=WFR
There needs to be a space after the -p, but no spaces in the c=WFR.