Hello everyone,
First time post trying to get the miner up and running. I'm running into a problem on the last command to connect my wallet to the pool. Here is what I'm encountering:
root@Protoshares:~/ptsminer/src# cd ~/ptsminer/src && ./ptsminer <Pp3YQebfAe8BbxJJ8LMer2NGbAY1Q2TFzy> <2>
bash: syntax error near unexpected token `<'
root@Protoshares:~/ptsminer/src# cd ~/ptsminer/src && ./ptsminer Pp3YQebfAe8BbxJJ8LMer2NGbAY1Q2TFzy 2
bash: ./ptsminer: No such file or directory
root@Protoshares:~/ptsminer/src# ./ptsminer <Pp3YQebfAe8BbxJJ8LMer2NGbAY1Q2TFzy> <2>
bash: syntax error near unexpected token `<'
root@Protoshares:~/ptsminer/src# ./ptsminer Pp3YQebfAe8BbxJJ8LMer2NGbAY1Q2TFzy 2
bash: ./ptsminer: No such file or directory
root@Protoshares:~/ptsminer/src#
Ubuntu: 12.04
Host: Mac 10.7.2 2 x 3 GHz Quad-Core Intel Xeon
Has anyone else run into this? First attempt at mining so please feel free to point out the stupid obvious mistake! I've followed both the updated mining guide from the protoshares website and the original script on this thread with the same results. Any help would be greatly appreciated!
Thanks,
Parker
PTS:Pp3YQebfAe8BbxJJ8LMer2NGbAY1Q2TFzy
1) you shouldn't be using root
2) you dont need to change to a directory you're already in
3) you wouldn't use < > for this, it'd be ' ' , but it isnt necessary here anyway
4) ptsminer doesn't exist in /ptsminer/src, either because you never compiled it or because it has a different filename. i have no clue. use ls -latr