4fryn / lsk-shorty

⚡ Pure rust-tool to brute-force short Lisk addresses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lsk-shorty Build Status codecov

Pure rust-tool to brute-force short Lisk addresses.

Requires Rust 2018 (nightly) 1.30.0: https://rustup.rs/

$ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=beta -y

Change N_THREADS to the number of your processor cores and make sure you compile it in optimized --release mode:

$ cargo build --release -j $(nproc)
$ ./target/release/lsk-shorty

Example output:

#53 *** FOUND TARGET 12; next target: 11 in ~"12hou". 103245730 iterations, 387.919/s/t
  12  82332474551L  "zone daring nest doctor robust roast cradle dance fence cook harvest awesome"

Happy brute-forcing!

About

⚡ Pure rust-tool to brute-force short Lisk addresses.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%