...
3. Dependencies
* sudo apt-get install python-twisted
* sudo apt-get install python-pip
* sudo apt-get install python-pip --fix-missing
* sudo apt-get install python-socks
* sudo apt-get install unzip
...
Small addition - this step needs to be added for the "./miner" to start:
* sudo apt-get install libpython2.7
Otherwise you get "./miner: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory"
Also Ctrl+B does not work in tmux by some reason, but that might be my terminal's issue...
Otherwise the instructions are perfect. Thanks a lot!