Skip to content

Getting Started

Hüseyin Uslu edited this page Jan 5, 2018 · 3 revisions

Requirements

You need dotnet core 2.0 to compile hypepool.

Compiling hashing libraries

libcryptonote and libmultihash need boost libraries to be compiled. To get it done easly on windows; you can use Microsoft vcpkg.

  • git clone https://github.com/Microsoft/vcpkg.git
  • cd vcpkg
  • bootstrap-vcpkg.bat
  • vcpkg integrate install
  • vcpkg install boost

You should be now good to go.

Clone this wiki locally