andru-kun / wildrig-multi

multi algo miner for AMD, NVIDIA and Intel gpu's
247 stars 50 forks source link

ProgpowZ on Kryptex #298

Open makoshark2001 opened 3 months ago

makoshark2001 commented 3 months ago

Kyrptex uses your email address as the wallet you are mining to and it appears that the miner does not like sending an email address as the user. It appears to break it down and only send the info after the @ symbol in the address.

andru-kun commented 3 months ago

miner shouldn't split the user string, there is no logic in code for that. Try to escape parameter like --user "mywallet@email.com"