Login
Discover
Waves
Decks
Plus
Login
Signup
myusufe
@myusufe
25
Followers
4
Following
0
Resource Credits
Available
Used
Created
November 17, 2017
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
myusufe
gpu
2017-12-10 16:33
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
myusufe
bitcoin
2017-12-10 16:06
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
2017-11-17 00:19
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