alexeyneu / ZeroBlockMT

bitcoin block 0 miner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-2013

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

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

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

cd ZeroBlockMT
nmake

About

bitcoin block 0 miner

License:MIT License


Languages

Language:C 98.4%Language:C++ 1.5%Language:Makefile 0.1%