Open makoshark2001 opened 6 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.
miner shouldn't split the user string, there is no logic in code for that. Try to escape parameter like --user "mywallet@email.com"
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.