The part1 of the tutorial discussed about setting up a powerful GPU machine for bitcoin mining. Please refer to the link here if you need to go through it. Assuming you have AWS GPU machine available, login to the server from your laptop/Desktop. Here I am using my Apple Mac Book Pro. ssh ubuntu@52.207.xxx.xx -i MyVPCKeypair.pem Next install all updates. This is a good practice whenever you first login to a EC2 instance. ~$ sudo apt-get update Then installed a set of dependencies, I am not sure whether all of them are needed. sudo apt-get install -y freeglut3-dev libx11-dev libxmu-dev libxi-dev libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev gcc make libcurl4-openssl-dev autoconf git screen libncurses5-dev opencl-headers build-essential protobuf-compiler libprotoc-dev libboost-all-dev libleveldb-dev hdf5-tools libhdf5-serial-dev libopencv-core-dev libopencv-highgui-dev libsnappy-dev libsnappy1v5 libatlas-base-dev cmake libstdc++6-4.9-dbg libgoogle-glog0v5 libgoogle-glog-...