Post
Topic
Board Announcements (Altcoins)
Re: [ANN] WFR - Game of Coins - The Alchemists Guild presents their work.
by
Ellendra
on 22/01/2018, 18:28:46 UTC


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
Quote
-pc = WFR
to
Quote
-p c=WFR
There needs to be a space after the -p, but no spaces in the c=WFR.