Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Add a notice on SimpleYggGen-C++
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Aug 12, 2020
1 parent 33401e1 commit 694bf97
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Expand Up @@ -9,19 +9,20 @@ code for generating keys and utilizing multiple CPU threads for mining.

### History

SimpleYggGen is originally a project by [@acetone](https://notabug.org/acetone),
who wrote a bash [miner](https://notabug.org/acetone/SimpleYggGen-Bash) for
[SimpleYggGen](https://notabug.org/acetone/SimpleYggGen-Bash) is originally a
project by [@acetone](https://notabug.org/acetone), who wrote a Bash miner for
getting "magic" Yggdrasil addresses following a pattern. The main problem with
his implementation was that it ran grep and yggdrasil as separate processes,
making mining very slow. Even though acetone later made a C++ implementation, it
still relies on running Yggdrasil as a separate process.
making mining very slow. Even though @acetone later made a C++ implementation,
it still relied on running Yggdrasil as a separate process.

### Performance
As of now (2020-08-12) @acetone reworked his C++ miner implementation, and
[SYG-C++](https://notabug.org/acetone/SimpleYggGen-CPP) is even more performant
than this program (making, like, 15% more iterations within the same time).

Obviously far superior to the [original SimpleYggGen][dokuygg]
(Yggdrasil link, you might need to install Yggdrasil to open this link).
### Performance

[dokuygg]: http://[300:529f:150c:eafe::6]/doku.php?id=yggdrasil:simpleygggen
Obviously far superior to the original SimpleYggGen.

With multiple threads it takes SimpleYggGen **a month** to run through a few
million cycles and find keys for `200::c84:77b0:f66d:b47e:64c7` (targeting
Expand Down

0 comments on commit 694bf97

Please sign in to comment.