Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TimothyL96/xmr-stak-cpu-linux
monero mining software on linux
https://github.com/TimothyL96/xmr-stak-cpu-linux
bitcoin blockchain cpu cryptocurrency cryptonight donation ethereum intel linux mining monero monero-mining xeon xmr-stak zero-percent
Last synced: about 2 months ago
JSON representation
monero mining software on linux
- Host: GitHub
- URL: https://github.com/TimothyL96/xmr-stak-cpu-linux
- Owner: TimothyL96
- Created: 2017-12-15T19:08:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T03:55:00.000Z (almost 7 years ago)
- Last Synced: 2024-08-05T17:19:03.888Z (5 months ago)
- Topics: bitcoin, blockchain, cpu, cryptocurrency, cryptonight, donation, ethereum, intel, linux, mining, monero, monero-mining, xeon, xmr-stak, zero-percent
- Language: Shell
- Size: 904 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xmr-stak-cpu-linux
### Cryptonight mining software on Linux v2.1
#### Without 2% donation#### Make a donation to me here:
##### Electroneum: `etnkPFomBtL1JN1c32tm3VavBMNMhbY8qDLg9kxmYJouQyy55sPaDYA2WwBkRUsD68RWzqobCCNyjWYYKr43y9g437sSVmqFcb`
##### Bitcoin `1wuyXF3cUazUA4hFLg27QyEPYrRXC5ueM`
##### Ethereum `0xc5fedEc444e57bAEB2E32AA6ec69A30be9A48922`## Step by Step:
##### Download script with Linux command:
`wget https://raw.githubusercontent.com/ttimt/xmr-stak-cpu-linux/master/run.sh && chmod +x run.sh`##### Then run the script:
`sudo ./run.sh`##### The download will be at xmr-stak-cpu
`cd xmr-stak-cpu/`#### Before running, we have to change two kinds of memory:
##### First, add a command to crontab:
`sudo crontab -e`###### _Press enter when prompted to choose a text editor_
##### Insert the code below at the bottom line of the file
`@reboot sudo sysctl -w vm.nr_hugepages=128` or`@reboot sudo sysctl -w vm.nr_hugepages=256` or
`@reboot sudo sysctl -w vm.nr_hugepages=512`
_Try not to surpass your RAM size 25%_
##### Secondly, open:
`sudo nano /etc/security/limits.conf`##### Edit the lines at the bottom
`* soft memlock 262144``* hard memlock 262144`
Image for second:
![alt text](https://github.com/ttimt/xmr-stak-cpu-linux/raw/master/limits.PNG)
#### Now restart with
`sudo shutdown -r 0`#### After that, log back into your Linux
### Finally, go to the downloaded _xmr-stak-cpu_ folder and run the mining software with
`sudo ./xmr-stak`