Simple Yggdrasil Address Miner. Простой майнер адресов Yggdrasil.

potatowipedlifereverse ee5cc5e82a win example 3 years ago
GTK 8efd644ea2 gtk 3 years ago
contrib ee5cc5e82a win example 3 years ago
ncurses 142c8b0c4d fix pairkey 3 years ago
.gitignore f4b9def8b5 .gitignore 3 years ago
.travis.yml e4ab2efbe1 travis + ncurses pre init 3 years ago
LICENSE f0648ed89f Initial commit 3 years ago
Makefile 142c8b0c4d fix pairkey 3 years ago
README.md ffd909dcf9 README.md 3 years ago
SimpleYggGen.cpp 648cc4cc8d works minimal yggGen 3 years ago
SimpleYggGen.hpp 44e47dd543 SimplyYggDrasilMinimalPlainCExample 3 years ago

README.md

SimpleYggGen-CPP

Simple Yggdrasil Address Miner on C++. Простой майнер адресов Yggdrasil на C++.

Usage

SimpleYggGen [text-pattern|regex-pattern] [options]
-h --help, help menu
-r --reg,  regexp instead just text pattern (e.g. '(one|two).*')
--threads -t, (default count of system)
-o --output output file (default keys.txt)
--usage this menu
--highhead -H mode of high head...
--searchadress -s (default) mode
--limitfound=n -lN limit found
--ncurses -n start ncurses interface

Build instruction

Linux - Ubuntu / Debian(apt/apt-get)

  • Install prerequisites:
sudo apt-get install libssl-dev autoconf libgtk-3-dev libncurses-dev devscripts build-essential lintian dh-make
  • To complile:
    • make -j NUMBER_OF_PROCESSOR_CORES e.g make -j8
    • or make to compile single-threaded