1
0
Fork 0
mirror of https://github.com/eosswedenorg/eosio-keygen-extras synced 2026-06-16 05:04:54 +02:00
No description
Find a file
Henrik Hautakoski a26b8543d1 Initial commit (taken from eosio-keygen repo)
eosio-keygen commit: 2c9c3d2ed979b7a0d324303e746ab715e3c6abee
2020-05-29 13:59:48 +02:00
.github/workflows Initial commit (taken from eosio-keygen repo) 2020-05-29 13:59:48 +02:00
custom Initial commit (taken from eosio-keygen repo) 2020-05-29 13:59:48 +02:00
dict Initial commit (taken from eosio-keygen repo) 2020-05-29 13:59:48 +02:00
.gitignore Initial commit (taken from eosio-keygen repo) 2020-05-29 13:59:48 +02:00
CMakeLists.txt Initial commit (taken from eosio-keygen repo) 2020-05-29 13:59:48 +02:00
config.json Initial commit (taken from eosio-keygen repo) 2020-05-29 13:59:48 +02:00
generate-dict.sh Initial commit (taken from eosio-keygen repo) 2020-05-29 13:59:48 +02:00
README.md Initial commit (taken from eosio-keygen repo) 2020-05-29 13:59:48 +02:00
update-dict.sh Initial commit (taken from eosio-keygen repo) 2020-05-29 13:59:48 +02:00

eosio-keygen-extras

extra files for eosio-keygen.

Right now this repository provides custom dictionary files that can be used to find vanity keys.

Creating/Updating dictionaries.

This repo contains some useful scripts to automatically generate and update dictionaries:

  • generate-dict.sh: convert a list of words to a list suitable for eosio-keygen.

    input is read from stdin and should have words separated by newline. output is written to stdout.

  • update-dict.sh: Reads config.json and combines input files. then calls generate-dict.sh that generates the output file in dict/ directory.

Acquire input dictionaries.

on debian based distros. there are some packages with different lists here

Author

Henrik Hautakoski - henrik@eossweden.org