WHAT'S NEW?
Loading...

[MONERO] [CPU] [MINING] How to compile xmr-stak-cpu on Windows

XMR-Stak is a universal Stratum pool miner. In this example we will compile the CPU-mining version

  1. Download Microsoft Visual Studio Express 2015/2017 https://www.visualstudio.com/vs/visual-studio-express/
  2. Download jquesnelle xmr-stak-cpu fork https://github.com/jquesnelle/xmr-stak-cpu/archive/master.zip
  3. Unzip in C:\ so you have the dir C:\xmr-stak-cpu-master
  4. Open C:\xmr-stak-cpu-master\visualstudio\xmr-stak-cpu.sln
  5. After Visual Studio is started, wait to load all project file and compile the project (CTRL+MAIUSC+B)
  6. Visual Studio create C:\xmr-stak-cpu-master\bin\xmr-stak-cpu-notls-nohttpd.exe
  7. Copy C:\xmr-stak-cpu-master\config.txt in C:\xmr-stak-cpu-master\bin\
  8. Edit with Notepad config.txt
You must edit config.txt in particular these lines, put your Monero and Pool addresses

"pool_address" : "xmr-eu1.nanopool.org:14444",
"wallet_address" : "43x4C2pwcvWgGS9Mb9sCcY9SxFjthrk92YM3dT1VHR8QNc4kpj2MJfGQYAYKWBp2s9R9s6sheFx7DWCUezRkZrehDzenTqd.example",
"pool_password" : "",

and these lines, put "donate_percent" : 0.0

"donate_percent" : 0.0,
"donate_pool_address" : "",
"donate_wallet_address" : "",
"donate_pool_password" : "",

start the xmr-stak-cpu-notls-nohttpd.exe file in the cmd console and you can see the result

XMR-Stak-CPU mining software, CPU Version.
Based on CPU mining code by wolf9466 (heavily optimized by myself).
Brought to you by fireice_uk under GPLv3.

Configurable dev donation level is set to 0.0 %

You can use following keys to display reports:
'h' - hashrate
'r' - results
'c' - connection

0 comments:

Post a Comment