Post
Topic
Board Mining (Altcoins)
Re: yam M7v support XMR/QCN/BCN/FCN
by
Vikingfr
on 17/09/2014, 07:40:55 UTC
Anyone know if there's a way to specify an "@" in the password for YAM in yam-xmr.cfg?

I'm trying to mine here:

http://dwarfpool.com/xmr

Where you can put your email as the password to get status updates, however YAM treats everything after the @ as part of the server address in the following line:

mine = stratum+tcp://address.1:my@gmail.com@erebor.dwarfpool.com:8005:8050:8080:8100/xmr

anyone got any tips here?

I tried putting the email address in "'s but no joy. YAM tries to connect to a server at gmail.com@erebor.dwarfpool.com and obviously fails.

Also thanks to the person who created this! It's faster than Wolf's miner for me - enough to offset the developer fee!
Hi,

have you read the manual ?

Quote
4.4. Special characters in usernames and passwords

Usernames and passwords in mining target or proxy should have the following special characters percent-encoded (percent-escaped):
] [ ? / < ~ # ` ! @ $ % ^ & * ( ) + = } | : " ; ' , > { space

For detailed information on Percent escape, check out http://en.wikipedia.org/wiki/Percent-escape

On-line encoding tool can be found at http://html-codes.net/html/url-encode/