-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,16 +26,20 @@ https://zilf.red | |
|
||
## Before You Begin | ||
Install Pre-Reqs: | ||
``` | ||
sudo pip3 install -U setuptools eth-hash | ||
sudo pip3 install -U setuptools pyzil | ||
``` | ||
or | ||
``` | ||
sudo pip install -U setuptools eth-hash | ||
sudo pip install -U setuptools pyzil | ||
|
||
``` | ||
|
||
If you don't have python3 or pip3, you can try: | ||
``` | ||
sudo apt install python3-pip | ||
|
||
``` | ||
|
||
## Usage | ||
Look for an address that starts with "00000" (e.g. zil100000v3fpv4qg2a9ea6sj70gykxpt63wgjen2p) | ||
|
@@ -57,9 +61,11 @@ You might have to substitute python3 for python. | |
|
||
|
||
An example of a vanity address I created for myself using this tool: | ||
|
||
``` | ||
zil1fredmczkfemd2wvc9z75azclf9hwysewzyxjaf | ||
|
||
``` | ||
zil1fred :)P | ||
|
||
|
||
|
||
contact me at [email protected] |