Post
Topic
Board Pools
Re: Video Guide: How to make your own bitcoin mining pool
by
superking123
on 28/05/2014, 23:10:39 UTC
I am getting this error:

chown: cannot access ‘public/templates/compile’: No such file or directory
chown: cannot access ‘public/templates/cache’: No such file or directory

i checked the git, and shows [[MOVED] Removed include and templates from public [TESTING]]

any idea if we need to do any extra step?

This is becase of the new directory structure in the MPOS software on github.

I've update the tutorial on youtube, but essentially you just need to change the command to conform to the new directory structure so do:

chown -R www-data templates/compile templates/cache logs

Hope that helps