How to mine Bitcoin using Alibaba Cloud and Tencent Cloud servers (ubuntu)

How to use cloud server to mine Bitcoin
Create a path to save the mining tool using the weget command. Download the mining tool and enter the command. The password is passed in as a parameter to start mining

wget http://downloads.sourceforge.net/project/cpuminer/pooler-cpuminer-2.3.2-linux-x86.tar.gz
 

1
Unzip after downloading

tar xzf pooler-cpuminer-2.3.2-linux-x86.tar.gz
 

1
The Nohup command runs in the background all the time

nohup ./minerd -a scrypt -o stratum+tcp://stratum.f2pool.com:3333 --userpass=矿池账号:密码 &
 

1
Open the default log output file in the current directory to see the mining information

[2017-06-01 18:37:37] thread 0: 260516 hashes, 4.39 khash/s
[2017-06-01 18:38:38] thread 0: 263180 hashes, 4.31 khash/s
[2017-06-01 18:39:38] thread 0: 258540 hashes, 4.32 khash/s
[2017-06-01 18:40:38] thread 0: 259468 hashes, 4.31 khash/s
[2017-06-01 18:41:39] thread 0: 258716 hashes, 4.27 khash/s
[2017-06-01 18:41:48] stratum_recv_line failed
[2017-06-01 18:41:48] Stratum connection interrupted
[2017-06-01 18:41:48] thread 0: 36928 hashes, 4.33 khash/s
[2017-06-01 18:41:48] Stratum detected new block
[2017-06-01 18:42:48] thread 0: 259920 hashes, 4.37 khash/s
[2017-06-01 18:43:48] thread 0: 262404 hashes, 4.34 khash/s
[2017-06-01 18:44:49] thread 0: 260260 hashes, 4.30 khash/s
[2017-06-01 18:45:48] thread 0: 258192 hashes, 4.35 khash/s
[2017-06-01 18:46:49] thread 0: 260880 hashes, 4.32 khash/s
[2017-06-01 18:47:48] thread 0: 259304 hashes, 4.39 khash/s

Read More: