Skip to content

alexeyneu/ZeroBlockMT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Sys Req:
    Visual C++ 2017-20 redist Req:
    SSE3 tech

version
Screen1 Screen1 Screen1

about

mines block that starts blockchain.
where are these tools were used?
https://github.com/DMDcoin/Diamond/blob/a1a7f6b8a3bad0df8fd8ddb9ead0347b1fa440f4/src/chainparams.cpp#L125
i.e. .One used there is not mine.

build:

nmake holds well on non-2019

  • ms visual studio 2019 (C++) 32/64-bit : conf manager/change active solution platform
  • msbuild
    VS2019 x64 Native Tools Command Prompt

msbuild  ZeroBlockMT.sln \
/property:Configuration=Release   /property:Platform=Win32
  • nmake

VS2019 x64 Native Tools Command Prompt (standard command prompt works too if env tuned right )

cd ZeroBlockMT
nmake