Yea, I'll wait for the installer as I am receiving
root@linuxcoin: cp --preserve -R {bin,boot,etc,home,initrd,img,lib,lib32,lib64,opt,root,run,sbin,selinux,srv,usr,var,vmlinuz}home/user/linuxcoin
cp:cannot copy a directory, 'home', into itself, '/home/user/linuxcoin/home'
cp:cannot stat 'initrd': No such file or directory
cp:cannot stat 'img' : No such file or directory
Its because you've put a comma instead of a dot

cp --preserve -R {bin,boot,etc,home,initrd,img,lib,lib32,lib64,opt,root,run,sbin,selinux,srv,usr,var,vmlinuz}home/user/linuxcoin
should be
cp --preserve -R {bin,boot,etc,home,initrd.img,lib,lib32,lib64,opt,root,run,sbin,selinux,srv,usr,var,vmlinuz}home/user/linuxcoin
i downloaded LinuxCoin 0.2b-final and cant figure out how to start smartcoin with this version . does anybody know the commands to start smartcoin ?
Jen
You have to install it first.
cdopt/smartcoin
./smartcoin_install.sh
smartcoin
I just accepted the lincense, But now i got this error (both with default kernel and phatk)
[02/08/2011 17:22:17] FATAL kernel error: Failed to load OpenCL kernel!
Type sudo in before you run your phoenix line, only have to do it once, unless you change the kernel.
Thanks, got it working.
Thats strange that in the previous version, i didnt have to su root
It's because of the heightened security
