Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin, new prime nrs. POW **CPU-ONLY** NEW 0.9.1 CLIENT
by
voingiappone
on 05/06/2014, 01:08:20 UTC
The "batch file" is called shell script. You can make one by creating a file:

Code:
nano my_script.sh

Then paste this in:

Code:
#!/bin/bash
./xptminer-sse4-b15 -o http://ypool.net -u . -p -t 4

then make it executable:

Code:
chmod +x my_script.sh

------------
As for the miner error: maybe you lost the executable switch when copying. Try the chmod +x on that file to....

hope this helps