Login
Discover
Waves
Decks
Upgrade
Login
Signup
25
myusufe
Available
Used
Resource Credits
4 Followers
0 Following
November 17, 2017
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
myusufe
gpu
Sunday, December 10, 2017 4:33 PM
Bitcoin Mining and GPU
Interesting in Bitcoin Mining? Check your server GPU size using this command, root@XXX:~# lspci | grep ' VGA ' | cut -d" " -f 1 0e:0d.0 To get GPU detail information, combine with lscpi command
$ 0.000
3
2
1
myusufe
bitcoin
Sunday, December 10, 2017 4:06 PM
How to Check your Server GPU for Bitcoin Mining
Find out the device ID: root@akaicloud:~# lspci | grep ' VGA ' | cut -d" " -f 1 0e:0d.0 You can then use this output with lspci again, forming two nested commands lspci -v -s $(lspci | grep '
$ 0.000
2
myusufe
rabbitmq
Friday, November 17, 2017 12:19 AM
Rabbitmq and Kernel Setting For Large Number of Connection
The default server kernel parameters are for desktop and minimal RAM/CPU usage, on production environment it doesn't make sense as we have much traffic. Every single connection uses a different port, and
$ 0.000
2
1