Skip to content
/ nick Public
forked from lightclient/nick

vanity address searcher for deployments using Nick's method.

License

Notifications You must be signed in to change notification settings

pk910/nick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nick

nick is a vanity address searcher for deployments using Nick's method.

Quick Start

go install github.com/lightclient/nick@latest
nick search --initcode="0x60425000"

Usage

NAME:
   nick search - Search for a vanity address to deploy a contract using nicks method.

USAGE:
   nick search [command [command options]]

OPTIONS:
   --threads value   number of threads to search on (default: 10)
   --score value     minimum score number to report (default: 5)
   --prefix value    desired prefix in vanity address (default: "0x0000")
   --suffix value    desired suffix in vanity address (default: "0xaaaa")
   --initcode value  desired initcode to deploy at vanity address (default: "0x")
   --gaslimit value  desired gas limit for deployment transaction (default: 250000)
   --gasprice value  desired gas price (gwei) for deployment transaction (default: 1000)
   --sig-r value     R value of the transaction signature (default: 0x0539)
   --help, -h        show help (default: false)

Get transaction details for given signature

NAME:
   nick build - Build a json tx object and prints the deployment info.

USAGE:
   nick build [command [command options]] 

OPTIONS:
   --initcode value  desired initcode to deploy at vanity address (default: "0x")
   --gaslimit value  desired gas limit for deployment transaction (default: 250000)
   --gasprice value  desired gas price (gwei) for deployment transaction (default: 1000)
   --sig-r value     R value of the transaction signature (default: 0x0539)
   --sig-s value     S value of the transaction signature (default: 0x1337)
   --help, -h        show help (default: false)

About

vanity address searcher for deployments using Nick's method.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%