Setting Up Cloud Miner
Setting Up Cloud Miner
For server installation just follow this DigitalOcean document for LAMP setup
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-
php-lamp-stack-on-ubuntu-16-04
Requirements:
The following are the basic requirements for the server to run this application
https://getcomposer.org/doc/00-intro.md-installation-linux-unix-osx
Unzip or clone the repo in /var/www/html folder and create a vhost directed to this folder
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=database_name
DB_USERNAME=database_username
DB_PASSWORD=database_password
Configure the email the below configuration for using gmail SMTP
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=gmail_email
MAIL_FROM_ADDRESS=gmail_email
MAIL_FROM_NAME=gmail_form_name
MAIL_PASSWORD=gmail_password
MAIL_ENCRYPTION=tls
Installing dependencies
composer install
Folder Permissions
User Details:
URL: http://domain.com
Username: [email protected]
Password: 123456
Admin Details:
URL: http://domain.com/admin
Username: [email protected]
Password: 123456
Setting up Bitcoin Miner
ASIC or FPGA on Mine Pool:
We prefer you set up a mine farm of Antminer. You can buy them from
https://shop.bitmain.com/
If you own a farm of CPUs or GPUs you can set up miners there by following these
instructions.
You can setup a miner instance on Linux instance with graphic cards as miner hardware.
Single pool:
Multiple pools:
Ethereum miners are set up using racks of CPUs and GPUs with the mining powers
combined together. The machines can be run preferably using Linux ubuntu.
Notes:
a. We prefer mining with ethermine.org as mine pool.
b. Use your wallet address when running the miners
c. Append ethermine.exe / ethermine before examples depending on which operating
system you’re using.