Socket
Book a DemoInstallSign in
Socket

findeth-cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

findeth-cli

Basic command line tool to search for addresses with a mnemonic phrase

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

findeth-cli

findeth-cli is a simple command line tool to search for ("bruteforce") addresses with a mnemonic phrase.

Getting started

  • Install the tool with NPM or Yarn:

    $ npm install -g findeth-cli
    

    or

    $ yarn global add findeth-cli
    
  • Run it with findeth:

    $ findeth --help
    

CLI

Usage: lib [options]

Options:
  --start <path>             path to start at
  --address <address>        address to search for
  --mnemonic <mnemonic>      mnemonic phrase
  --depth <number>           maximum search depth
  --passphrase [passphrase]  optional passphrase for the mnemonic phrase
  -h, --help                 output usage information

Examples

findeth --start "m/44'/0'/0'/0/0" --address "0xe3C180D984a79BEA0E6c16D6721E760d7dE97714" --mnemonic "planet swallow mouse avoid current pottery mother cube divert risk sand desert" --depth 100

Shorter derivation path

The tool can search for (technically invalid) shorter derivation paths:

findeth --start "m/44'/0'/0'/0" [other options...]

Start from specific path

It's possible to start from a specific point, for example to continue searching.

findeth --start "m/44'/123'/456'/789/0" [other options...]

FAQs

Package last updated on 22 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts