I wear
1 ° git clone https://github.com/Creepsky/creepMiner
2 ° cd creepMiner
3 ° sh ./install-poco.sh
I get it later
4 ° sh: 0: can't open ./install-poco.sh
5 ° ls
and the install-poco file is not there, I've used everything, but it's no use because this file is not in the creepminer folder, I tried to install it manually but I get errors.
Can someone help?
Yes i also stuck at process number 4, can someone help us?? thank you
yeah, you go to this file https://github.com/Creepsky/creepMiner/blob/master/README.md
Steps:
Install Python
Install Conan: pip install conan
Install Poco: conan install . -s compiler.libcxx=libstdc++11 --build=missing (inside the creepMiner root dir)
Where do you see "sh ./install-poco.sh" there?
I am using this method https://github.com/Creepsky/creepMiner/wiki/Compilation-&-Installation-on-Debian-Linux
Ok thank you will try it now