Skip to content

A tiny, instructional ethereum vanity wallet generator in C99.

License

Notifications You must be signed in to change notification settings

moribellamy/mousewallet

Repository files navigation

Mousewallet

An example implementation of generating an ethereum wallet in C99.

$ ./mousewallet --help
Usage: mousewallet [options]

Create Ethereum wallets.

    -h, --help            show this help message and exit

    Basic options
        -p, --prefix=<str>    prefix to seek

If no args are given, generate a private key (along with the resulting eth address) to STDOUT.

If the --prefix arg is given, we generate random wallets until we find one with the given prefix.

Building

cmake, make, and any C compiler is sufficient.

cd mousewallet_dir
mkdir build
cd build

cmake ..
make

./mousewallet --help

About

A tiny, instructional ethereum vanity wallet generator in C99.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published