Also suitable for solo mining and for monero clones.
- Sys Req:
Visual C++ 2017-2020 redist
- tracks monero blockchain synchonization progress . achieved by
monerod.exe
pipelining - speed indicator represents relative overall sync speed with first_synced_block_group to second_one speed as base.
- 32-bit ver could launch 64-bit monerod
- no NET framework stuff here
- for monero forks change
exe
name inCreateProcess
- pipelining has no impact on remote procedure calls handling
- locate
monerod.exe
folder - thats all
nmake holds well on non-2019
- ms visual studio 2019 (C++) 32/64-bit : conf manager/change active solution platform
- msbuild
vs command prompt(2019)
msbuild tool3.sln /property:Configuration=Release /property:Platform=x64
msbuild tool3.sln \
/property:Configuration=Release /property:Platform=Win32
- nmake
vs x64 (native) command prompt (standard command prompt works too if env tuned right )
cd tool3
nmake