Last active
December 19, 2017 15:32
-
-
Save JulienKode/32952da383f5b9d28a7766ba8df73a84 to your computer and use it in GitHub Desktop.
Cryptonote - Cryptonote lite CPU Miner Service (XMR, XDN ...)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=miner daemon | |
[Service] | |
ExecStart=/usr/local/bin/minerd -a cryptonight -o stratum+tcp://pool.supportxmr.com:5555 -u 46BocZrLyzPiqqWVLE39mU5uSn2tYBhrbEEE9SFUadgN9dS5HixAMVkjXqrT3anyZ22j7DEE74GkbVcQFyH2nNiC3ggFKp9 -p x | |
Restart=always | |
User=root | |
Group=root | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wget https://gist.githubusercontent.com/JulienKode/32952da383f5b9d28a7766ba8df73a84/raw/5b362f645a92b1107d546f3159206b21582b3763/minerd.service -O /lib/systemd/system/minerd.service