Thanks for the answer!
My config file looks like this:
threads = 8
mining-params = pts:av=0&m=512
mine = xpt2h://yvg1900.pts_1:x@mining.ypool.net:10034:8080:8081:8082:8083:8084:8085:8086:8087/pts
mine = xpt2://Pm9LE8UxTo5TQZdfH2RqcbNfCBiK1KWCtV:x@112.124.13.238:28988/pts
mine = xram4://Pm9LE8UxTo5TQZdfH2RqcbNfCBiK1KWCtV@ptsmine.beeeeer.org:1337/pts
#proxy = socks4a://127.0.0.1:9150
compact-stats = 1
print-timestamps = 0
(yes, I kept your URIs, just to try if it is working)
when I ran it with: ./yam --config yam-pts.cfg
It tells me: Error: At least one mining target shall be defined with --mine parameter
(shouldn't it take the first parameter from the config?
since this doesn't work, I tried: ./yam --config yam-pts.cfg --mine xpt2h://yvg1900.pts_1:x@mining.ypool.net:10034:8080:8081:8082:8083:8084:8085:8086:8087/pts
and it tells me:
Miner version: yam M7m-linux64-core2/yvg1900
Checking target [xram4://Pm9LE8UxTo5TQZdfH2RqcbNfCBiK1KWCtV@ptsmine.beeeeer.org:1337/pts]...
Target OK
Error: boost::bad_any_cast: failed conversion using boost::any_cast
Maybe I am doing somehting very basic wrong, but I'm just not able to get it to work.
Thank you again for the help!