alexeyneu / tool3

monero sync tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

monero sync tool

License:MIT License


Languages

Language:C++ 80.1%Language:C 13.1%Language:Makefile 6.8%