Skip to content

alexeyneu/tool3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tool3 monero sync tool.

Also suitable for solo mining and for monero clones.

version
version

  • Sys Req:
    Visual C++ 2017-2020 redist

Screen1

about

  • 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 in CreateProcess
  • pipelining has no impact on remote procedure calls handling

how to:

  1. locate monerod.exe folder
  2. thats all

build:

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