Simple Yggdrasil address miner in C++. Майнер адресов Yggdrasil на C++.

acetone 95ab71550a build fix 10 months ago
src 7602695392 meshname to meship (cli) 2 years ago
src-qt 95ab71550a build fix 10 months ago
.gitignore ca75fd5b34 SigningKey -> Just a Key 2 years ago
CMakeLists.txt db87b3dbb2 qt started... 2 years ago
LICENSE f0648ed89f Initial commit 3 years ago
README.md 64a5f4bb13 IRC address for Yggdrasil 0.4 2 years ago

README.md

SimpleYggGen-CPP Download SimpleYggGen-CPP

ILITA IRC:
Yggdrasil    324:71e:281a:9ed3::41    6667
General channels: #howtoygg and #ru

Майнер адресов сети Yggdrasil

Начиная с версии 0.4.0 Yggdrasil Network использует новый алгоритм генерации IPv6-адресов. С версии 5.0 SimpleYggGen поддерживает только новый алгоритм.

Сборка на Linux

  • Установите необходимые пакеты:
sudo apt-get install cmake git g++ libsodium-dev
  • Клонируйте данный репозиторий:
git clone https://notabug.org/acetone/SimpleYggGen-CPP.git
cd ./SimpleYggGen-CPP
  • Скомпилируйте приложение:
mkdir _build && cd _build
cmake -G "Unix Makefiles" ..
make
  • Запустите бинарный файл sygcpp

Сборка на Windows в MSYS2

  • Запустите оболочку MSYS2 MinGW 64-bit
  • Установите необходимые пакеты:
pacman -S make git mingw-w64-x86_64-gcc mingw-w64-x86_64-libsodium mingw-w64-x86_64-cmake
  • Клонируйте данный репозиторий:
git clone https://notabug.org/acetone/SimpleYggGen-CPP.git
cd ./SimpleYggGen-CPP
  • Скомпилируйте приложение:
mkdir _build && cd _build
cmake -G "MinGW Makefiles" ..
mingw32-make
  • Запустите бинарный файл sygcpp.exe

Yggdrasil Network address miner

Starting with version 0.4.0 Yggdrasil Network uses the new IPv6 address generation algorithm. Since version 5.0, SimpleYggGen only supports the new algorithm.

How build on Linux

  • Install required packages:
sudo apt-get install cmake git g++ libsodium-dev
  • Clone this repository:
git clone https://notabug.org/acetone/SimpleYggGen-CPP.git
cd ./SimpleYggGen-CPP
  • Compile application:
mkdir _build && cd _build
cmake -G "Unix Makefiles" ..
make
  • Run binary file sygcpp

How build on Windows under MSYS2 shell

  • Run MSYS2 MinGW 64-bit shell
  • Install required packages:
pacman -S make git mingw-w64-x86_64-gcc mingw-w64-x86_64-libsodium mingw-w64-x86_64-cmake
  • Clone this repository:
git clone https://notabug.org/acetone/SimpleYggGen-CPP.git
cd ./SimpleYggGen-CPP
  • Compile application:
mkdir _build && cd _build
cmake -G "MinGW Makefiles" ..
mingw32-make
  • Run binary file sygcpp.exe