calr0x / Generate_ETH_Keys

Generates a valid Ethereum Keypair

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate_ETH_Keys

Generates a valid Ethereum keypair for use with Metamask

To use:

git clone https://github.com/calr0x/Generate_ETH_Keys.git
cd Generate_ETH_Keys

This will generate 1 key and write it to /root/eth_keys:

./generate_key.sh

You can optionally specify the number of keys to generate by adding the number to the end. This command will create 100 keys:

./generate_key.sh 100

About

Generates a valid Ethereum Keypair


Languages

Language:Shell 100.0%